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.

Re: propagate atimes with rsync-2.6.6

2006-01-26 Thread Matt McCutchen
On Thu, 2006-01-26 at 01:12 -0800, Wayne Davison wrote: > On Tue, Jan 24, 2006 at 05:46:36PM +0100, Christian Konz T3 wrote: > > Therefore, we have created a modified version of rsync based on > > rsync-2.6.6 protocol version 29 which transfers the access times with > > the transferred files and al

Re: propagate atimes with rsync-2.6.6 (fwd)

2006-01-26 Thread Wayne Davison
On Tue, Jan 24, 2006 at 05:46:36PM +0100, Christian Konz T3 wrote: > Therefore, we have created a modified version of rsync based on > rsync-2.6.6 protocol version 29 which transfers the access times with > the transferred files and also allows to preserve the access times on > the sending side. F