test restic_folders backup
This commit is contained in:
parent
c298c5ebd4
commit
0b473446b6
1 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
||||||
---
|
---
|
||||||
# SETUP BACKUP TO EXISTENT VM
|
## FRONTEND
|
||||||
- name: Setup backup
|
- name: Test backup
|
||||||
hosts: paddone
|
hosts: gancio
|
||||||
roles: ['stable/restic']
|
roles: ['stable/restic']
|
||||||
vars:
|
vars:
|
||||||
restic_databases:
|
restic_databases:
|
||||||
- {name: 'etherpad', dump_command: sudo -Hiu postgres pg_dump -Fc etherpad}
|
- {name: 'gancio', dump_command: sudo -Hiu postgres pg_dump -Fc gancio}
|
||||||
|
restic_folders: ['/srv/gancio/uploads']
|
Loading…
Reference in a new issue