diff options
-rw-r--r-- | squashfu.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/squashfu.conf b/squashfu.conf index fa76de6..57ba133 100644 --- a/squashfu.conf +++ b/squashfu.conf @@ -38,6 +38,8 @@ MIN_BINS=5 # incrementals until the MIN_BINS is reached. If you set your min and # max to be the same value, Squashfu will recompress after every backup. # Depending on how big your total backup size is, this may not be wise. +# Warning: Without recompiling aufs, there is a limit of 127 branches +# for an AUFS mount, which means you cannot exceed 127 MAX_BINS. MAX_BINS=10 # Specify the rsync errors which, when encountered, will trigger |