diff --git a/mysql_xtrabackup.sh b/mysql_xtrabackup.sh index 762fcd3..107c2a1 100755 --- a/mysql_xtrabackup.sh +++ b/mysql_xtrabackup.sh @@ -75,10 +75,6 @@ while [ "${1}" != "" ]; do shift done -echo ${ignore_database}; - -exit - if [ "${copies}" = "" ] || [ ! -n "${copies}" ] || [ "${copies}" -le "0" ] ; then copies=10 ;