Instalar agente Acronis backup en Linux

Login Acronis backup :
https://us-cloud.acronis.com/login

Instalación

Primero instalar las dependencias necesarias antes de instalar el agente:

RHEL4 or later, CentOS4 or later, Fedora Core, Scientific Linux:

  • kernel-X-[kernel version] (where X shows an edition of kernel such as smp, PAE, hugemem, etc. it shows as [kernel version]X with ‘uname -r’ command)
  • kernel-X-devel-[kernel version]
  • gcc (the same version the ‘cat /proc/version’ command shows)‏

https://kb.acronis.com/content/55052

Firewall Open Ports

Añadir los puertos necesarios en el firewall

open ports: 443,445,2500,7770:7800,8443,44445,55556

•  TCP ports 443 and 8443: Necessary for accessing the backup console, registering the agents, downloading the certificates, user authorization, and downloading files from the cloud storage.

•  TCP ports 7770…7800: This is for communication between components.

•  TCP ports 445 and 25001: Necessary for remote installations.

•  TCP port 44445: Necessary for data transfer during backup and recovery.

•  TCP ports 443, 44445, and 55556: Necessary for backup to the cloud.

Descarga de la versión de Linux 64:
wget –no-check-certificate «https://eu2-cloud.acronis.com/bc/api/ams/links/agents/redirect?language=multi&system=linux&productType=enterprise» -O agent

haz la descarga ejecutable e instala….

wget --no-check-certificate "https://eu2-cloud.acronis.com/bc/api/ams/links/agents/redirect?language=multi&system=linux&productType=enterprise" -O agent
chmod +x agent
./agent