Scheduling of backups and replication

hspindel

Member
Aug 6, 2025
33
5
8
The GUI dialog boxes in Proxmox for creating backup and replication jobs allow you to specify a schedule, but the dropdown has a pretty limited set of choices for the schedule.

Is there a way to specify a schedule more like crontab would do it?

I found the related file /etc/pve/jobs.cfg, but the schedule line in that file is in the same format as the GUI and I can't find any documentation on how to specify an arbitrary schedule like with crontab.

Running proxmox 6.14.11-2-pve.
 
Last edited:
You can specify your own choice of a schedule directly in the Dialoge. There is also a Simulator for testing the configuration
 
Last edited:
  • Like
Reactions: UdoB
  • Like
Reactions: leesteken
Thank you, but maybe I'm dense today. I see every two hours would be:
*/2:00

How do I do every two hours, but starting on an odd hour?