This commit is contained in:
2019-01-05 12:13:04 -06:00
parent 66440de61c
commit 9565bdb43c
2 changed files with 1 additions and 2 deletions

View File

@@ -112,7 +112,7 @@ case $1 in
rm -rf "$TMP_BACKUP"
;;
'list')
echo -e "${CS[color,Yellow]}============ Available Backups ============${CS[color,Default]}"
echo -e "${CS[color,Yellow]}============ Available Backups2 ============${CS[color,Default]}"
for day in $BACKUP_PATH* ; do
echo -e "${CS[color,LightGreen]}-> `sed 's/.*\///' <<< $day`${CS[color,Default]}"
for hour in $day/* ; do

1
run.sh
View File

@@ -17,4 +17,3 @@ if [ "`git log --pretty=%H ...refs/heads/master^ | head -n 1 >/dev/null`" != "`g
fi
./mysqlbu-scripts.sh $1 $2
exit 0