From: Zoran Zaric Date: Tue, 10 May 2011 00:59:54 +0000 (+0200) Subject: Add documentation for compression levels X-Git-Tag: bup-0.25-rc1~20 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0aaff0ad8b57006640c9f857d1eedf7cb162009a;hp=3b898256c6417e3fe13fdaaec674a24fe5a170cb;p=bup.git Add documentation for compression levels Signed-off-by: Zoran Zaric --- diff --git a/Documentation/bup-save.md b/Documentation/bup-save.md index 8ae40f1..d8b9ca6 100644 --- a/Documentation/bup-save.md +++ b/Documentation/bup-save.md @@ -8,7 +8,7 @@ bup-save - create a new bup backup set # SYNOPSIS -bup save [-r *host*:*path*] <-t|-c|-n *name*> [-f *indexfile*] +bup save [-r *host*:*path*] <-t|-c|-n *name*> [-0|-9] [-f *indexfile*] [-v] [-q] [--smaller=*maxsize*] # DESCRIPTION @@ -100,6 +100,16 @@ for `bup-index`(1). "bup save -n chroots --graft /root/chroot/a/etc=/chroots/a" would be saved as */chroots/a/etc* +-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) + + If no compression level is set it defaults to 1. + # EXAMPLE $ bup index -ux /etc diff --git a/Documentation/bup-split.md b/Documentation/bup-split.md index c0c7406..a85bca8 100644 --- a/Documentation/bup-split.md +++ b/Documentation/bup-split.md @@ -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