Update mysqlbu-scripts.sh
This commit is contained in:
@@ -121,7 +121,7 @@ case $1 in
|
|||||||
for hour in $day/* ; do
|
for hour in $day/* ; do
|
||||||
thr=`sed 's/.*\///' <<< ${hour//_BASE/}`
|
thr=`sed 's/.*\///' <<< ${hour//_BASE/}`
|
||||||
if [ ${hour: -5} = "_BASE" ]; then
|
if [ ${hour: -5} = "_BASE" ]; then
|
||||||
echo -e "${idsCL[LightGreen]} -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"` - FULL BACKUP${idsCL[Default]}"
|
echo -e "${idsST[Bold}]${idsCL[LightGreen]} -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"` - FULL BACKUP${idsCL[Default]}${idsBG[Default]}"
|
||||||
else
|
else
|
||||||
echo -e "${idsCL[Cyan]} -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"` - Incremental${idsCL[Default]}"
|
echo -e "${idsCL[Cyan]} -> `date -d"${tdt} ${thr//-/:}" +"%I:%M %P"` - Incremental${idsCL[Default]}"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user