Update only permissions etc. with rsync
1
vote
1
answer
588
views
I'd like to know if the following scenario will update permissions, ownership, timestamps etc.
Say I transfer a folder from a destination to another using
rsync -zr source/ dest/
, and then use the command rsync -auzr source/ dest/
- will the latter command then update the permissions, ownership, and timestamps or will I have re-transfer all the files again?
Asked by telometto
(2191 rep)
Sep 26, 2022, 09:30 PM
Last activity: Aug 13, 2024, 08:30 AM
Last activity: Aug 13, 2024, 08:30 AM