From 9b160a089eaf342b3f5f3218116b2a608e428913 Mon Sep 17 00:00:00 2001 From: Dave Kennedy Date: Wed, 10 Feb 2016 23:55:30 -0700 Subject: [PATCH] Consider it tested --- mkstage4.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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: "