diff options
| author | Dave Reisner <d@falconindy.com> | 2010-01-23 20:19:04 -0500 |
|---|---|---|
| committer | Dave Reisner <d@falconindy.com> | 2010-01-23 20:19:04 -0500 |
| commit | 3765a1575157261dd57dd1ce222bc654931b350d (patch) | |
| tree | e7e3308220db50525fcdc7ad6b0e453d60675091 | |
| parent | cab2850f364367845114f87115df05f4e0e01541 (diff) | |
| download | squashfu-3765a1575157261dd57dd1ce222bc654931b350d.tar.gz | |
Add warning about max branch limit
| -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 |
