Installing Agents on variety of devices for Acronis Cyber Protect Cloud Print

  • Installing Agents, cyber protect, acronis, cloud backup
  • 232

Acronis Cyber Protect Cloud is a web-based application. To back up your data, you only need to install a Backup Agent on your machine. You can manage and monitor system protection with a web-based console.

  1. Having an active Backup Account you can install the software (see this article if you do not have a Backup Account yet). Click Manage backups:
  2. Click on Add:
  3. Depending on the machine and data you want to back up, select and download the respective installation file:

Installing in Windows

  1. Run the installation file and select Install agents:
  2. Review the default installation settings and adjust them if necessary. Agent for SQL and Agent for Exchange can be installed on a machine with respective application.
  3. [Optional] Press Change in What to install section if you want to change what components will be installed. See also Selecting components for installation

  4. Choose how to register the machine in the management server: either use credentials or provide a registration token

  5. Wait until the installation completes and registration screen appears. Do one of the following:
  • Click Register the machine. In the opened browser window, sign in to the Cyber Protection console, review the registration details, and then click Confirm registration.

  • Click Show registration info. The setup program shows the registration link and the registration code. You can copy them and perform the registration steps on a different machine. In this case, you will need to enter the registration code in the registration form. The registration code is valid for one hour.

  1. Now when you have the Agent installed, the computer is available in Cyber Protection console and you can back up your data:

Installing in Linux

To add the Acronis Backup modules to Linux kernel, setup program needs the following Linux packages:

  • The package with kernel headers or sources. The package version must match the kernel version.
  • The GNU Compiler Collection (GCC) compiler system. The GCC version must be the one with which the kernel was compiled.
  • The Make tool.
  • The Perl interpreter.
  • The libelf-dev, libelf-devel, or elfutils-libelf-devel libraries for building kernels starting with 4.15 and configured with CONFIG_UNWINDER_ORC=y. For some distributions, such as Fedora 28, they need to be installed separately from kernel headers.

Are the required packages already installed?

  1. Run the following command to find out the kernel version and the required GCC version:
    cat /proc/version
  2. Run the following command to check whether the Make tool and the GCC compiler are installed:
    make -v
    gcc –v
    Compare the version of gcc with information from cat /proc/version command
  3. Check whether the appropriate version of the packages for building kernel modules is installed:
    In Red Hat Enterprise Linux, CentOS, and Fedora, run the following command:
    yum list installed | grep kernel-devel

    In Ubuntu, run the following commands:
    dpkg --get-selections | grep linux-headers
    dpkg --get-selections | grep linux-image

    In either case, ensure that the package versions are the same as in Linux version in step 1.

The following table lists how to install the required packages in various Linux distributions.

Linux distribution

Package names

How to install

Red Hat Enterprise Linux

kernel-devel
gcc
make

The setup program will download and install the packages automatically by using your Red Hat subscription.

CentOS

kernel-devel
gcc
make

The setup program will download and install the packages automatically.

Fedora

kernel-devel
gcc
make

Run the following commands as the root user (specify the required GCC version in the GCC package name):

yum install kernel- devel-` uname -r`
yum install gcc-4.5.1
yum install make

Ubuntu

linux -headers 
linux -image 
gcc
make

Run the following commands (specify the required GCC version in the GCC package name):

sudo apt-get update 
sudo apt-get installlinux -headers-`uname -r` 
sudo apt-get installlinux -image-`uname -r` 
sudo apt-get install gcc-4.6 
sudo apt-get install make

 

Linux Agent installation prerequisites

Make sure that the RPM Package Manager (RPM) is installed in your system. Before installing the product on a Linux distribution that does not use RPM, such as Ubuntu, you need to install RPM manually; for example, by running the following command:

  • sudo yum install rpm (Red Hat based distributions)
  • sudo apt-get install rpm (Debian based distributions)
  • sudo zypper install rpm (Suse based distributions)
  • sudo yast install rpm (Suse based distributions)

Installation procedure

Example installation on CentOS 7

  1. Log in as the root user.
  2. Download and launch the installation package. Package is downloaded as a binary file. To launch .bin file make it executable:
    - open Terminal;
    - navigate to the folder where installation package is saved;
    - chmod 755 filename.bin (to make this file executable)
    - ./filename.bin (to run the file)
  3. Accept the terms of license agreement.
  4. Specify Backup Account credentials (see [[Acronis Cyber Protect Cloud / Acronis Backup Service: Creating Backup Account]]).
  5. Now when you have the Agent installed, the computer is available in Cyber Protection console and you can back up your data:
  • For more information on how to install an agent and backup a Linux Machine, check this step by step demo video

In OS X

  1. Download the installation file and double-click it.
  2. Double-click Install.
  3. Specify the credentials of the account to which the machine should be assigned.
  4. If you are using macOS Mojave (10.14), grant full disk access permissions to the backup Agent as described in this article

On mobile devices

  1. In the Cyber Protection console, click All devices > Add.
  2. Select the device type. You will get the direct link to the backup app. If you specify your email address, you will receive a message with this link.

Was this answer helpful?

« Back