updated gobackup state
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Paul 2025-09-29 19:20:51 +02:00
parent e39b7ff333
commit c7ec51b497
2 changed files with 15 additions and 6 deletions

View File

@ -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: {}

View File

@ -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