diff --git a/mysqlbu-scripts.sh b/mysqlbu-scripts.sh index 769057f..fb0e9b4 100755 --- a/mysqlbu-scripts.sh +++ b/mysqlbu-scripts.sh @@ -217,13 +217,11 @@ case $1 in fi fi - + echo 'yes' if [ "${BACKUP_TYPE}" == "xtrabackup" ] || [ "${BACKUP_TYPE}" == "both" ]; then - echo 'yes' [ "$BASE_BACKUP" = "" ] && $0 backup-base || $0 backup-incremental fi if [ "${BACKUP_TYPE}" == "mysqldump" ] || [ "${BACKUP_TYPE}" == "both" ]; then - echo 'yes' /usr/local/bin/mysqlbu mysqldump fi