How to make sure rsync sets proper file permissions?
- by BetaRide
I'm transfering data from a synology box to a debian box with rsync.
Unfortunately the permissions of all transfered files are set to rwxrwxrwx on the debian box. I want to make sure this files can be seen by the owning user only. Is there a way to tell the debian box to set the permissions to something like rwx------?
The rsync job is set-up…