May 2017
Beginner
552 pages
28h 47m
English
By default, rsync does not remove files from the destination if they no longer exist at the source. The -delete option removes those files from the destination that do not exist at the source:
$ rsync -avz SOURCE DESTINATION --delete
Read now
Unlock full access