Rsync fails to backup some files, giving error 22
The error is on chown
. My guess : your target NFS mount is a FAT32 or NTFS volume that doesn't support chown
. You have two options : format it with a Linux filesystem like ext3, or drop rights and owners entirely ( --no-owner --no-group
rsync options).