Update mysqlbu-scripts.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user