aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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