mirror of
https://github.com/tiredofit/docker-db-backup.git
synced 2025-12-21 13:23:12 +01:00
12 lines
190 B
Plaintext
Executable File
12 lines
190 B
Plaintext
Executable File
#!/command/with-contenv bash
|
|
|
|
source /assets/functions/00-container
|
|
prepare_service single
|
|
prepare_service 03-monitoring
|
|
PROCESS_NAME="db-backup"
|
|
output_off
|
|
|
|
create_zabbix dbbackup
|
|
|
|
liftoff
|