first commit

This commit is contained in:
Oliver Walter
2026-06-17 01:54:53 +02:00
commit 1ea0d846bb
15 changed files with 742 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[Unit]
Description=Run restic backup once after boot (10-30 min delay)
[Timer]
# Start no earlier than 10 min after boot
OnBootSec=10min
# Add a random 0-20 min on top → fires somewhere between 10 and 30 min after boot
RandomizedDelaySec=1200
Unit=restic-backup.service
[Install]
WantedBy=timers.target