ansible-role-borgbackup
ansible-role-borgbackup copied to clipboard
Use Systemd instead of Cron?
Can we run the task with Systemd instead of cron on newer OS?
https://medium.com/horrible-hacks/using-systemd-as-a-better-cron-a4023eea996d
https://github.com/witten/borgmatic/tree/master/sample/systemd
Benefits:
- hardening
- can set nice value
If this issue is not taken, can I work on this?
There is already a PR open for this.