Displaying 1 result from an estimated 1 matches for "d900b04b986d".
2014 May 30
1
OS X and rsync: unpack_smb_acl errors and --numeric-ids
...ls -le for example:
host:~$ ls -le
/Volumes/Src/81-access-control-lists-missing-user-and-group/acl-test-2
-rw-r--r--+ 1 root wheel 0 May 30 13:01
/Volumes/Src/81-access-control-lists-missing-user-and-group/acl-test-2
0: 4D429A34-54A4-48F2-A9AB-9D1E7D1E6738 allow read
1: 1E0D050D-973C-47C4-8ACE-D900B04B986D allow read
Or you can see the UUID using ls -len (numeric).
So when I am transferring from OS X to OS X, I'd like these UUIDs to just
get transferred as UUIDs the same way that --numeric-ids works.
That way I can get a nice exit status of 0 and have confidence in my
backups.
Mr. Bombich ha...