10 lines
156 B
SYSTEMD
10 lines
156 B
SYSTEMD
[Unit]
|
|
Description=Dayly restic backup timer
|
|
|
|
[Timer]
|
|
Unit=restic_backup.service
|
|
OnCalendar=*-*-* 1:00:00
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|