>> In addition to what Kevin said, if you are rsync-ing to a SAMBA share, you >> will be limited to what the SAMBA server supports and not all are >> configured to enable ACL support. > >The 'backup' Samba share on the destination machine is configured with > >inherit acls = yes >inherit permissions = yes
Why don't you start a rsync daemon on the destination and connect with the rsync protocol? This circumvents Samba limitations and also gives you the differential transfer algorithm. It's probably also faster because only the necessary data has to be sent over the line. bye Fabi -- 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