Veeam Linux Agent
To install Veeam Agent for Linux:
- Download the Veeam software repository installation package (veeam-release) from the Veeam Download page, and save the downloaded package on the computer where you plan to install the product. (As of writing this, the latest version could be directly downloaded from the following link: https://download2.veeam.com/veeam-release-deb_1.0.7_amd64.deb )
wget https://download2.veeam.com/veeam-release-deb_1.0.7_amd64.deb
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