Hello,
I'm not sure if this post belongs in the Proxmox VE forum or in the Proxmox Backup Server forum, please forgive me if this is in the wrong place, but since backup jobs are configured and scheduled in Proxmox VE I'm posting here.
I have created several backup jobs to backup my VM's at certain intervals on certain days. I've got everything sorted out and working as I'd like except for getting a job configured to run on the last day of the month. I can't seem to figure out the syntax for the schedule on this one. Some months end on the 30th, some on the 31st, February ends on the 28th, and once every 4 years it ends on the 29th.
Systemd OnCalendar event syntax for this doesn't work. The OnCalendar syntax uses a tilde ~ between the month and day position to indicate the last day of the month. Eg:
Is a similar functionality available in the Proxmox scheduler? I have looked at the documentation, trial and error'ing, and searching the interwebs... and wasn't able to come up with anything.
I'm not sure if this post belongs in the Proxmox VE forum or in the Proxmox Backup Server forum, please forgive me if this is in the wrong place, but since backup jobs are configured and scheduled in Proxmox VE I'm posting here.
I have created several backup jobs to backup my VM's at certain intervals on certain days. I've got everything sorted out and working as I'd like except for getting a job configured to run on the last day of the month. I can't seem to figure out the syntax for the schedule on this one. Some months end on the 30th, some on the 31st, February ends on the 28th, and once every 4 years it ends on the 29th.
Systemd OnCalendar event syntax for this doesn't work. The OnCalendar syntax uses a tilde ~ between the month and day position to indicate the last day of the month. Eg:
*-*~1
would be the last day of the month, where *-*~3
would be the third last day of the month. This was implemented on March 1, 2017. See here: https://github.com/systemd/systemd/blob/v233/NEWS#L174Is a similar functionality available in the Proxmox scheduler? I have looked at the documentation, trial and error'ing, and searching the interwebs... and wasn't able to come up with anything.