diff --git a/restore-mysql-daily b/restore-mysql-daily index b7f9ac4..7f8f130 100644 --- a/restore-mysql-daily +++ b/restore-mysql-daily @@ -25,9 +25,9 @@ mysql -e "STOP SLAVE;" if [[ $FULLRESTORE == false ]]; then OLDDATE=$(ls -1d $ARCHPATH | head -1) - echo "files will be compared to '$OLDDATE'" + echo "compartive restoration selected: files from '$NEWDATE' will be compared to '$OLDDATE'" else - echo "full restorion" + echo "full restorion selected: comparisons will be made, all non-excluded databases will be restored" fi NEWDATE=$(ls -1rd $ARCHPATH | head -1)