11 lines
180 B
SYSTEMD
11 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
|