updated gobackup state

This commit is contained in:
Paul 2020-09-02 21:50:30 +02:00
parent 25e21f2042
commit f66bf1124c
2 changed files with 2 additions and 5 deletions

View File

@ -16,6 +16,5 @@ gobackup-task-schedule:
- function: cmd.run - function: cmd.run
- job_args: - job_args:
- gobackup perform - gobackup perform
- hours: {{ gobackup.schedule.hours }} - cron: '{{ gobackup.schedule }}'
- minutes: {{ gobackup.schedule.minutes }}
- run_on_start: false - run_on_start: false

View File

@ -6,9 +6,7 @@ gobackup:
config_dir: /etc/gobackup config_dir: /etc/gobackup
os: linux os: linux
arch: amd64 arch: amd64
schedule: schedule: "10 23 * * *"
hours: 3
minutes: 3
config: config:
models: models:
gobackup: gobackup: