add better remote repo support
This commit is contained in:
parent
de9e0004f6
commit
c52a5e2d57
3 changed files with 11 additions and 8 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue