Guides

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

bash
rsync -av <folder>/ root@<IP>:/root/www/<folder>