Update mysqlbu-scripts.sh

This commit is contained in:
2019-01-05 13:50:38 -06:00
parent a2b577ab9e
commit 7cec606072

View File

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