fachinformatiker-wiki

it's easy when it's here

User Tools

Site Tools


backup:veeam:veeam-agent-for-linux

Veeam Agent for Linux

https://www.veeam.com/linux-backup-free-download.html

Install new GPG keys:

curl http://repository.veeam.com/keys/veeam.gpg | sudo apt-key add

Installation

mkdir ~/veeam
sudo dpkg -i ./veeam-release* && apt update
sudo apt install veeam
sudo usermod -aG veeam veeamadmin

Konfiguration

UI

veeam
veeamconfig ui

CLI

NFS-Repository hinzufügen:

veeamconfig repository create --name nfs-net-vol01 --type nfs --location 10.1.1.2:/mnt/net-vol01/nfs/backup --options vers=4.1,hard,retry=1

Job anlegen:

veeamconfig job create filelevel --name home-backup --reponame nfs-net-vol01 --includedirs /home/
veeamconfig schedule set --jobName home-backup --daily --at 04:00
veeamconfig schedule enable --jobName home-backup

Weitere Befehle:

veeamconfig schedule show --jobName <job-name>
veeamconfig repository list
veeamconfig backup list --all
veeamconfig backup show --id <backup_id>
veeamconfig backup delete --id <backup_id>
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.  More information about cookies 
backup/veeam/veeam-agent-for-linux.txt · Last modified: 2024/02/17 19:03 by 127.0.0.1