From d5a5d22c2156ba0d03fdbaeab71d4e3f4c80df5d Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Tue, 12 Jan 2010 19:45:36 -0500 Subject: Sanitize config for user digestion --- squashfu.conf | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) (limited to 'squashfu.conf') diff --git a/squashfu.conf b/squashfu.conf index dc91d5b..9b3affb 100644 --- a/squashfu.conf +++ b/squashfu.conf @@ -2,7 +2,7 @@ # Show debugging information. This might be useful in the event # you need to troubleshoot. -DEBUG=true +DEBUG=false # Use color in informational output COLOR=true @@ -11,7 +11,7 @@ COLOR=true # This is the only directory that absolutely needs to be # created by the user. All others will be created as needed # by the actual backup (and inside this root). -BKUP_ROOT="/mnt/Destruction/bkup" +BKUP_ROOT="/this/is/intentionally/a/bad/path" # Location of the BINS_DIR="${BKUP_ROOT}/.bins" @@ -51,22 +51,13 @@ RSYNC_OPTS=("-Rua" "--delete" "--stats") # file with --config or -c.. <