I got the following error with my rsync script:
Code: Select all
rsync: [receiver] failed to set permissions on "/work/file.txt" (in backup): Operation not supported (95)
Code: Select all
rsync: [receiver] failed to set permissions on "/work/file.txt" (in backup): Operation not supported (95)
Code: Select all
rsync -ahv --no-perms target/ destination/
Code: Select all
rsync -ahv --no-o --no-g target/ destination/