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
|
||||
- name: Setup backup
|
||||
hosts: paddone
|
||||
## FRONTEND
|
||||
- name: Test backup
|
||||
hosts: gancio
|
||||
roles: ['stable/restic']
|
||||
vars:
|
||||
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