diff --git a/mysqlbu-scripts.sh b/mysqlbu-scripts.sh index 95ea075..e7772b9 100755 --- a/mysqlbu-scripts.sh +++ b/mysqlbu-scripts.sh @@ -24,6 +24,11 @@ LIST_BACKUPS(){ echo "" read -n 1 -s -p "Press any key to continue" } +RUN_BACKUPS(){ + mysqlbu backup + echo "" + read -n 1 -s -p "Press any key to continue" +} MAIN_MENU() { while : do