From e63899afa1345abee4066c2f126f5fa7d2d6d050 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 20 Sep 2025 19:27:53 -0500 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 12f46f6..d667985 100755 --- a/install.sh +++ b/install.sh @@ -26,7 +26,7 @@ MYSQLUSER='root' MYSQLPASS='' MYSQLCFG=/etc/mysql/my.cnf BACKUPSTOKEEP=3 -BACKUP_DAEMON=/usr/bin/mariabackup +BACKUP_DAEMON=/usr/bin/mariadb-backup # BACKUP_MOUNTED=true BACKUP_TYPE=both # (xtrabackup, mariadbdump, or both) " > /opt/idssys/mysqlbu/settings.conf