add better remote repo support

This commit is contained in:
nd 2021-06-24 20:52:22 +02:00
parent de9e0004f6
commit c52a5e2d57
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
3 changed files with 11 additions and 8 deletions

View file

@ -16,6 +16,7 @@ backups:
restic:
url: /var/backup-client/restic
repo_type: local
additional_keys: {}
mode: vm-via-hypervisor
enabled: True
retention:
@ -36,9 +37,9 @@ backups:
enabled: False
create_storage_folder: True
exclude_files:
'/tmp': true
'/var/tmp': true
'/var/cache': true
'/root/.ansible/': true
'/tmp/*': true
'/var/tmp/*': true
'/var/cache/*': true
'/root/.ansible/*': true
include_files:
'/': true