From 3e288d9db89c1413b1f7fd76ee96b1a00ceb11ec Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 7 Jan 2019 22:17:38 -0600 Subject: [PATCH] Update mysqlbu-scripts.sh --- mysqlbu-scripts.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/mysqlbu-scripts.sh b/mysqlbu-scripts.sh index e609104..97b4c3b 100755 --- a/mysqlbu-scripts.sh +++ b/mysqlbu-scripts.sh @@ -71,7 +71,11 @@ DELETE_BACKUP() { fi echo "" if [ ${#1} = 1 ] || [ "${sbu1a[5]: -5}" = "_BASE" ]; then - echo -e "${idsCL[Red]}(This is a daily base backup, and will result in the full day being DELETED.)"${idsCL[Default]} + if [ ${#1} = 1 ]; then + echo -e "${idsCL[Red]}(This will DELETE the entire days worth of backups for the date selected.)"${idsCL[Default]} + else + echo -e "${idsCL[Red]}(This is a daily base backup, and will result in the full day being DELETED.)"${idsCL[Default]} + fi delbu="/${sbu1a[1]}/${sbu1a[2]}/${sbu1a[3]}/${sbu1a[4]}" else delbu=${sbu1}