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
|
arch: amd64
|
||||||
schedule: "10 23 * * *"
|
schedule: "10 23 * * *"
|
||||||
config:
|
config:
|
||||||
|
workdir: /var/lib/gobackup/tmp
|
||||||
models:
|
models:
|
||||||
gobackup:
|
gobackup:
|
||||||
store_with:
|
storages:
|
||||||
type: local
|
local:
|
||||||
keep: 1
|
type: local
|
||||||
path: /var/lib/gobackup
|
keep: 1
|
||||||
|
path: /var/lib/gobackup
|
||||||
compress_with:
|
compress_with:
|
||||||
type: tgz
|
type: tgz
|
||||||
databases: {}
|
databases: {}
|
||||||
|
@ -12,7 +12,14 @@ gobackup-bin:
|
|||||||
|
|
||||||
gobackup-backups-path:
|
gobackup-backups-path:
|
||||||
file.directory:
|
file.directory:
|
||||||
- name: {{ gobackup.config.models.gobackup.store_with.path }}
|
- name: {{ gobackup.config.models.gobackup.storages.local.path }}
|
||||||
- user: root
|
- user: root
|
||||||
- group: 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