Problem / use-case
When you have scheduled periodic backup and your computer is off during the backup time the backup wont run, which is not ideal. Ideally it should run ASAP after the computer is turned back on.
Vorta (another Borg backup client) has similar option too (borgbase/vorta#263).
Proposed solution
I don't know the WinAPI specifics, but I guess it should be simple feature flag when creating Task in Task scheduler. The option is called "Run task as soon as possible after a scheduled start is missed" in the Task scheduler's UI.
Alternatives considered
No response
Scope / details
No response
Contribution
Additional context
No response
Problem / use-case
When you have scheduled periodic backup and your computer is off during the backup time the backup wont run, which is not ideal. Ideally it should run ASAP after the computer is turned back on.
Vorta (another Borg backup client) has similar option too (borgbase/vorta#263).
Proposed solution
I don't know the WinAPI specifics, but I guess it should be simple feature flag when creating Task in Task scheduler. The option is called "Run task as soon as possible after a scheduled start is missed" in the Task scheduler's UI.
Alternatives considered
No response
Scope / details
No response
Contribution
Additional context
No response