From d467929f91e4a6f4714c4204023ffc0f3a6ab562 Mon Sep 17 00:00:00 2001 From: Kevin Bataille Date: Mon, 31 Aug 2026 00:48:16 +0100 Subject: [PATCH] update mariadb script file --- configs/nexusvoice.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/nexusvoice.conf b/configs/nexusvoice.conf index b29d0ed..401389c 100644 --- a/configs/nexusvoice.conf +++ b/configs/nexusvoice.conf @@ -13,7 +13,7 @@ TARGET="/home/acid/nexusvoice" # update to /opt/nexusvoice when file # Set DB_CONTAINER="" to skip all DB dump steps entirely. DB_CONTAINER="mariadb" # TODO: confirm container name on this server DUMP_SUBDIR="mariadb/dump" # relative to $TARGET; dump_db.sh writes here -DUMP_SCRIPT="/opt/backup-agent/dump_db.sh" +DUMP_SCRIPT="/home/acid/nexusvoice/mariadb/dump_db.sh" # === Rclone offsite mirror === RCLONE_REMOTE="scaleway"