Merge pull request 'backups: increase spread to 1 hour per backup' () from backups-increase-spread into main

Reviewed-on: 
Reviewed-by: b12f <b12f@noreply.git.pub.solar>
This commit is contained in:
teutat3s 2025-03-08 14:01:43 +00:00
commit e92c7c357d
Signed by: pub.solar gitea
GPG key ID: F0332B04B7054873
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 = ''