Example
1 2 3 |
# rsync -av --no-perms --no-owner --no-group --chmod=Du=rwx,Dg=rx,Do=rx,Fu=rw,Fg=r,Fo=r /source/path/ [email protected]:/destination/path (remove -v if it's in a CRON) |
Example
1 2 3 |
# rsync -av --no-perms --no-owner --no-group --chmod=Du=rwx,Dg=rx,Do=rx,Fu=rw,Fg=r,Fo=r /source/path/ [email protected]:/destination/path (remove -v if it's in a CRON) |