From ace6eed0ca56c38aec01b81370562590af07695e Mon Sep 17 00:00:00 2001 From: capntack Date: Fri, 22 Mar 2024 20:01:56 -0500 Subject: [PATCH] Changed default retention years --- templates/variablesTemplate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/variablesTemplate.sh b/templates/variablesTemplate.sh index b4fcf4e..eca7bdd 100644 --- a/templates/variablesTemplate.sh +++ b/templates/variablesTemplate.sh @@ -87,7 +87,7 @@ readonly LOG_RETENTION='30' # readonly RESTIC_RETENTION_DAYS='3' # readonly RESTIC_RETENTION_WEEKS='1' # readonly RESTIC_RETENTION_MONTHS='1' -# readonly RESTIC_RETENTION_YEARS='1' +# readonly RESTIC_RETENTION_YEARS='2' ## RESTIC_CALENDAR_RETENTION must be set to 'no' for this ## Remove readonly if LAN_AND_AWS_RESTIC is set to 'yes' and you want different retention policies