9 lines
141 B
SYSTEMD
9 lines
141 B
SYSTEMD
[Unit]
|
|
Description=Check restic backup for errors on a schedule
|
|
|
|
[Timer]
|
|
OnCalendar=monthly
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target |