updated the prompt message

This commit is contained in:
Horea Christian 2014-05-21 01:21:51 +02:00
parent b82a5c8a5f
commit 90c3ba5d84

View file

@ -112,9 +112,10 @@ TAR_OPTIONS="-cjpP --ignore-failed-read -f"
if [ "$AGREE" != "yes" ]
then
echo "Are you sure that you want to make a stage 4 tarball of the system"
echo "located under $TARGET ?"
echo "located under the following directory?"
echo "$TARGET"
echo ""
echo "!!! The option --exclude=${TARGET}mnt/*/* is not yet tested! It should"
echo "!!! The option --exclude=/mnt/*/* is not yet tested! It should"
echo "include all the mount points, but exclude mounted data."
echo ""
echo "WARNING: since all data is saved by default the user should exclude all"
@ -122,7 +123,7 @@ then
echo "already excluded by mkstage4 options (such as -c), manually per cmdline."
echo "example: \$ `basename $0` -s /my-backup --exclude=/etc/ssh/ssh_host*"
echo ""
echo -e "COMMAND LINE PREVIEW:\n\$"
echo -e "COMMAND LINE PREVIEW:"
echo "cd $TARGET && tar $TAR_OPTIONS $STAGE4_FILENAME * $EXCLUDES $OPTIONS"
echo ""
echo -n "Type \"yes\" to continue or anything else to quit: "