]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-bloom.md
Merge branch 'bl/bloomcheck' into ap/cleanups
[bup.git] / Documentation / bup-bloom.md
index b827b68051101cbafbfd01b566595080e90626b0..3d57c74ad0a7be81f09a91268a4da8ce545db59c 100644 (file)
@@ -8,7 +8,7 @@ bup-bloom - generates, regenerates, updates bloom filters
 
 # SYNOPSIS
 
-bup daemon [-d dir] [-o outfile] [-k hashes]
+bup bloom [-d dir] [-o outfile] [-k hashes] [-c idxfile]
 
 # DESCRIPTION
 
@@ -35,6 +35,14 @@ updates or regenerates it as needed.
     defaults to 5 for repositories < 2 TiB, or 4 otherwise.
     See comments in git.py for more on this value.
 
+-c, --check=*idxfile*
+:   checks the bloom file (counterintuitively outfile)
+    against the specified .idx file, first checks that the
+    bloom filter is claiming to contain the .idx, then
+    checks that it does actually contain all of the objects
+    in the .idx.  Does not write anything and ignores the
+    `-k` option.
+
 # BUP
 
 Part of the `bup`(1) suite.