17 lines
272 B
YAML
17 lines
272 B
YAML
debug: false
|
|
port: 8123
|
|
listeners:
|
|
/startbackup:
|
|
command: bash
|
|
args:
|
|
- -c
|
|
- "cd /root/qvalet; ./start_backup.sh"
|
|
return: output
|
|
|
|
/stopbackup:
|
|
command: bash
|
|
args:
|
|
- -c
|
|
- "cd /root/qvalet; ./stop_backup.sh"
|
|
return: output
|