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.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 --include=/users/jona/Desktop --include=/users/jona/.bashrc --include=/users/jona/.profile [EMAIL PROTECTED]: /users/jona But that does not work the way I would like it to work. Thanks! -Jonathan -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html