I'm trying to find the simplest method to backup a few VM's to my Google Drive.
I found the hook script https://github.com/TheRealAlexV/proxmox-vzbackup-rclone that utilizes rclone. Seems doable. But the thing I can't figure out is if it's possible to only call this script for a specific backup job. I'd like to have a separate job that can backup just the few VMs I need offsite backed up, maybe once a week or month, thinking DR for a few critical VMs. Then let my nightly local backup run for all VM's. But looking around at the /etc/pve/jobs.cfg, and /etc/vzdump.conf I don't see how I can specify the job. Although it looks like in the jobs.cfg it does assign what looks like a guid to the job so maybe that can be used?
I found the hook script https://github.com/TheRealAlexV/proxmox-vzbackup-rclone that utilizes rclone. Seems doable. But the thing I can't figure out is if it's possible to only call this script for a specific backup job. I'd like to have a separate job that can backup just the few VMs I need offsite backed up, maybe once a week or month, thinking DR for a few critical VMs. Then let my nightly local backup run for all VM's. But looking around at the /etc/pve/jobs.cfg, and /etc/vzdump.conf I don't see how I can specify the job. Although it looks like in the jobs.cfg it does assign what looks like a guid to the job so maybe that can be used?