diff --git a/mkstage4.sh b/mkstage4.sh index 83b5c3c..9443d66 100755 --- a/mkstage4.sh +++ b/mkstage4.sh @@ -130,15 +130,12 @@ then echo "located under the following directory?" echo "$TARGET" echo "" - 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" echo "security- or privacy-related files and directories, which are not" 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:" + echo "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: "