Update mysqlbu-scripts.sh
This commit is contained in:
@@ -174,6 +174,9 @@ case $1 in
|
||||
'list')
|
||||
clear
|
||||
echo ""
|
||||
echo -e " ${idsCL[LightGreen]}MySQL-BU - M y S Q L B A C K U P S C R I P T S${idsCL[Default]} ${idsCL[DarkGray]}(ver-${VERS})${idsCL[Default]}"
|
||||
echo -e "${idsCL[LightGreen]}---------------------------------------------------------------------------${idsCL[Default]}"
|
||||
echo ""
|
||||
echo -e "${idsCL[LightYellow]}============ Available MySQL Backups ============${idsCL[Default]}"
|
||||
for day in $BACKUP_PATH* ; do
|
||||
tdt=`sed 's/.*\///' <<< $day`
|
||||
|
||||
Reference in New Issue
Block a user