On Sun, 2008-11-02 at 19:18 +0000, Andrew Gideon wrote: > This one seems pretty basic. It's on a CentOS 4.5 machine with rsync rpm > rsync-3.0.4-1.el4.rf and kernel 2.6.9-55.0.2.plus.c4. After the > operation, f1 and f2 should have identical ACLs. They don't.
> [EMAIL PROTECTED] t]# rsync -aX -v --itemize-changes f1 f2 You need to pass -A to preserve ACLs. -X does not process "system.*" extended attributes. Matt -- 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