RE: How to rsync PULL multiple files/dirs

2006-01-27 Thread Jonathan Chen -X (jonachen - The Armada Group, Inc. at Cisco)
Thanks! Now I have a different problem but related to rsync pull. Currently I can't figure out what is wrong with my bash script or don't see the error. Hopefully the information below is enough. When I echo the command it looks like below... /usr/bin/rsync -e ssh --archive --sparse --compress

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=*.sit

CVS update: rsync

2006-01-27 Thread Wayne Davison
Date: Fri Jan 27 12:59:07 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv24874 Modified Files: flist.c Log Message: Optimized flist_find() so that we never scan a series of empty file-list items twice (which can be very important with the new

CVS update: rsync

2006-01-27 Thread Wayne Davison
Date: Fri Jan 27 14:29:58 2006 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv5821 Modified Files: flist.c Log Message: Improved flist_find()'s empty-entry handling to deal with the case where more entries may have been removed since the last find.