RE: How to rsync PULL multiple files/dirs

2006-01-27 Thread Matt McCutchen
On Fri, 2006-01-27 at 18:10 -0800, Jonathan Chen -X (jonachen - The Armada Group, Inc. at Cisco) wrote: > /usr/bin/rsync -e ssh --archive --sparse --compress --update --dry-run > --exclude=cdersync.tar.gz --exclude=*.bz2 --exclude=*.jpg > --exclude=*.mp3 --exclude=ZDE --exclude=*.rpm --exclude=*.s

RE: How to rsync PULL multiple files/dirs

2006-01-27 Thread Jonathan Chen -X (jonachen - The Armada Group, Inc. at Cisco)
rofile'\''' /users/jona/ Would return "rsync error: syntax or usage error (code 1) at main.c(836)" Any idea what I did wrong? > -Original Message- > From: Wayne Davison [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 26, 2006 5:11 PM > To:

Re: How to rsync PULL multiple files/dirs

2006-01-26 Thread Wayne Davison
On Thu, Jan 26, 2006 at 04:59:04PM -0800, Jonathan Chen -X (jonachen - The Armada Group, Inc. at Cisco) wrote: > I would like the below statement be turned into a PULL from remote host > [...] /users/jona/cde /users/jona/Desktop > /users/jona/.bashrc /users/jona/.profile cdeprd:/users/jona/ The

How to rsync PULL multiple files/dirs

2006-01-26 Thread Jonathan Chen -X (jonachen - The Armada Group, Inc. at Cisco)
Hi all, I am wondering how do I pull data from a remote host without running a daemon. PUSH command I would like the below statement be turned into a PULL from remote host instead. /usr/bin/rsync -e ssh --archive --sparse --compress --update --verbose --stats --progress --exclude=cdersync.tar.