]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-split.md
Add documentation for compression levels
[bup.git] / Documentation / bup-split.md
index c0c7406e08e77795826f9e28a473620cfbf86b7b..a85bca8ddebb810a1f9ba6a5de7f4942bf7ebab3 100644 (file)
@@ -9,7 +9,7 @@ bup-split - save individual files to bup backup sets
 # SYNOPSIS
 
 bup split [-r *host*:*path*] <-b|-t|-c|-n *name*> [-v] [-q]
-  [--bench] [--max-pack-size=*bytes*]
+  [--bench] [--max-pack-size=*bytes*] [-0|-9]
   [--max-pack-objects=*n*] [--fanout=*count]
   [--git-ids] [--keep-boundaries] [filenames...]
 
@@ -133,6 +133,14 @@ To get the data back, use `bup-join`(1).
     like k, M, or G to specify multiples of 1024,
     1024*1024, 1024*1024*1024 respectively.
 
+-0
+:   set the compression level to 0 (no compression)
+
+    If no compression level is set it defaults to 1.
+
+-9
+:   set the compression level to 9 (highest compression, slowest)
+
 
 # EXAMPLE