[SOLVED] [solved] proxmox backup UI schedule setting

kriznik

Member
Sep 29, 2023
37
3
8
Hello, what will be the UI Sync schedule equivalent of this "every other day at 13h" ?

Code:
[Timer]
OnCalendar=*-*-1/2 13:00:00

The only way how I can pass UI verification is
Code:
Sun *-*-1/2 13:00

But it shows it will run not tmrw but Sunday, so I guess this syntax is not correct.

Thanks for any hint!
 
Last edited:
Hello, what will be the UI Sync schedule equivalent of this "every other day at 13h" ?

Code:
[Timer]
OnCalendar=*-*-1/2 13:00:00

The only way how I can pass UI verification is
Code:
Sun *-*-1/2 13:00

But it shows it will run not tmrw but Sunday, so I guess this syntax is not correct.

Thanks for any hint!
Hi,
what is your proxmox-backup-manager version --verbose?

I cannot reproduce this, the schedule *-*-1/2 13:00:00 is accepted without issues for a sync job in the UI (although I did not test it is executed as expected).
 
sometimes it feels like brain stopped working for some time ...
you are absolutely correct and it works

I had a space before o_O

sorry for bother and thank you for pointing me to the right direction :)