Update mysqlbu-scripts.sh
This commit is contained in:
@@ -51,9 +51,12 @@ DELETE_BACKUP() {
|
|||||||
tba=`expr $tba + 1`
|
tba=`expr $tba + 1`
|
||||||
done
|
done
|
||||||
|
|
||||||
thr=`echo ${tbus[$1]//_BASE/} | sed 's/.*\///'`
|
|
||||||
bsz=`du -sh ${thr} | awk '{print $1}'`
|
|
||||||
sbu1=$tbus[$1]
|
sbu1=$tbus[$1]
|
||||||
|
thr=`echo ${sbu1//_BASE/} | sed 's/.*\///'`
|
||||||
|
bsz=`du -sh ${thr} | awk '{print $1}'`
|
||||||
|
|
||||||
|
echo "HERE '${sbu1}' '${thr}'"
|
||||||
|
|
||||||
IFS=/
|
IFS=/
|
||||||
sbu1a=(${tbus[$1]})
|
sbu1a=(${tbus[$1]})
|
||||||
unset IFS
|
unset IFS
|
||||||
|
|||||||
Reference in New Issue
Block a user