sudo apt install squashfs-tools
sudo apt install xorriso
sudo apt install linux-headers-$(uname -r)
sudo crontab -e
@reboot /usr/bin/veeamconfig job start --name "$JOBNAME"
Hinweis: Pfad zu
veeamconfigprüfen mit:
which veeamconfig
sudo nano /etc/systemd/system/veeam-backup.service
[Unit]
Description=Start Veeam Backup Job at boot
After=network.target veeamservice.service
Wants=veeamservice.service
[Service]
ExecStartPre=/bin/sleep 30
ExecStart=/usr/bin/veeamconfig job start --name "$JOBNAME"
Type=oneshot
[Install]
WantedBy=default.target
sudo systemctl enable veeam-backup.service
sudo systemctl start veeam-backup.service
Stand: 2025, [Rev.1] In Arbeit
Autor: Kevin Bernhardt