Update the sample systemd timer with a shorter random delay when catching up on a missed run.

This commit is contained in:
Dan Helfman
2025-11-29 22:25:43 -08:00
parent 7dc902f5db
commit 5029ab1ffd
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,6 +1,7 @@
2.0.13.dev0
* #1194: Fix for an incorrect diff command shown when running the "generate config" action with a
source configuration file.
* Update the sample systemd timer with a shorter random delay when catching up on a missed run.
2.0.12
* #1127: Fix for the database hooks not respecting the "working_directory" option.
+1 -1
View File
@@ -4,7 +4,7 @@ Description=Run borgmatic backup
[Timer]
OnCalendar=daily
Persistent=true
RandomizedDelaySec=3h
RandomizedDelaySec=10m
[Install]
WantedBy=timers.target