On Mon, Dec 15, 2008 at 12:20:23PM +0100, Peter Rindfuss wrote:
> I've just noticed that ACLs get partially corrupted on the receiving side. 
> This is my command line, running as root:
> /usr/bin/rsync --quiet --links --numeric-ids --acls --perms --times 
> --recursive --owner --group --delete-during --ignore-errors --backup 
> --backup-dir=/wzb/backup/wzb= --password-file=/etc/wzb/rsync/password 
> --filter '- /backup/' rsync://selene.wzb.eu/wzb /wzb

This was caused by the backup option putting extra entries into the ACL
cache, which caused the cache to get out of sync with the sender's
numbering scheme.  It could also affect xattrs.

I've just checked-in a fix that took care of the issue in a test setup
where I replicated the problem.  The fix will go out in 3.0.6.

Thanks for the report!

..wayne..
-- 
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