Update install.sh

This commit is contained in:
2023-08-03 22:27:02 -05:00
parent 136e2339ba
commit 97580607b8

View File

@@ -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