감동, 마음이 움직이는 것

[rsync] scp without replacing existing files in the destination 본문

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