Skip to main content

Veeam Linux Agent

To install Veeam Agent for Linux:

wget https://download2.veeam.com/veeam-release-deb_1.0.7_amd64.deb
  • Navigate to the directory where you have saved the veeam-release package and install the package and the Veeam Linux Agent with the following commands:
dpkg -i ./veeam-release* && apt update && apt install veeam -y
  • Install the package cifs-utils if you plan on using SMB to backup across the network
apt install -y cifs-utils