Skip to content

Commit

Permalink
Sanitize config for user digestion
Browse files Browse the repository at this point in the history
  • Loading branch information
falconindy committed Jan 13, 2010
1 parent 955ad5b commit d5a5d22
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions squashfu.conf
Expand Up @@ -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
Expand All @@ -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"
Expand Down Expand Up @@ -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


0 comments on commit d5a5d22

Please sign in to comment.