Upload files to "Arch/systemd"

This commit is contained in:
2026-05-07 07:00:23 +02:00
parent 4389968bf2
commit 36fba9d14e
+15
View File
@@ -0,0 +1,15 @@
[Unit]
Description=Monthly GhostMirror update timer (with Timeshift pre-backup)
Documentation=https://github.com/vbextreme/ghostmirror
[Timer]
# 1st of every month at 03:00 local time
OnCalendar=*-*-01 03:00:00
# Catch up if the machine was off at the scheduled time
Persistent=true
# Spread load slightly so mirror servers aren't hit at exactly 03:00
RandomizedDelaySec=15min
Unit=ghostmirror-monthly.service
[Install]
WantedBy=timers.target