Update restic to 0.11.0

This commit is contained in:
Stanislas Lange 2020-11-10 11:03:32 +01:00
parent 319eb8ccba
commit 51958f7c4b
No known key found for this signature in database
GPG key ID: 710D9597C7EAD8CF

View file

@ -1,16 +1,15 @@
--- ---
restic_install: false restic_install: false
restic_version: 0.9.6 restic_version: 0.11.0
restic_path: /usr/local/bin/restic restic_path: /usr/local/bin/restic
restic_user: root restic_user: root
restic_user_home: /root restic_user_home: /root
restic_repository_name: restic restic_repository_name: restic
restic_default_folders: restic_default_folders:
- {path: '/etc'} - { path: '/etc' }
- {path: '/var/log'} - { path: '/var/log' }
- {path: '/root', exclude: '--exclude .cache --exclude .local'} - { path: '/root', exclude: '--exclude .cache --exclude .local' }
restic_folders: [] restic_folders: []
restic_databases: [] restic_databases: []
restic_dump_compression_enabled: false restic_dump_compression_enabled: false