I'm looking to run a second PBS server separate from my main, and have it just power up in the middle of the night (I've got this working), then immediately kick off a sync job, then a verify, then a prune/GC, then, if the start up time was the scheduled time, also automatically shut down when all three are done. I have been reading the documentation, and I see how to create these items from CLI, list them, and even delete them. However, I don't see any option to schedule them for
startup
or boot
or poweron
or anything helpful, and I also don't see any way to launch them directly from the cli. I would expect something like proxmox-backup-manager run-job jobid
or proxmox-backup-manager syncjob run jobid
. Has anybody managed to figure this out, or can you direct me to the documentation for how to trigger these scheduled jobs either at boot, or from the command line?