diff options
author | Dave Reisner <d@falconindy.com> | 2010-01-11 21:07:55 -0500 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-01-11 21:07:55 -0500 |
commit | 2b4d557f0d8804e8cf8bd9e95b0e335ef01d1b01 (patch) | |
tree | 7a1467e19b069d3aad898c51156355af89800aa5 | |
parent | 5792090de3443a80af1961ae72cc04f840281828 (diff) | |
download | squashfu-2b4d557f0d8804e8cf8bd9e95b0e335ef01d1b01.tar.gz |
Prefix bin directory and binventory with . to hide
-rw-r--r-- | squashfu.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/squashfu.conf b/squashfu.conf index 6f5eb4e..69ba74c 100644 --- a/squashfu.conf +++ b/squashfu.conf @@ -14,11 +14,11 @@ COLOR=true BKUP_ROOT="/mnt/Gluttony/squashup" # Location of the -BINS_DIR="${BKUP_ROOT}/bins" +BINS_DIR="${BKUP_ROOT}/.bins" # Cheezy name, important file. This is a catalog of your incrementals. # Bad things will happen if this file is corrupted or lost. -BINVENTORY="${BKUP_ROOT}/bin.list" +BINVENTORY="${BKUP_ROOT}/.bin.list" # Filename for the seed generated. You shouldn't need # to change this |