Install Cloud Backup on Ubuntu Linux

This guide assumes that you have already ordered a Cloud Backup service via our web site or your Client Portal.

Before installation, make sure that RPM Package Manager is installed on the machine.

The following Linux packages must FIRST be installed on the system:

linux-headers ( apt-get install linux-headers-$(uname -r) )
linux-image ( apt-get install linux-image-$(uname -r) )
gcc ( apt-get install gcc )
make (  apt-get install make )

Via SSH:

– chmod the .bin file to 755: chmod 755 filename.bin
– Run the installer: ./filename.bin
– Follow the installation prompts

Once installed, the agent will be available within your Cloud Backup Management Panel for you to complete configuring according to your requirements.

Related Articles