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