backups: increase spread to 1 hour per backup

This commit is contained in:
teutat3s 2025-03-06 13:38:43 +01:00
parent 2ec4637ced
commit 5de43ae03f
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
3 changed files with 3 additions and 3 deletions
modules
forgejo
mediawiki
obs-portal

View file

@ -186,7 +186,7 @@
"/tmp/forgejo-backup.sql"
];
timerConfig = {
OnCalendar = "*-*-* 00:00:00 Etc/UTC";
OnCalendar = "*-*-* 23:00:00 Etc/UTC";
};
initialize = true;
passwordFile = config.age.secrets."restic-repo-storagebox-nachtigall".path;

View file

@ -246,7 +246,7 @@ in
"/tmp/mediawiki-backup.sql"
];
timerConfig = {
OnCalendar = "*-*-* 00:30:00 Etc/UTC";
OnCalendar = "*-*-* 00:00:00 Etc/UTC";
};
initialize = true;
backupPrepareCommand = ''

View file

@ -154,7 +154,7 @@ in
"/tmp/obs-portal-backup.sql"
];
timerConfig = {
OnCalendar = "*-*-* 01:30:00 Etc/UTC";
OnCalendar = "*-*-* 06:00:00 Etc/UTC";
};
initialize = true;
backupPrepareCommand = ''