Update mysqlbu-scripts.sh

This commit is contained in:
2025-07-26 19:40:39 -05:00
parent a11c6e938b
commit eb93b0fabe

View File

@@ -370,9 +370,9 @@ case $1 in
if [ ${hour: -5} = "_BASE" ]; then if [ ${hour: -5} = "_BASE" ]; then
echo -e "${idsCL[LightGreen]}${idsST[Bold]} -> `date -d"${tdt} ${thr//-/:}" +"%H:%M"` - FULL BACKUP${idsST[Reset]}${idsCL[LightGreen]} - ${bsz}${idsCL[Default]}" echo -e "${idsCL[LightGreen]}${idsST[Bold]} -> `date -d"${tdt} ${thr//-/:}" +"%H:%M"` - FULL BACKUP${idsST[Reset]}${idsCL[LightGreen]} - ${bsz}${idsCL[Default]}"
elif [[ "${hour}" = *"-mysqldump"* ]]; then elif [[ "${hour}" = *"-mysqldump"* ]]; then
echo -e "${idsCL[Cyan]} -> `date -d"${tdt} ${thr//-/:}" +"%H:%M"` - SQL Dump |- ${bsz}${idsCL[Default]}" echo -e "${idsCL[Cyan]} -> `date -d"${tdt} ${thr//-/:}" +"%H:%M"` - SQL Dump |-${bsz}${idsCL[Default]}"
else else
echo -e "${idsCL[Cyan]} -> `date -d"${tdt} ${thr//-/:}" +"%H:%M"` - Incremental |- ${bsz}${idsCL[Default]}" echo -e "${idsCL[Cyan]} -> `date -d"${tdt} ${thr//-/:}" +"%H:%M"` - Incremental |-${bsz}${idsCL[Default]}"
fi fi
done done
fi fi