backups: reduce chances for lock race
All checks were successful
Flake checks / Check (pull_request) Successful in 2m16s

Start one backup per hour each night
This commit is contained in:
teutat3s 2024-05-15 21:00:41 +02:00
parent 47c9424459
commit 67b9b84e01
Signed by: teutat3s
GPG key ID: 4FA1D3FA524F22C1
5 changed files with 5 additions and 5 deletions

View file

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

View file

@ -86,7 +86,7 @@
services.restic.backups.keycloak-storagebox = { services.restic.backups.keycloak-storagebox = {
paths = [ "/tmp/keycloak-backup.sql" ]; paths = [ "/tmp/keycloak-backup.sql" ];
timerConfig = { timerConfig = {
OnCalendar = "*-*-* 04:10:00 Etc/UTC"; OnCalendar = "*-*-* 03:00:00 Etc/UTC";
}; };
initialize = true; initialize = true;
passwordFile = config.age.secrets."restic-repo-storagebox".path; passwordFile = config.age.secrets."restic-repo-storagebox".path;

View file

@ -110,7 +110,7 @@
"/var/lib/postfix/conf/aliases.db" "/var/lib/postfix/conf/aliases.db"
]; ];
timerConfig = { timerConfig = {
OnCalendar = "*-*-* 04:15:00 Etc/UTC"; OnCalendar = "*-*-* 02:00:00 Etc/UTC";
}; };
initialize = true; initialize = true;
passwordFile = config.age.secrets."restic-repo-storagebox".path; passwordFile = config.age.secrets."restic-repo-storagebox".path;

View file

@ -126,7 +126,7 @@
services.restic.backups.mastodon-storagebox = { services.restic.backups.mastodon-storagebox = {
paths = [ "/tmp/mastodon-backup.sql" ]; paths = [ "/tmp/mastodon-backup.sql" ];
timerConfig = { timerConfig = {
OnCalendar = "*-*-* 04:05:00 Etc/UTC"; OnCalendar = "*-*-* 04:00:00 Etc/UTC";
}; };
initialize = true; initialize = true;
passwordFile = config.age.secrets."restic-repo-storagebox".path; passwordFile = config.age.secrets."restic-repo-storagebox".path;

View file

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