10 lines
127 B
SYSTEMD
10 lines
127 B
SYSTEMD
|
[Unit]
|
||
|
Description=Backup with restic on schedule
|
||
|
|
||
|
[Timer]
|
||
|
OnCalendar=weekly
|
||
|
Persistent=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=timers.target
|