Merge pull request 'backups: increase spread to 1 hour per backup' (#314) from backups-increase-spread into main
Reviewed-on: #314 Reviewed-by: b12f <b12f@noreply.git.pub.solar>
This commit is contained in:
commit
e92c7c357d
3 changed files with 3 additions and 3 deletions
modules
|
@ -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;
|
||||
|
|
|
@ -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 = ''
|
||||
|
|
|
@ -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 = ''
|
||||
|
|
Loading…
Add table
Reference in a new issue