mirror of
https://github.com/starr-dusT/dotfiles.git
synced 2025-02-18 10:47:31 -08:00
create overall common yaml for borgmatic
This commit is contained in:
parent
fd1928a08b
commit
3957481676
12
home/dot_config/borgmatic.d/common.yaml
Normal file
12
home/dot_config/borgmatic.d/common.yaml
Normal 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
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user