On 1/13/07, Tino Schöllhorn <[EMAIL PROTECTED]> wrote:
rsync -v --delete --times /var/subversion/ myhost.de:backup/subversion/

The backup works fine - but file which are deleted from the source
*aren't* deleted from the destination as I expected.

You need the -r option (--recursive) to make rsync go inside the
source and destination directories in the first place so that it can
delete files from the destination.

You say the backup works fine: did rsync copy files from the source
directory to the destination directory, even without -r?  If so, that
would be a big bug.

Matt
-- 
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