Using SSH, connect to the Linux machine.
Switch to root:
sudo -i
To verify kernel, gcc and make versions, issue the following commands; gcc installed should match the gcc version your kernel was compiled with.
cat /proc/version
gcc –v
make –v
Verify that you have a kernel-devel package, that matches the installed kernel:
yum list installed | grep kernel

Download Agent for Linux binary package and transfer it to your machine using SFT program of your choice (e.g. FileZilla).
Check your working directory using the pwd command and switch to the folder where you have placed the binary package, e.g /home/localusr

To add execute permission to the binary, issue:
chmod +x Backup_Agent_for_Linux_x86_64.bin
Run the binary by issuing:
./Backup_Agent_for_Linux_x86_64.bin

Follow the on-screen instructions.
To verify that Acronis services are running, issue:
systemctl | grep acronis

Finally, verify that your system is registered in Acronis Backup Cloud by browsing Devices in the backup console.