10 lines
134 B
SYSTEMD
10 lines
134 B
SYSTEMD
[Unit]
|
|
Description=Run backup weekly
|
|
|
|
[Timer]
|
|
OnCalendar=weekly
|
|
Persistent=true
|
|
Unit=restic.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|