Populates files to the backup client host:
/etc/systemd/system/[email protected]
/etc/systemd/system/[email protected]
/etc/systemd/system/proxmox-backup-client.env
Decides the backup spec:
<archive-name>.<type>:<source-path>
hikari.pxar:/mnt/vms/hikari
Run once:
systemctl start proxmox-backup-client@$(systemd-escape "hikari.pxar:/mnt/vms/hikari")
Run every other day using systemd-timer:
systemctl start proxmox-backup-client@$(systemd-escape "hikari.pxar:/mnt/vms/hikari").timer
Check active systemd-timers:
systemctl list-timers --all "proxmox-backup-client@*"