Issue :
How to go about setting up backups using SSH so that backups of every account are uploaded automatically from server1 to server2 ?
Solution :
1. Make SSH password less (key based) from destination to source.
2. Run a rsync from destination to get files from source.
3. Set it as a cron every night according to the server load.