Update snapborg retention settings

- Set keep_last to 0
- Set keep_hourly to 1
This commit is contained in:
Sravan Balaji
2025-04-30 09:22:11 -04:00
parent fef131f057
commit 9336011358
5 changed files with 16 additions and 16 deletions

View File

@@ -8646,8 +8646,8 @@ configs:
# compression configuration, see borg manual
compression: auto,zstd,4
retention:
keep_last: 1
keep_hourly: 0
keep_last: 0
keep_hourly: 1
keep_daily: 1
keep_weekly: 8
keep_monthly: 6
@@ -8680,8 +8680,8 @@ configs:
# define retention settings for borg independently from snapper
retention:
keep_last: 1
keep_hourly: 0
keep_last: 0
keep_hourly: 1
keep_daily: 1
keep_weekly: 8
keep_monthly: 6
@@ -8717,8 +8717,8 @@ configs:
# define retention settings for borg independently from snapper
retention:
keep_last: 1
keep_hourly: 0
keep_last: 0
keep_hourly: 1
keep_daily: 1
keep_weekly: 8
keep_monthly: 6
@@ -8751,8 +8751,8 @@ configs:
# define retention settings for borg independently from snapper
retention:
keep_last: 1
keep_hourly: 0
keep_last: 0
keep_hourly: 1
keep_daily: 1
keep_weekly: 8
keep_monthly: 6

View File

@@ -19,8 +19,8 @@ configs:
# define retention settings for borg independently from snapper
retention:
keep_last: 1
keep_hourly: 0
keep_last: 0
keep_hourly: 1
keep_daily: 1
keep_weekly: 8
keep_monthly: 6

View File

@@ -19,8 +19,8 @@ configs:
# define retention settings for borg independently from snapper
retention:
keep_last: 1
keep_hourly: 0
keep_last: 0
keep_hourly: 1
keep_daily: 1
keep_weekly: 8
keep_monthly: 6

View File

@@ -20,8 +20,8 @@ configs:
# define retention settings for borg independently from snapper
retention:
keep_last: 1
keep_hourly: 0
keep_last: 0
keep_hourly: 1
keep_daily: 1
keep_weekly: 8
keep_monthly: 6

View File

@@ -18,8 +18,8 @@ configs:
# compression configuration, see borg manual
compression: auto,zstd,4
retention:
keep_last: 1
keep_hourly: 0
keep_last: 0
keep_hourly: 1
keep_daily: 1
keep_weekly: 8
keep_monthly: 6