add export service
This commit is contained in:
parent
d01de238a7
commit
dbb78ed37f
7 changed files with 86 additions and 4 deletions
|
|
@ -9,6 +9,9 @@ backups:
|
|||
check:
|
||||
enabled: true
|
||||
OnCalendar: "monday 5:{{ 60|random(seed=(inventory_hostname + 'backups_jobs')) }}"
|
||||
export:
|
||||
enabled: false
|
||||
OnCalendar: "{{ [21,22,23]|random(seed=(inventory_hostname + 'backups_export_h')) }}:{{ 60|random(seed=(inventory_hostname + 'backups_export_m')) }}"
|
||||
backends:
|
||||
restic:
|
||||
url: /var/backup-client/restic
|
||||
|
|
@ -21,6 +24,8 @@ backups:
|
|||
weeks: 16
|
||||
months: 12
|
||||
years: 3
|
||||
export:
|
||||
destinations: []
|
||||
exclude_files:
|
||||
'/tmp': true
|
||||
'/var/tmp': true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue