11 lines
161 B
SYSTEMD
11 lines
161 B
SYSTEMD
[Unit]
|
|
Description=Daily restic snapshot backup
|
|
Documentation=man:restic(8)
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 04:05:00
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|