From 79ab8d87d8ffbbaafec99e878fc7b5642fa03e52 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Wed, 20 Jan 2010 18:54:59 -0500 Subject: Add more verbiage about how DEL_BIN_ON_FAIL works (or should work) --- squashfu.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/squashfu.conf b/squashfu.conf index 946b63b..ba444da 100644 --- a/squashfu.conf +++ b/squashfu.conf @@ -44,6 +44,10 @@ MAX_BINS=10 # 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. +# Warning: This does not (yet) account for errors like 23 or 24 which can +# signify problems during the backup but which may not affect the overall +# integrity of the backup. This may eventually turn into an array for which +# the user can specify error codes which will cause a deletion when thrown. DEL_BIN_ON_FAIL=false # These are the options that are passed directly to rsync. -- cgit v1.2.3