Consider it tested

This commit is contained in:
Dave Kennedy 2016-02-10 23:55:30 -07:00
parent 721a2f2bef
commit 9b160a089e

View file

@ -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: "