This article describes how to install the Backup Agent on a Linux server.

Requirements
  • You have created a server in the Cloud Panel.

  • You have activated a backup package.

Notes
  • If you are using a firewall to control outgoing traffic, you will need to unblock ports 443, 8443, 7770 -7800, and 44445 in that firewall.

  • If you only use the firewall that is in your IONOS customer account, you do not need to open the above mentioned ports.

To install the Backup Agent, follow these steps:

  • Open your browser and log in to the Cloud Panel.

  • Click on BACKUP > BACKUP PACKAGE.

  • In the ADMINISTRATION > BACKUP AGENT FOR SERVER section, click Download Agent next to the Linux entry.

  • Select the desired location for your backups.

  • Click Download, and the Backup Agent installer will be downloaded.

  • Copy the Backup Agent installer to the server. You can use an FTP program such as WinSCP or Filezilla to do this. Alternatively, if you are using Linux, you can copy the installation file to the server using the following command:

    [root@localhost ~]# scp -r /directory/backup-agent-installer-location-Linux.sh remote_username@SERVERIP:/directory_on_the_server

    Examples:

    Europe

    [root@localhost ~]# scp -r /home/backup-agent-installer-Europe-Linux.sh root@217.160.44:/home

    US

    [root@localhost ~]# scp -r /home/backup-agent-installer-USA-Linux.sh root@217.160.44:/home

  • To make the file executable, type the following command:

    Europe

    [root@localhost ~]# chmod +x backup-agent-installer-Europe-Linux.sh

    US:

    [root@localhost ~]# chmod +x backup-agent-installer-USA-Linux.sh

  • To start the Backup Agent installation, type the following command:

    Europe:

    [root@localhost ~]# ./backup-agent-installer-Europe-Linux.sh

    US:

    [root@localhost ~]# ./backup-agent-installer-USA-Linux.sh

The Backup Agent is now installed on the server. The server is then automatically registered in the Backup Console.

Please Note

If registering the server fails, follow the steps in the guide below:

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