rsync -vah src dest
--delete: Delete files exist in dest but not exist in src.
--delete
--ignore-existing: Ignore updating existing files in dest.
--ignore-existing
--exclude-from=FILE: Exclude pattern files in FILE.
--exclude-from=FILE
-n: Trial run.
-n