On Mon, Jul 09, 2007 at 02:19:43PM +0200, Vincent Bernat wrote: > sending incremental file list > recv_acl_access: value out of range: ff
This is becuase there is not an MS Windows compatibility section in the ACL code. I assume that the Win copy is using the Posix code, and that requires that the copied ACL data has an access bit set that is in the range of 0-7. To make this work, someone will need to understand how MS Windows ACLs differ from Posix ACLs and work out some compatibility code. ..wayne.. -- To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
