Rsync
How to use Rsync on Linux
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
rsync -av <folder>/ root@<IP>:/root/www/<folder>How to use Rsync on Linux
Rsync is used for moving large files between hosts. This allows you to easily send files using ssh.
rsync -av <folder>/ root@<IP>:/root/www/<folder>