Initial commit
This commit is contained in:
commit
420be44f56
11 changed files with 432 additions and 0 deletions
20
defaults/main.yml
Normal file
20
defaults/main.yml
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
backups:
|
||||
backends:
|
||||
restic:
|
||||
url: /var/backup-client/restic
|
||||
repo_type: local
|
||||
mode: vm-via-hypervisor
|
||||
enabled: True
|
||||
retention:
|
||||
hours: 12
|
||||
days: 14
|
||||
weeks: 16
|
||||
months: 12
|
||||
years: 3
|
||||
exclude_files:
|
||||
'/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