This is an archive version of the document. To get the most up-to-date information, see the current version.

Deploying Veeam Agent for Linux

To deploy Veeam Agent for Linux using setup files generated by Veeam Backup & Replication, perform the following operations:

  1. Installation
  2. Configuration

Deploying Veeam Agent for Linux TIP

You can also find detailed instructions on the Veeam Agent deployment in the readme.txt file that is available among the setup files generated by Veeam Backup & Replication.

Installation

To install Veeam Agent for Linux and all the required components, do the following:

  1. Upload Veeam Agent setup files on the computer you want to protect.

Keep in mind that you must use Veeam Agent setup files that are generated by Veeam Backup & Replication after the protection group for pre-installed Veeam Agents is created. To learn more, see Specifying Packages.

  1. Navigate to the directory where you have saved setup files and install Veeam Agent. This procedure is similar to the installation of the Veeam Agent for Linux in the offline mode. For details, see the Installing Veeam Agent for Linux in Offline Mode section in the Veeam Agent for Linux User Guide.

Keep in mind that if you use the APT package manager and the installation command reports that some dependencies for package not installed, run the following command instead:

apt-get install -f

After that, repeat the Veeam Agent installation procedure.

Configuration

To configure Veeam Agent for Linux, you must apply connection settings from the configuration file that you obtained when the protection group for pre-installed Veeam Agents was created. To do this, run the following command from the directory where Veeam Agent setup files are located:

 veeamconfig mode setVBRsettings --cfg <protection_group_name>.xml

where <protection_group_name> is a name of the protection group for pre-installed Veeam Agents. Alternatively, you can specify the full path to the configuration file passed with the --cfg option.

Mind that the connection between Veeam Backup & Replication and Veeam Agent is not persistent. Veeam Agent synchronizes with Veeam Backup & Replication every 6 hours. After you apply new backup policy settings in the Veeam Backup & Replication console, Veeam Agent will get these settings during the next synchronization.

To synchronize Veeam Agent immediately, run the following command on the Veeam Agent computer:

veeamconfig mode syncnow