From 031311f06b772f81a1cf55b888206e0b09004c21 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Wed, 30 Jan 2019 01:18:53 -0600 Subject: [PATCH] Update install-mysqlbu.sh --- install-mysqlbu.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install-mysqlbu.sh b/install-mysqlbu.sh index 90a68a2..7090dc3 100755 --- a/install-mysqlbu.sh +++ b/install-mysqlbu.sh @@ -23,6 +23,8 @@ fi do_with_root git clone https://git.schroedercity.com/voltron/MySQL-BU.git /opt/idssys/mysqlbu do_with_root ln -s /opt/idssys/mysqlbu/run.sh /usr/local/bin/mysqlbu echo -e "BACKUP_PATH='/var/lib/mysql-backups/' +BACKUP_HOST_IP='' +BACKUP_HOST_PORT='' MYSQLUSER='' MYSQLPASS='' MYSQLCFG='/etc/mysql/my.cnf'