mirror of
https://github.com/roles-ansible/ansible_role_restic.git
synced 2024-12-11 23:41:32 +01:00
Merge pull request #83 from z-bsod/patch-1
README: fix repo name typo in backup example
This commit is contained in:
commit
c705de0272
1 changed files with 2 additions and 2 deletions
|
@ -160,13 +160,13 @@ Example:
|
|||
restic_backups:
|
||||
data:
|
||||
name: data
|
||||
repo: remove
|
||||
repo: remote
|
||||
src: /path/to/data
|
||||
scheduled: true
|
||||
schedule_oncalendar: '*-*-* 01:00:00'
|
||||
database:
|
||||
name: database
|
||||
repo: remove
|
||||
repo: remote
|
||||
stdin: true
|
||||
stdin_cmd: pg_dump -Ubackup db_name
|
||||
stdin_filename: db_name_dump.sql
|
||||
|
|
Loading…
Reference in a new issue