Files
backup-scripts/host/config.yaml
2026-06-11 22:52:08 +02:00

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