Y
Hacker News
new
|
ask
|
show
|
jobs
by
calcifer
102 days ago
I invoke backups from a systemd timer. If the schedule is missed (due to sleep, power off etc.) it runs it at the next earliest opportunity.
1 comments
izacus
102 days ago
How does it handle restart after the machine wakes up again?
link
calcifer
102 days ago
When the machine wakes up, systemd checks the timer's schedule and when it last ran. If one or more runs were missed due to the sleep, it's executed immediately.
link
izacus
101 days ago
On Windows and macOS machines too? How does that work?
link