Skip to main content

Connect agent-based backup

Last update:
  1. Order the Agent-based Backup service.
  2. Connect to the Veeam Service Provider Console portal.
  3. Download the management agent.
  4. Install the management agent.
  5. Install the backup agent.
  6. Configure backup.

1. Order the Agent-based Backup service

  1. In the control panel, on the top menu, click Products and select Veeam Agent.
  2. Click Order Veeam Agent service.
  3. Specify the number of agents.
  4. Specify the amount of storage space in the repository (must be a multiple of 50 GB).
  5. Click Pay.
  6. We will create a ticket containing the login and password needed to access the Veeam Service Provider Console portal.

2. Connect to the portal

Learn more about working with the portal in the Working with the Veeam Service Provider Console portal section.

  1. Open the Veeam Service Provider Console portal (vac.selectel.ru).
  2. In the Username field, enter the portal access credentials from the ticket: Company\User.
  3. Enter the password.
  4. Click Log in.

3. Download the management agent

  1. On the Veeam Service Provider Console portal, go to DiscoveryDiscovered Computers.

  2. Open the Computers tab.

  3. Click Download Management Agent and select the operating system.

  4. Specify the desired duration for the installation script and click Download. The installation script will be downloaded locally:

    • Linux: LinuxAgentPackages.sh file
    • Windows: ManagementAgent.exe file

4. Install the management agent

Once connected, the management agent will be available in the Veeam Service Provider Console portal for backup agent installation and backup configuration.

  1. Copy the installation script to the required server.

  2. Install the management agent:

    sudo ./’LinuxAgentPackages.sh’
  3. Open the management agent configuration file (/etc/veeamma/config.cfg).

  4. For the vcf_handshake_timeout parameter, set the value to 120000.

  5. Restart the management agent:

    sudo veeamconsoleconfig --restart_service
  6. Check the connection status:

    sudo veeamconsoleconfig -s
  7. If the management agent has not connected, it will retry until the connection is successful. You can initiate a manual connection attempt by restarting the agent:

    sudo veeamconsoleconfig --restart_service

5. Install the backup agent

  1. On the Veeam Service Provider Console portal, go to DiscoveryManaged Computers.
  2. Open the Discovered Computers tab.
  3. Select all nodes with connected management agents.
  4. Click Install productInstall Backup Agent.
  5. In the backup agent installation window, select a backup policy or create a new one. You will be able to edit the policy or select a different one later.
  6. Click Apply.

6. Configure backup

You can configure backup rules and schedules:

  • on the Veeam Service Provider Console portal. More details can be found in the Creating Backup Policies section of the Veeam documentation: Linux, Windows;
  • on the backup agent. More details can be found in the Creating Backup Job section of the Veeam documentation: Linux, Windows.

When configuring the Retention Policy in the backup policy (step 8), keep in mind that the last known retention policy applies to all backups for which the retention period is specified in days. If you delete or disable the backup policy, the backups will be deleted after the specified number of days. To prevent this, choose retention in restore points.