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