From 9ad9f8c34d6bce920c48b90bb11eeae640c9d357 Mon Sep 17 00:00:00 2001 From: capntack Date: Sat, 23 Mar 2024 15:53:33 -0500 Subject: [PATCH] Changed a default tag --- templates/backupsVariablesAWSTemplate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/backupsVariablesAWSTemplate.sh b/templates/backupsVariablesAWSTemplate.sh index 13af4bd..4611908 100644 --- a/templates/backupsVariablesAWSTemplate.sh +++ b/templates/backupsVariablesAWSTemplate.sh @@ -32,7 +32,7 @@ readonly RESTIC_RETENTION_YEARS='0' ## Recommendation is to leave the first tag be, and configure the second readonly RESTIC_TAG_01="${HOSTNAME}" -readonly RESTIC_TAG_02='TAG-02' +readonly RESTIC_TAG_02='offsite' ## Leave this var be readonly RESTIC_EXCLUDES="${SCRIPT_DIR}/resticExcludes" \ No newline at end of file