From b9e35dcf92c7123208ed7efe536ced5b68c74aeb Mon Sep 17 00:00:00 2001 From: Magnus Andersson Date: Wed, 20 Sep 2023 10:26:01 +0200 Subject: [PATCH] Give multinode a sixmonts backup policy. --- templates/script/check_backup.erb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/script/check_backup.erb.sh b/templates/script/check_backup.erb.sh index b41b34c..6dd31f0 100644 --- a/templates/script/check_backup.erb.sh +++ b/templates/script/check_backup.erb.sh @@ -2,7 +2,7 @@ project="${1}" bucket="${2}" -declare -a sixmonths=('mau') +declare -a sixmonths=('multinode') output_status="OK" exit_status=0 problems=""