Hi all.
i just upgraded PBS from 3.4 to 4.1 and found something weird using Proxmox's scheduling syntax.
this happend on pbs 3.4 and pbs 4.1, so i think i do misunderstood something
when i test my schedule syntax in shell i get the following:
Output for Sat**** and output for Mon is what i would expecting, but for Sun i would expect the following output:
this seems to happen on normal time, summer time change situation.
is this bug already known?
i just upgraded PBS from 3.4 to 4.1 and found something weird using Proxmox's scheduling syntax.
this happend on pbs 3.4 and pbs 4.1, so i think i do misunderstood something
when i test my schedule syntax in shell i get the following:
Code:
root@HostBackup:~# systemd-analyze calendar "Sat *-*-1..31 02:00:00"
Original form: Sat *-*-1..31 02:00:00
Normalized form: Sat *-*-01..31 02:00:00
Next elapse: Sat 2026-03-28 02:00:00 CET
(in UTC): Sat 2026-03-28 01:00:00 UTC
From now: 4 days left
root@HostBackup:~# systemd-analyze calendar "Sun *-*-1..31 02:00:00"
Original form: Sun *-*-1..31 02:00:00
Normalized form: Sun *-*-01..31 02:00:00
Next elapse: Sun 2026-04-05 02:00:00 CEST
(in UTC): Sun 2026-04-05 00:00:00 UTC
From now: 1 week 5 days left
root@HostBackup:~# systemd-analyze calendar "Mon *-*-1..31 02:00:00"
Original form: Mon *-*-1..31 02:00:00
Normalized form: Mon *-*-01..31 02:00:00
Next elapse: Mon 2026-03-30 02:00:00 CEST
(in UTC): Mon 2026-03-30 00:00:00 UTC
From now: 6 days left
root@HostBackup:~#
Output for Sat**** and output for Mon is what i would expecting, but for Sun i would expect the following output:
Code:
root@HostBackup:~# systemd-analyze calendar "Sun *-*-1..31 02:00:00"
Original form: Sun *-*-1..31 02:00:00
Normalized form: Sun *-*-01..31 02:00:00
Next elapse: Sun 2026-03-29 02:00:00 CEST
(in UTC): Sun 2026-03-29 00:00:00 UTC
From now: 5 days left
root@HostBackup:~#
this seems to happen on normal time, summer time change situation.
is this bug already known?