I have a few hosts that I need to have as bare-metal debian installs for reasons I won't go into. This gistpack is here to remind me and explain to the world how I set up my baremetal hosts to back up to my proxmox backup server.
I create a file in the root of the filesystem, /.pbc-config.sh
. This hold all the proxmox backup client env vars, along with the list of files to include in the root backup. The /usr/local/bin/pbc-backup
script is the actual worker. /etc/cron.hourly/pbc-backup
runs the prior script every hour.
Obviously this is all adjust-as-needed. Hope someone finds this useful!