Skip to content

Rsync

Rsync is used for moving large files between hosts. This allows you to easily send files using ssh.

Copy files from a server to a remote server

Section titled “Copy files from a server to a remote server”
Terminal window
rsync -av <folder>/ root@<IP>:/root/www/<folder>