Install the Cloud Backup Agent on Linux Print

  • 126

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.

Screen Shot 2016-06-28 at 11.34.16 AM

On the Edit Server window, click Reset Public Key.

Screen Shot 2016-06-28 at 11.48.30 AM

Now click the Actions icon > Test Agent Connection. If all went well, the Backup Manager will successfully connect and authenticate with the server.

Screen Shot 2016-06-28 at 11.50.14 AM

The Linux server is now activated for backups, and it will begin backing up on schedule according to its Backup Policy.


Was this answer helpful?

« Back