Systemd Timers
Posted on 2025-02-01 in Programmation • Tagged with systemctl, Linux
After using anacron for years to run a backup script regularly, I decided to have a look at systemd timers. Overall, anacron worked fine: I could run tasks as my user and it would start tasks if they missed a run. But, I was still frustrated with how it worked …
Continue reading