aboutsummaryrefslogtreecommitdiffstats
path: root/squashfu.conf
diff options
context:
space:
mode:
Diffstat (limited to 'squashfu.conf')
-rw-r--r--squashfu.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/squashfu.conf b/squashfu.conf
index fd53091..946b63b 100644
--- a/squashfu.conf
+++ b/squashfu.conf
@@ -40,6 +40,12 @@ MIN_BINS=5
# Depending on how big your total backup size is, this may not be wise.
MAX_BINS=10
+# If rsync returns anything but a 0, the backup is considered to be
+# aborted before completion (or never started). Set this to be 'true'
+# if you want the newly created bin to be removed when an rsync failure
+# is detected.
+DEL_BIN_ON_FAIL=false
+
# These are the options that are passed directly to rsync.
# The -u flag is a necessity, or else incrementals will
# not be true incrementals. See 'man rsync' for more info.