Fast incremental file transfer utility for synchronizing files
Utility that provides fast incremental file transfer
rsync$ rsync -avz /local/path/ user@remote.host:/remote/path/$ rsync -avz --delete user@remote.host:/remote/path/ /local/path/$ rsync -av --progress /source/dir/ /destination/dir/