aboutsummaryrefslogtreecommitdiffstats
path: root/squashfu.conf
diff options
context:
space:
mode:
authorDave Reisner <d@falconindy.com>2010-01-12 19:45:36 -0500
committerDave Reisner <d@falconindy.com>2010-01-12 19:45:36 -0500
commitd5a5d22c2156ba0d03fdbaeab71d4e3f4c80df5d (patch)
treede744284aec7cabefa8e625d7e8a8ff2a2bb1a98 /squashfu.conf
parent955ad5ba8b10e94fa40e2b3101b44ea3ef77fffe (diff)
downloadsquashfu-d5a5d22c2156ba0d03fdbaeab71d4e3f4c80df5d.tar.gz
Sanitize config for user digestion
Diffstat (limited to 'squashfu.conf')
-rw-r--r--squashfu.conf19
1 files changed, 5 insertions, 14 deletions
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..
<<INCLUDES
-/boot
-/etc
/home
-/root
-/usr/share
-/var/lib/pacman
+/usr
+/var
INCLUDES
<<EXCLUDES
-/home/haruko/.cache
-/boot/lost+found
-/home/lost+found
-/home/haruko/.thumbnails
-/home/haruko/.lyrics
-/home/haruko/.gnome2
-/home/haruko/devel/*/.git
+/lost+found
EXCLUDES