updated gobackup state
This commit is contained in:
parent
25e21f2042
commit
f66bf1124c
@ -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
|
||||
|
@ -6,9 +6,7 @@ gobackup:
|
||||
config_dir: /etc/gobackup
|
||||
os: linux
|
||||
arch: amd64
|
||||
schedule:
|
||||
hours: 3
|
||||
minutes: 3
|
||||
schedule: "10 23 * * *"
|
||||
config:
|
||||
models:
|
||||
gobackup:
|
||||
|
Loading…
Reference in New Issue
Block a user