mirror of
https://github.com/erenfro/gen2stage4.git
synced 2024-11-13 02:38:57 -05:00
Consider it tested
This commit is contained in:
parent
721a2f2bef
commit
9b160a089e
1 changed files with 1 additions and 4 deletions
|
@ -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: "
|
||||
|
|
Loading…
Reference in a new issue