create overall common yaml for borgmatic

This commit is contained in:
Tyler Starr 2024-09-15 09:23:19 -07:00
parent fd1928a08b
commit 3957481676
2 changed files with 13 additions and 12 deletions

View File

@ -0,0 +1,12 @@
keep_daily: 7
keep_weekly: 4
keep_monthly: 6
encryption_passcommand: cat /run/agenix/borg/torus/password
compression: zstd,22
checks:
- name: repository
- name: spot
count_tolerance_percentage: 10
data_sample_percentage: 1
data_tolerance_percentage: 0.5

View File

@ -10,15 +10,4 @@ exclude_patterns:
archive_name_format: 'torus.borg-{now}'
keep_daily: 7
keep_weekly: 4
keep_monthly: 6
encryption_passcommand: cat /run/agenix/borg/torus/password
compression: zstd,22
checks:
- name: repository
- name: spot
count_tolerance_percentage: 10
data_sample_percentage: 1
data_tolerance_percentage: 0.5
<<: !include common.yaml