2022-11-04 01:53:53
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user