Code:
Since scheduled backups miss their execution when the host was offline or the pvescheduler was disabled during the scheduled time, it is possible to configure the behaviour for catching up. By enabling the Repeat missed option (repeat-missed in the config), you can tell the scheduler that it should run missed jobs as soon as possible.
from the description, it appear that Proxmox should keep repeat trying the missed backup task until the PBS host is online.
however in actual situation, the missed backup job just never get run again.
example i have this CT setup to be backup daily at 9pm. but intentionally shutdown PBS on that time, and after PBS restarted, Proxmox never able to repeat missed backup task.
am i missing something?