Hi all,

replying to my own, adding an update:

When I do a simple "rsync -avz user@macbook:/Users/user/ /tmp/test/ I am getting a "Operation not permitted (1)" on the folders in question.

/rsync: opendir "/Users/user/Desktop" failed: Operation not permitted (1)//
//rsync: opendir "/Users////user//.Trash" failed: Operation not permitted (1)// //rsync: opendir "/Users////user//Documents" failed: Operation not permitted (1)// //rsync: opendir "/Users////user//Downloads" failed: Operation not permitted (1)/

Anyone having a clue why? It does not seem to be related to xattr as one folder has such attributes but the other does not have.

user@macbook ~ % xattr Desktop
user@macbook ~ % xattr D*
Documents: com.apple.macl

So the Documents folder has extended attributes, but Desktop doies not have. Instead, Desktop has a "@" sign in ls -l. What does this mean?
user@macbook ~ % ls -lh| grep D
drwx------+ 11 user  staff   352B  6 Dez 08:44 Desktop/
drwx------@ 95 user  staff   3,0K  4 Dez 21:57 Documents/
drwx------+  9 user  staff   288B  6 Dez 08:41 Downloads/

Additionally I am struggling because the "Desktop" has a "+" sign but does not show xattr....

Thanks for hints!

/KNEBB

_______________________________________________
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:    https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:    https://github.com/backuppc/backuppc/wiki
Project: https://backuppc.github.io/backuppc/

Reply via email to