Update mysqlbu-scripts.sh

This commit is contained in:
2025-07-26 19:30:06 -05:00
parent b4bb107118
commit cba8bece63

View File

@@ -365,7 +365,7 @@ case $1 in
for hour in $day/* ; do
thr=`sed 's/.*\///' <<< ${hour//_BASE/}`
thr=`sed 's/-mysqldump//g' <<< ${hour//_BASE/}`
thr=`sed 's/-mysqldump//g' <<< ${thr}`
echo "HERE: ${tdt} (${thr})=${thr//-/:}"
bsz=`du -sh ${hour} | awk '{print $1}'`
if [ ${hour: -5} = "_BASE" ]; then