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 user backup once after login (10-30 min delay)
[Timer]
# OnStartupSec = time since the user's systemd session started (i.e. after login)
OnStartupSec=10min
# Add a random 0-20 min on top → fires 10-30 min after login
RandomizedDelaySec=1200
Unit=restic-backup.service
[Install]
WantedBy=timers.target