Displaying 2 results from an estimated 2 matches for "0503c7ef".
2017 Jan 03
0
Inconsistent behavior using 3.1.2 from macOS 10.12.2 to an AFP mount
...or change options: https://lists.samba.org/
> mailman/listinfo/rsync
> Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.samba.org/pipermail/rsync/attachments/20170103/0503c7ef/attachment.html>
2017 Jan 03
2
Inconsistent behavior using 3.1.2 from macOS 10.12.2 to an AFP mount
Hi,
I've been attempting to use rsync 3.1.2 to copy files from a macOS 10.12.2
system to an AFP mounted share. The command I'm using is:
rsync -avAX -M--fake-super ./testDir ./mnt/testDir/
This works fine and all the extended attributes are copied and readable.
I then try to use rsync to copy these files back with:
rsync -avAX --fake-super -M--super ./mnt/testDir/ ./testDir2/
This