[borgbackup_client] backup /etc/ everywhere
This commit is contained in:
parent
3f8ffbe164
commit
454bc66ae0
1 changed files with 10 additions and 0 deletions
|
@ -93,3 +93,13 @@ apartment_block_dhcp: "{{ apartment_block }}"
|
||||||
ipv6_base_prefix: "2a09:6840"
|
ipv6_base_prefix: "2a09:6840"
|
||||||
|
|
||||||
is_aurore_host: "{{ 'aurore_vm' in group_names }}"
|
is_aurore_host: "{{ 'aurore_vm' in group_names }}"
|
||||||
|
|
||||||
|
# Borgbackup
|
||||||
|
borg_keep_daily: 7
|
||||||
|
borg_keep_weekly: 4
|
||||||
|
borg_keep_monthly: 12
|
||||||
|
borg_host_dir: "/borg/{{ ansible_fqdn }}/"
|
||||||
|
borg_backup_directories:
|
||||||
|
- "/etc/"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue