From 48c73adb0c49ff87f02b9418bc7c49a29baf889c Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 26 Jul 2025 19:28:55 -0500 Subject: [PATCH] Update mysqlbu-scripts.sh --- mysqlbu-scripts.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mysqlbu-scripts.sh b/mysqlbu-scripts.sh index 91639b5..aa8727d 100755 --- a/mysqlbu-scripts.sh +++ b/mysqlbu-scripts.sh @@ -365,7 +365,8 @@ case $1 in for hour in $day/* ; do thr=`sed 's/.*\///' <<< ${hour//_BASE/}` - echo "HERE: ${tdt} (${thr})=${thr//-/:}" + thr=`sed 's/-mysqldump//g' <<< ${hour//_BASE/}` + # echo "HERE: ${tdt} (${thr})=${thr//-/:}" bsz=`du -sh ${hour} | awk '{print $1}'` if [ ${hour: -5} = "_BASE" ]; then echo -e "${idsCL[LightGreen]}${idsST[Bold]} -> `date -d"${tdt} ${thr//-/:}" +"%H:%M"` - FULL BACKUP${idsST[Reset]}${idsCL[LightGreen]} - ${bsz}${idsCL[Default]}"