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,9 +8,11 @@ gobackup:
arch: amd64
schedule: "10 23 * * *"
config:
workdir: /var/lib/gobackup/tmp
models:
gobackup:
store_with:
storages:
local:
type: local
keep: 1
path: /var/lib/gobackup

View File

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