11 lines
236 B
SYSTEMD
11 lines
236 B
SYSTEMD
[Unit]
|
|
Description=Run restic user backup daily at 02:00
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 02:00:00
|
|
# Do NOT set Persistent=true — boot timer handles the catch-up for personal machines
|
|
RandomizedDelaySec=600
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|