From 36fba9d14e995268f3736a1b9aa52f6ca30a8ecb Mon Sep 17 00:00:00 2001 From: Arthur Erlich <1+haylan@noreply.localhost> Date: Thu, 7 May 2026 07:00:23 +0200 Subject: [PATCH] Upload files to "Arch/systemd" --- Arch/systemd/ghostmirror-monthly.timer | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Arch/systemd/ghostmirror-monthly.timer diff --git a/Arch/systemd/ghostmirror-monthly.timer b/Arch/systemd/ghostmirror-monthly.timer new file mode 100644 index 0000000..df72c7d --- /dev/null +++ b/Arch/systemd/ghostmirror-monthly.timer @@ -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