17 lines
368 B
YAML
17 lines
368 B
YAML
|
borgmatic_config:
|
||
|
location:
|
||
|
source_directories:
|
||
|
- /home
|
||
|
- /root
|
||
|
repositories:
|
||
|
- "{{ borg_repository }}"
|
||
|
exclude_caches: true
|
||
|
storage:
|
||
|
umask: "{{ borg_umask }}"
|
||
|
encryption_passphrase: "{{ vault_borg_passphrase }}"
|
||
|
compression: zlib,7
|
||
|
retention:
|
||
|
keep_hourly: 24
|
||
|
keep_daily: 7
|
||
|
keep_weekly: 4
|
||
|
keep_monthly: 6
|