From f7b489cc67165555bb611407708156b066b7824a Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 26 Jul 2025 19:48:09 -0500 Subject: [PATCH] Update mysqlbu-scripts.sh --- mysqlbu-scripts.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mysqlbu-scripts.sh b/mysqlbu-scripts.sh index 2d015d6..ad7b685 100755 --- a/mysqlbu-scripts.sh +++ b/mysqlbu-scripts.sh @@ -368,12 +368,12 @@ case $1 in thr=`sed 's/-mysqldump//g' <<< ${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 File Backup${idsST[Reset]}${idsCL[LightGreen]} |- ${bsz}${idsCL[Default]}" + echo -e "${idsCL[LightGreen]}${idsST[Bold]} -> `date -d"${tdt} ${thr//-/:}" +"%H:%M"` - Full File Backup${idsST[Reset]}${idsCL[LightGreen]} |-${bsz}${idsCL[Default]}" elif [[ "${hour}" = *"-mysqldump"* ]]; then - echo -e "${idsCL[LightGreen]}${idsST[Bold]} -> `date -d"${tdt} ${thr//-/:}" +"%H:%M"` - Full SQL Dump${idsST[Reset]}${idsCL[LightGreen]} |- ${bsz}${idsCL[Default]}" - # echo -e "${idsCL[Cyan]} -> `date -d"${tdt} ${thr//-/:}" +"%H:%M"` - Full SQL Dump |- ${bsz}${idsCL[Default]}" + echo -e "${idsCL[LightGreen]}${idsST[Bold]} -> `date -d"${tdt} ${thr//-/:}" +"%H:%M"` - Full SQL Dump${idsST[Reset]}${idsCL[LightGreen]} |-${bsz}${idsCL[Default]}" + # echo -e "${idsCL[Cyan]} -> `date -d"${tdt} ${thr//-/:}" +"%H:%M"` - Full SQL Dump |-${bsz}${idsCL[Default]}" else - echo -e "${idsCL[Cyan]} -> `date -d"${tdt} ${thr//-/:}" +"%H:%M"` - Incremental File |- ${bsz}${idsCL[Default]}" + echo -e "${idsCL[Cyan]} -> `date -d"${tdt} ${thr//-/:}" +"%H:%M"` - Incremental File |-${bsz}${idsCL[Default]}" fi done fi