https://bugzilla.samba.org/show_bug.cgi?id=8130
--- Comment #1 from Wayne Davison <way...@samba.org> 2011-05-14 00:11:38 UTC --- Note that --fake-super puts things into xattrs, not into ACLs. However, it will indeed put any preserved ACL info into an xattr rather than setting actual ACLs on a file. That's --fake-super's purpose -- to make backups of files without needing to be root. It is therefore not a bug that rsync doesn't hard-link a non --fake-super file to a --fake-super file, since the two files are very different (and rsync can only hard-link together identical files). So, you should be using getfacl -d to see what is different, not getfattr. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. -- 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