Proxmox, Ceph, and Linux Helps

Passwordless SSH If you don’t want to be prompted for a password each time rsync makes a connection — and you don’t — make sure that you have rsync set up to log in using an SSH key rather than a password. To do this, create an SSH key on the...

Rsync and SSH – Passwordless Login

Making remote copies What if you want to copy files offsite to a remote host? No problem — all you need to do is add the host and user information. So, for instance, if you want to copy the same directory to a remote host, you’d use: rsync -ave ssh...