backups: increase spread to 1 hour per backup #314

Merged
teutat3s merged 1 commit from backups-increase-spread into main 2025-03-08 14:01:43 +00:00
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 = ''