|
|
|
|
|
by mbreedlove
2329 days ago
|
|
Yep, I wanted to create a systemd timer to run my nightly backups. I was pretty shocked that I needed to have three files. My backup script, a systemd service to call the backup script, and a systemd timer to call my systemd service that calls my backup script. It took A LOT of fiddling and reading the Arch wiki before I had everything working as I wanted it to. |
|