From 97580607b8d9ac1ad023d8070a59f164b9962de5 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 3 Aug 2023 22:27:02 -0500 Subject: [PATCH] Update install.sh --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index fe7f22e..a717ee0 100755 --- a/install.sh +++ b/install.sh @@ -27,6 +27,8 @@ MYSQLPASS='' MYSQLCFG=/etc/mysql/my.cnf BACKUPSTOKEEP=3 BACKUP_DAEMON=/usr/bin/mariabackup +# BACKUP_MOUNTED=true +BACKUP_TYPE=both # (xtrabackup, mysqldump, or both) " > /opt/idssys/mysqlbu/settings.conf if [ ! -d "/opt/idssys/defaults" ]; then