restic_backup/systemd/restic-backup.timer
Alex Kelly 041b70319e feat: remove logging for systemd assumption
With systemd, we don't need to specify any logging output, and the
tee'ing is complicating things anyway.  This removes all the external
logging, and adds the systemd service and timer required to make it go.
2023-01-16 22:43:32 -05:00

10 lines
180 B
SYSTEMD

[Unit]
Description=Executes the restic backup script
Requires=restic-backup.service
[Timer]
Unit=restic-backup.service
OnCalendar=*-*-* 22:40:00
[Install]
WantedBy=timers.target