Update mysqlbu-scripts.sh

This commit is contained in:
2019-01-05 13:58:22 -06:00
parent 8e31249fea
commit d02edbd885

View File

@@ -121,7 +121,7 @@ case $1 in
for hour in $day/* ; do
thr=`sed 's/.*\///' <<< ${hour//_BASE/}`
if [ ${hour: -5} = "_BASE" ]; then
echo -e "${idsST[Bold]}${idsCL[LightGreen]} -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"` - FULL BACKUP${idsCL[Default]}${idsSTDefault]}"
echo -e "${idsST[Bold]}${idsCL[LightGreen]} -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"` - FULL BACKUP${idsCL[Default]}${idsST[Default]}"
else
echo -e "${idsCL[Cyan]} -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"` - Incremental${idsCL[Default]}"
fi