updated gobackup state
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e39b7ff333
commit
c7ec51b497
@ -8,12 +8,14 @@ gobackup:
|
||||
arch: amd64
|
||||
schedule: "10 23 * * *"
|
||||
config:
|
||||
workdir: /var/lib/gobackup/tmp
|
||||
models:
|
||||
gobackup:
|
||||
store_with:
|
||||
type: local
|
||||
keep: 1
|
||||
path: /var/lib/gobackup
|
||||
storages:
|
||||
local:
|
||||
type: local
|
||||
keep: 1
|
||||
path: /var/lib/gobackup
|
||||
compress_with:
|
||||
type: tgz
|
||||
databases: {}
|
||||
|
@ -12,7 +12,14 @@ gobackup-bin:
|
||||
|
||||
gobackup-backups-path:
|
||||
file.directory:
|
||||
- name: {{ gobackup.config.models.gobackup.store_with.path }}
|
||||
- name: {{ gobackup.config.models.gobackup.storages.local.path }}
|
||||
- user: root
|
||||
- group: root
|
||||
- mode: 700
|
||||
- mode: 755
|
||||
|
||||
gobackup-backups-path-workdir:
|
||||
file.directory:
|
||||
- name: {{ gobackup.config.wordir }}
|
||||
- user: root
|
||||
- group: root
|
||||
- mode: 755
|
||||
|
Loading…
Reference in New Issue
Block a user