Copy new files from source to target and skip files if it already exist in target
rsync --dry-run -avzurh --stats --delete --progress /tmp/source/ /tmp/target/
-a-> Archive mode, preserve the file system properties-v-> Verbose output-vv-> Higher Verbose output-vvv-> Even Higher Verbose output