rsync - deptno/deptno.github.io GitHub Wiki
rsync
ν΄λκ° λκΈ°ν, μ격μμλ μ¬μ©μ΄ κ°λ₯
rsync -avh source_dir dest_dir
rsync -avh source_dir/* dest_dir
rsync -avz -e ssh /path/to/source-folder user@remote-server:/path/to/destination-folder # remote
-a μλ³Έ μν μ μ§
-v verbose
-h human readable
-z zip
link