From 6fa10415afc3a6d43ca44c30876cde123be446ec Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Sun, 28 May 2023 15:40:10 +0200 Subject: [PATCH] Incresed max retries --- .../server_native-backups-consumer/files/pull-remote-backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/server_native-backups-consumer/files/pull-remote-backup.sh b/roles/server_native-backups-consumer/files/pull-remote-backup.sh index 57cc44b0..e9bef5ba 100644 --- a/roles/server_native-backups-consumer/files/pull-remote-backup.sh +++ b/roles/server_native-backups-consumer/files/pull-remote-backup.sh @@ -51,7 +51,7 @@ for backup_type in $remote_backup_types; do echo "executing: $rsync_command" retry_count=0 - max_retries=3 + max_retries=12 retry_delay=300 # Retry delay in seconds (5 minutes) last_retry_start=0 max_retry_duration=43200 # Maximum duration for a single retry attempt (12 hours)