Issue
How to install Acronis Backup on CloudLinux 6?
Environment
CloudLinux OS 6
Solution
Here are instructions on how to install Acronis Backup on CloudLinux 6 Hybrid.
1) Add the devtoolset-7-gcc repo and install it:
yum-config-manager --add-repo="http://repo.cloudlinux.com/cloudlinux/6/sclo/devtoolset-7/x86_64"
yum -y install --nogpg devtoolset-7-gcc --enablerepo=repo.cloudlinux.com_cloudlinux_6_sclo_devtoolset-7_x86_64
2) Update $PATH in the dkms config:
echo 'export PATH="/opt/rh/devtoolset-7/root/usr/bin:$PATH"' >> /etc/dkms/framework.conf
3) Download and install Acronis Backup:
wget -O Backup_Agent_for_Linux_x86_64.bin "https://eu2-cloud.acronis.com/bc/api/ams/links/agents/redirect?language=multi&system=linux&architecture=64&productType=enterprise"
Comments
0 comments
Please sign in to leave a comment.