Published
- 1 min read
rsync ignore permissions
The solution for this is noted below
rsync ignore permissions
Solution
$ rsync -avz --no-perms --no-owner --no-group ...
Try other methods by searching on the site. That is if this doesn’t work