12 lines
193 B
SYSTEMD
12 lines
193 B
SYSTEMD
[Unit]
|
|
Description=Nightly Restic backup of edge01
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 03:15:00
|
|
RandomizedDelaySec=10m
|
|
Persistent=true
|
|
Unit=restic-edge01-backup.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|