From 9c39c2d53dae40270943b1728be6f2adefe832e7 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 26 Jul 2025 19:30:18 -0500 Subject: [PATCH] Update mysqlbu-scripts.sh --- mysqlbu-scripts.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/mysqlbu-scripts.sh b/mysqlbu-scripts.sh index ba4ce3f..7e49389 100755 --- a/mysqlbu-scripts.sh +++ b/mysqlbu-scripts.sh @@ -366,7 +366,6 @@ case $1 in for hour in $day/* ; do thr=`sed 's/.*\///' <<< ${hour//_BASE/}` thr=`sed 's/-mysqldump//g' <<< ${thr}` - 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]}"