Update mysqlbu-scripts.sh
This commit is contained in:
@@ -169,7 +169,7 @@ DELETE_MENU() {
|
|||||||
thr=`echo ${hour//_BASE/} | sed 's/.*\///'`
|
thr=`echo ${hour//_BASE/} | sed 's/.*\///'`
|
||||||
bsz=`du -sh ${hour} | awk '{print $1}'`
|
bsz=`du -sh ${hour} | awk '{print $1}'`
|
||||||
if [ ${hour: -5} = "_BASE" ]; then
|
if [ ${hour: -5} = "_BASE" ]; then
|
||||||
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]}"
|
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
|
else
|
||||||
echo -e "${idsCL[Blue]}(${tba}${abet[${tbb}]})${idsCL[Cyan]} -> `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
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user