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
- job_args:
- gobackup perform
- hours: {{ gobackup.schedule.hours }}
- minutes: {{ gobackup.schedule.minutes }}
- cron: '{{ gobackup.schedule }}'
- run_on_start: false

View File

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