diff options
Diffstat (limited to 'squashfu.conf')
-rw-r--r-- | squashfu.conf | 4 |
1 files changed, 4 insertions, 0 deletions
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. |