Use the steps below to install the Cloud Backup agent on a Linux VPS or dedicated server. Follow the directions for CentOS/RHEL, or Debian/Ubuntu, depending on your operating system, then proceed to the Final Steps section below.
CentOS / Enterprise Linux Servers
Switch to root user:
su root
Download the script, give it executable permissions, and execute it:
CentOS 7:
wget https://www.solvps.com/src/backup/install-el7.sh
chmod a+x install-el7.sh
sh install-el7.sh
CentOS 6:
wget https://www.solvps.com/src/backup/install-el6.sh
chmod a+x install-el6.sh
sh install-el6.sh
The script will download and install the Cloud Backup agent, then automatically build the required kernel module. Please contact Technical Support if the script fails to properly complete the installation on your CentOS/EL system.
Debian / Ubuntu Servers
Switch to root user:
su root
Download the script, give it executable permissions, and execute it:
wget https://www.solvps.com/src/backup/install-deb.sh
chmod a+x install.sh
sh install.sh
The script will download and install the Cloud Backup agent, then automatically build the required kernel module. Please contact Technical Support if the script fails to properly complete the installation on your Debian/Ubuntu system.
Final Steps
After successfully installing the agent and kernel module on your VPS or dedicated server, return to the Backup Manager panel, go to the Servers page, and click Actions icon > Edit Server.
On the Edit Server window, click Reset Public Key.
Now click the Actions icon > Test Agent Connection. If all went well, the Backup Manager will successfully connect and authenticate with the server.
The Linux server is now activated for backups, and it will begin backing up on schedule according to its Backup Policy.