From 6535920b0a47bd64978cf756a59341061f3679c6 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 5 Jan 2019 17:05:26 -0600 Subject: [PATCH] Update mysqlbu-scripts.sh --- mysqlbu-scripts.sh | 5 +++++ 1 file changed, 5 insertions(+) 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