Update mysqlbu-scripts.sh

This commit is contained in:
2025-07-26 19:48:35 -05:00
parent f7b489cc67
commit 8b41f690cb

View File

@@ -361,7 +361,7 @@ case $1 in
if [ "${day}" != "${BACKUP_PATH}/latest" ] && [ "${day}" != "${BACKUP_PATH}/mounted" ]; then
tdt=`sed 's/.*\///' <<< $day`
bsz=`du -sh ${day} | awk '{print $1}'`
echo -e "${idsBG[Blue]}${idsCL[White]}-> `date -d"${tdt}" +"%a, %B %d, %Y"` -- ${bsz} ${idsCL[Default]}${idsBG[Default]}"
echo -e "${idsBG[Blue]}${idsCL[White]}-> `date -d"${tdt}" +"%a, %B %d, %Y"` --- ${bsz} ${idsCL[Default]}${idsBG[Default]}"
for hour in $day/* ; do
thr=`sed 's/.*\///' <<< ${hour//_BASE/}`