Tips (Utility, Computer Language, and etc.)
[rsync] scp without replacing existing files in the destination
Struggler J.
2017. 12. 6. 01:23
rsync -a --ignore-existing host:/remote/directory/ /local/directory/
[Ref] https://unix.stackexchange.com/questions/105140/how-to-copy-only-new-files-using-scp-command