]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-split.md
Rectify bup-split documentation for the fanout option.
[bup.git] / Documentation / bup-split.md
index 4382b6c1a636a927583696d8703e8230d4f1d273..396e45a20ef1de050e0264244d54b02fdf650040 100644 (file)
@@ -10,7 +10,7 @@ bup-split - save individual files to bup backup sets
 
 bup split [-r *host*:*path*] \<-b|-t|-c|-n *name*\> [-v] [-q]
   [\--bench] [\--max-pack-size=*bytes*] [-#]
-  [\--max-pack-objects=*n*] [\--fanout=*count]
+  [\--max-pack-objects=*n*] [\--fanout=*count*]
   [\--git-ids] [\--keep-boundaries] [filenames...]
 
 # DESCRIPTION
@@ -121,10 +121,8 @@ To get the data back, use `bup-join`(1).
     Usually there is no reason to change this.
     
 \--fanout=*numobjs*
-:   when splitting very large files, never put more than
-    this number of git blobs in a single git tree.  Instead,
-    generate a new tree and link to that.  Default is
-    4096 objects per tree.
+:   when splitting very large files, try and keep the number
+    of elements in trees to an average of *numobjs*.
 
 \--bwlimit=*bytes/sec*
 :   don't transmit more than *bytes/sec* bytes per second