borgbackup: backup all postgresql databases

pull/74/head
Alexandre Iooss 2 years ago
parent 4bd431f9c3
commit 45802cf65d

@ -10,7 +10,7 @@
- borgbackup_server
- update_motd
- hosts: all,!unifi,!unifi-*
- hosts: all,!unifi,!unifi-*,!bdd
vars:
update_motd:
borgbackup_client: >-
@ -18,4 +18,15 @@
roles:
- borgbackup_client
- update_motd
# On databases server, also backup databases
- hosts: bdd
vars:
borg_postgresql_databases: true
update_motd:
borgbackup_client: >-
BorgBackup est déployé (/etc/borgmatic/config.yaml)
roles:
- borgbackup_client
- update_motd
...

Loading…
Cancel
Save