diff options
-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 |