stagger after nightly snap and reduce random to 30m
This commit is contained in:
parent
df8ae40907
commit
240f1ede65
1 changed files with 2 additions and 2 deletions
|
@ -91,9 +91,9 @@
|
|||
if builtins.hasAttr "remoteResticTemplate" options then options.remoteResticTemplate else null;
|
||||
# 2:05 daily backup with 3h random delay
|
||||
timerConfig = {
|
||||
OnCalendar = "02:05";
|
||||
OnCalendar = "02:15"; # night snap is taken at 02:10
|
||||
Persistent = true;
|
||||
RandomizedDelaySec = "3h";
|
||||
RandomizedDelaySec = "30m";
|
||||
};
|
||||
# 7 daily, 5 weekly, 12 monthly backups
|
||||
pruneOpts = [
|
||||
|
|
Loading…
Reference in a new issue