mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-12 03:56:53 +03:00
12 lines
236 B
SYSTEMD
12 lines
236 B
SYSTEMD
[Unit]
|
|
Description=Schedule Restic backup job
|
|
|
|
[Timer]
|
|
# Replace with the required backup cadence. Persistent catches up after downtime.
|
|
OnCalendar=*-*-* 02:15:00
|
|
Persistent=true
|
|
RandomizedDelaySec=15m
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|