Reduce snapborg retention settings

This commit is contained in:
Sravan Balaji
2025-04-26 08:49:07 -04:00
parent dab9f6a9e5
commit 8ce1f776e0
5 changed files with 40 additions and 40 deletions

View File

@@ -8611,12 +8611,12 @@ configs:
# compression configuration, see borg manual
compression: auto,zstd,4
retention:
keep_last: 15
keep_last: 1
keep_hourly: 0
keep_daily: 7
keep_weekly: 4
keep_monthly: 1
keep_yearly: 1
keep_daily: 1
keep_weekly: 8
keep_monthly: 6
keep_yearly: 5
# exclude patterns (see borg help patterns)
exclude_patterns: []
#+END_SRC
@@ -8645,12 +8645,12 @@ configs:
# define retention settings for borg independently from snapper
retention:
keep_last: 15
keep_last: 1
keep_hourly: 0
keep_daily: 7
keep_weekly: 4
keep_monthly: 1
keep_yearly: 1
keep_daily: 1
keep_weekly: 8
keep_monthly: 6
keep_yearly: 5
# exclude patterns (see borg help patterns)
exclude_patterns: []
#+END_SRC
@@ -8682,12 +8682,12 @@ configs:
# define retention settings for borg independently from snapper
retention:
keep_last: 15
keep_last: 1
keep_hourly: 0
keep_daily: 7
keep_weekly: 4
keep_monthly: 1
keep_yearly: 1
keep_daily: 1
keep_weekly: 8
keep_monthly: 6
keep_yearly: 5
# exclude patterns (see borg help patterns)
exclude_patterns: []
#+END_SRC
@@ -8716,12 +8716,12 @@ configs:
# define retention settings for borg independently from snapper
retention:
keep_last: 15
keep_last: 1
keep_hourly: 0
keep_daily: 7
keep_weekly: 4
keep_monthly: 1
keep_yearly: 1
keep_daily: 1
keep_weekly: 8
keep_monthly: 6
keep_yearly: 5
# exclude patterns (see borg help patterns)
exclude_patterns: []
#+END_SRC

View File

@@ -19,11 +19,11 @@ configs:
# define retention settings for borg independently from snapper
retention:
keep_last: 15
keep_last: 1
keep_hourly: 0
keep_daily: 7
keep_weekly: 4
keep_monthly: 1
keep_yearly: 1
keep_daily: 1
keep_weekly: 8
keep_monthly: 6
keep_yearly: 5
# exclude patterns (see borg help patterns)
exclude_patterns: []

View File

@@ -19,11 +19,11 @@ configs:
# define retention settings for borg independently from snapper
retention:
keep_last: 15
keep_last: 1
keep_hourly: 0
keep_daily: 7
keep_weekly: 4
keep_monthly: 1
keep_yearly: 1
keep_daily: 1
keep_weekly: 8
keep_monthly: 6
keep_yearly: 5
# exclude patterns (see borg help patterns)
exclude_patterns: []

View File

@@ -20,11 +20,11 @@ configs:
# define retention settings for borg independently from snapper
retention:
keep_last: 15
keep_last: 1
keep_hourly: 0
keep_daily: 7
keep_weekly: 4
keep_monthly: 1
keep_yearly: 1
keep_daily: 1
keep_weekly: 8
keep_monthly: 6
keep_yearly: 5
# exclude patterns (see borg help patterns)
exclude_patterns: []

View File

@@ -18,11 +18,11 @@ configs:
# compression configuration, see borg manual
compression: auto,zstd,4
retention:
keep_last: 15
keep_last: 1
keep_hourly: 0
keep_daily: 7
keep_weekly: 4
keep_monthly: 1
keep_yearly: 1
keep_daily: 1
keep_weekly: 8
keep_monthly: 6
keep_yearly: 5
# exclude patterns (see borg help patterns)
exclude_patterns: []