Keep Only Latest 1 Home Backup

This commit is contained in:
Sravan Balaji
2023-04-23 19:54:08 -04:00
parent 1492ac0207
commit d51b35bbce
3 changed files with 20 additions and 20 deletions

View File

@@ -51,10 +51,10 @@ configs:
# define retention settings for borg independently from snapper # define retention settings for borg independently from snapper
retention: retention:
keep_last: 1 keep_last: 1
keep_hourly: 1 keep_hourly: 0
keep_daily: 1 keep_daily: 0
keep_weekly: 1 keep_weekly: 0
keep_monthly: 1 keep_monthly: 0
keep_yearly: 1 keep_yearly: 0
# exclude patterns (see borg help patterns) # exclude patterns (see borg help patterns)
exclude_patterns: [] exclude_patterns: []

View File

@@ -51,10 +51,10 @@ configs:
# define retention settings for borg independently from snapper # define retention settings for borg independently from snapper
retention: retention:
keep_last: 1 keep_last: 1
keep_hourly: 1 keep_hourly: 0
keep_daily: 1 keep_daily: 0
keep_weekly: 1 keep_weekly: 0
keep_monthly: 1 keep_monthly: 0
keep_yearly: 1 keep_yearly: 0
# exclude patterns (see borg help patterns) # exclude patterns (see borg help patterns)
exclude_patterns: [] exclude_patterns: []

View File

@@ -7589,11 +7589,11 @@ configs:
# define retention settings for borg independently from snapper # define retention settings for borg independently from snapper
retention: retention:
keep_last: 1 keep_last: 1
keep_hourly: 1 keep_hourly: 0
keep_daily: 1 keep_daily: 0
keep_weekly: 1 keep_weekly: 0
keep_monthly: 1 keep_monthly: 0
keep_yearly: 1 keep_yearly: 0
# exclude patterns (see borg help patterns) # exclude patterns (see borg help patterns)
exclude_patterns: [] exclude_patterns: []
#+END_SRC #+END_SRC
@@ -7662,11 +7662,11 @@ configs:
# define retention settings for borg independently from snapper # define retention settings for borg independently from snapper
retention: retention:
keep_last: 1 keep_last: 1
keep_hourly: 1 keep_hourly: 0
keep_daily: 1 keep_daily: 0
keep_weekly: 1 keep_weekly: 0
keep_monthly: 1 keep_monthly: 0
keep_yearly: 1 keep_yearly: 0
# exclude patterns (see borg help patterns) # exclude patterns (see borg help patterns)
exclude_patterns: [] exclude_patterns: []
#+END_SRC #+END_SRC