Login to your Server using SSH:
In your SSH console generate the SSH Keypair by running:
ssh-keygen -t rsa -f ~/.ssh/rsyncnet_rsa
JBRSYNCHOST=USER_ID@HOST_ADDRESS;
JBKEY=`cat ~/.ssh/rsyncnet_rsa.pub`; JBPK='/usr/local/jetapps/tmp/rsync-net-pk' && scp $JBRSYNCHOST:.ssh/authorized_keys $JBPK && grep "$JBKEY" $JBPK &>/dev/null || echo "$JBKEY" >> $JBPK && scp $JBPK $JBRSYNCHOST:.ssh/authorized_keys; rm -f $JBPK
ssh -i ~/.ssh/rsyncnet_rsa $JBRSYNCHOST ls
~/.ssh/rsyncnet_rsa
An example configuration page for the destination:
A generic name for your internal ease of use, so it will be easier to recognize the backup destination roll, in case you have more than one.
Max length is 40 characters.
This will be our starting point when accessing this destination.
There are two ways to get to each directory: Relative, Absolute
Let say your home dir is '/home'
Relative path ./ will point to the absolute path /home/USERNAME
- on the same principle FOLDER will be the remote user's home dir subdirectory /home/USERNAME/FOLDER.
Make sure that you always have the right permission to the path you're using.
This option will check if destination disk space reached the specified limit before it performs the backup. If you enable this option and available disk space is less than the amount specified, the system will not perform the backup.
The remote host to log in with. Your host address as mailed to you from rsync.net.
Your remote port. Default port is 22.
The remote user to login with. Your username as mailed to you from rsync.net.
Since we are using rsync for backups, we will need to set up access keys between the servers, so we can log in to the remote server without prompting for a password. If empty, it will be automatically created by JetBackup. To find a guide for that, search for ssh without password.
Timeout for the connection. The default value is 30 (The connection time out in seconds), you can increase this if the connection to the remote server is poor and you might face longer timeout issues.
Limit rsync bandwidth.
Choose your preferred IP version.