1
0
Fork 0
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:
L3D 2022-10-06 14:52:58 +02:00 committed by GitHub
commit c705de0272
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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