Hi,

I played around with the combination of rsync --detect-renamed
--detect-moved and -b.
Given the following tree:
src/dir/file
dest/src/dir/file
I renamed src/dir to src/dir2 and ran the following command:
rsync -a --detect-renamed --detect-moved --delete -b --backup-dir=bak src dest
ending up with:
dest/bak/src/dir/file

Is it supposed to do that? I was expecting it to detect the renamed
directory (or moved file) and exclude it from the backup.

Tom
-- 
Please use reply-all for most replies to avoid omitting the mailing list.
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