11 lines
196 B
SYSTEMD
11 lines
196 B
SYSTEMD
[Unit]
|
|
Description=Executes the restic backup script
|
|
Requires=restic-backup.service
|
|
|
|
[Timer]
|
|
Unit=restic-backup.service
|
|
OnCalendar=*-*-* 22:40:00
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|