If you run rsync locally on the Mac, do you get a prompt about needing
'Full Disk Access' or similar? This is necessary for recent versions of
macOS (since Catalina I believe).

Are you using the rsync that comes with macOS, or did you build the latest
stable release locally? In the past macOS's rsync has been quite out of
date.

Robert Trevellyan


On Mon, Dec 6, 2021 at 4:40 AM Christian Völker <cvoel...@knebb.de> wrote:

> 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/
>
_______________________________________________
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