I use files-from and want to have rsync connect to my backup server and ONLY
delete the files that are no longer on the source server.  If the file which
is in my files-from filter list has changed, i do not wan tit updated.  Bu
if the file on the source server has been deleted, I want rsync to (only)
delete the file on the backup server and quit.

Is this possible?

I tried:

rsync --archive -e '/usr/bin/ssh -p 22' --verbose
\ --include-from=/root/my-backupfilter --recursive
\ --delete --existing / [EMAIL PROTECTED]:/home/backupdir

which is close, but still updates files if they are in teh list but not ont
he other backup

Thanks for any help.  Scott

-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to