fix: borgmatic disable consistency check
parent
ed18ef7854
commit
b0e3952891
|
|
@ -13,8 +13,8 @@ glob_borg:
|
|||
retention:
|
||||
- ["daily", 4]
|
||||
- ["monthly", 6]
|
||||
consistency_check:
|
||||
- disabled
|
||||
skip_actions:
|
||||
- check
|
||||
extra_init:
|
||||
- make-parent-dirs
|
||||
encryption_passphrase: "{{ vault.borg.encryption_passphrase }}"
|
||||
|
|
|
|||
|
|
@ -71,10 +71,9 @@ retention:
|
|||
{% endfor %}
|
||||
prefix: '{hostname}-'
|
||||
|
||||
consistency:
|
||||
checks:
|
||||
{% for check in borg.consistency_check %}
|
||||
- {{ check }}
|
||||
skip_actions:
|
||||
{% for action in borg.skip_actions %}
|
||||
- {{ action }}
|
||||
{% endfor %}
|
||||
|
||||
{% if borg.hooks | default([]) %}
|
||||
|
|
|
|||
Loading…
Reference in New Issue