Displaying 1 result from an estimated 1 matches for "cdeprd".
Did you mean:
cdep
2006 Jan 27
2
How to rsync PULL multiple files/dirs
...instead.
/usr/bin/rsync -e ssh --archive --sparse --compress --update --verbose
--stats --progress --exclude=cdersync.tar.gz --exclude=*.bz2
--exclude=*.jpg --exclude=*.mp3 --exclude=ZDE --exclude=*.rpm
--exclude=*.sit /users/jona/cde /users/jona/Desktop
/users/jona/.bashrc /users/jona/.profile cdeprd:/users/jona/
I thought of something like this...
/usr/bin/rsync -e ssh --archive --sparse --compress --update --verbose
--stats --progress --dry-run --exclude=cdersync.tar.gz --exclude=*.bz2
--exclude=*.jpg --exclude=*.mp3 --exclude=ZDE --exclude=*.rpm
--exclude=*.sit --include=/users/jona/cde...