12 lines
203 B
SYSTEMD
12 lines
203 B
SYSTEMD
[Unit]
|
|
Description=Weekly Restic retention for edge01
|
|
|
|
[Timer]
|
|
OnCalendar=Sun *-*-* 04:15:00
|
|
RandomizedDelaySec=15m
|
|
Persistent=true
|
|
Unit=restic-edge01-retention.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|