Update snapborg retention settings
- Set keep_last to 0 - Set keep_hourly to 1
This commit is contained in:
16
README.org
16
README.org
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user