diff --git a/mysqlbu-scripts.sh b/mysqlbu-scripts.sh index a1c668b..cc81c28 100755 --- a/mysqlbu-scripts.sh +++ b/mysqlbu-scripts.sh @@ -169,9 +169,9 @@ DELETE_MENU() { thr=`echo ${hour//_BASE/} | sed 's/.*\///'` bsz=`du -sh ${hour} | awk '{print $1}'` if [ ${hour: -5} = "_BASE" ]; then - echo -e "${idsCL[LightGreen]}${idsST[Bold]}(${tba}${abet[${tbb}]}) -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"` - FULL BACKUP${idsST[Reset]}${idsCL[LightGreen]} - ${bsz}${idsCL[Default]}" + echo -e "${idsCL[Blue]}$(${tba}${abet[${tbb}]})${idsCL[LightGreen]}${idsST[Bold]} -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"` - FULL BACKUP${idsST[Reset]}${idsCL[LightGreen]} - ${bsz}${idsCL[Default]}" else - echo -e "${idsCL[Cyan]}(${tba}${abet[${tbb}]}) -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"` - Incremental - ${bsz}${idsCL[Default]}" + echo -e "${idsCL[Blue]}(${tba}${abet[${tbb}]})${idsCL[Cyan]} -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"` - Incremental - ${bsz}${idsCL[Default]}" fi tbb=`expr $tbb + 1` done