diff options
author | Dave Reisner <d@falconindy.com> | 2010-01-20 18:54:59 -0500 |
---|---|---|
committer | Dave Reisner <d@falconindy.com> | 2010-01-20 18:54:59 -0500 |
commit | 79ab8d87d8ffbbaafec99e878fc7b5642fa03e52 (patch) | |
tree | 256dffeff55848d764969826dd425dd1d4db651b | |
parent | fe7d5f6e8d552f59d2f170eb340e1b6c5b2ab91e (diff) | |
download | squashfu-79ab8d87d8ffbbaafec99e878fc7b5642fa03e52.tar.gz |
Add more verbiage about how DEL_BIN_ON_FAIL works (or should work)
-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. |