I'm using rsync to backup multiple directories, i.e.
rsync -azq --delete --relative /dog /cat /fish [EMAIL PROTECTED]::modulename
Everything works fine, except if I remove a directory from the list of those being backed
up, it isn't deleted on the other side. For example:


rsync -azq --delete --relative /dog /cat /fish [EMAIL PROTECTED]::modulename
/dog /cat /fish are all backed up to the remote server.
rsync -azq --delete --relative /dog /cat [EMAIL PROTECTED]::modulename
/dog and /cat are backed up, /fish isn't deleted.

I realize this behaviour is probbably by design but is there a way to get rsync to
delete directories no longer being backed up?
--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to