Keep Only Latest 1 Home Backup
This commit is contained in:
parent
1492ac0207
commit
d51b35bbce
@ -51,10 +51,10 @@ configs:
|
||||
# define retention settings for borg independently from snapper
|
||||
retention:
|
||||
keep_last: 1
|
||||
keep_hourly: 1
|
||||
keep_daily: 1
|
||||
keep_weekly: 1
|
||||
keep_monthly: 1
|
||||
keep_yearly: 1
|
||||
keep_hourly: 0
|
||||
keep_daily: 0
|
||||
keep_weekly: 0
|
||||
keep_monthly: 0
|
||||
keep_yearly: 0
|
||||
# exclude patterns (see borg help patterns)
|
||||
exclude_patterns: []
|
||||
|
@ -51,10 +51,10 @@ configs:
|
||||
# define retention settings for borg independently from snapper
|
||||
retention:
|
||||
keep_last: 1
|
||||
keep_hourly: 1
|
||||
keep_daily: 1
|
||||
keep_weekly: 1
|
||||
keep_monthly: 1
|
||||
keep_yearly: 1
|
||||
keep_hourly: 0
|
||||
keep_daily: 0
|
||||
keep_weekly: 0
|
||||
keep_monthly: 0
|
||||
keep_yearly: 0
|
||||
# exclude patterns (see borg help patterns)
|
||||
exclude_patterns: []
|
||||
|
20
README.org
20
README.org
@ -7589,11 +7589,11 @@ configs:
|
||||
# define retention settings for borg independently from snapper
|
||||
retention:
|
||||
keep_last: 1
|
||||
keep_hourly: 1
|
||||
keep_daily: 1
|
||||
keep_weekly: 1
|
||||
keep_monthly: 1
|
||||
keep_yearly: 1
|
||||
keep_hourly: 0
|
||||
keep_daily: 0
|
||||
keep_weekly: 0
|
||||
keep_monthly: 0
|
||||
keep_yearly: 0
|
||||
# exclude patterns (see borg help patterns)
|
||||
exclude_patterns: []
|
||||
#+END_SRC
|
||||
@ -7662,11 +7662,11 @@ configs:
|
||||
# define retention settings for borg independently from snapper
|
||||
retention:
|
||||
keep_last: 1
|
||||
keep_hourly: 1
|
||||
keep_daily: 1
|
||||
keep_weekly: 1
|
||||
keep_monthly: 1
|
||||
keep_yearly: 1
|
||||
keep_hourly: 0
|
||||
keep_daily: 0
|
||||
keep_weekly: 0
|
||||
keep_monthly: 0
|
||||
keep_yearly: 0
|
||||
# exclude patterns (see borg help patterns)
|
||||
exclude_patterns: []
|
||||
#+END_SRC
|
||||
|
Loading…
x
Reference in New Issue
Block a user