X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Documentation%2Fbup-gc.md;h=fd21705b8a8fe7505564186501d292f69c3fe730;hb=HEAD;hp=89ce6479529f5b704ce05c16c1b6e95324faf521;hpb=3872c5c79d60ff7a5b4a48dac055447dc8c257aa;p=bup.git diff --git a/Documentation/bup-gc.md b/Documentation/bup-gc.md index 89ce647..64120e8 100644 --- a/Documentation/bup-gc.md +++ b/Documentation/bup-gc.md @@ -4,11 +4,11 @@ # NAME -bup-gc - remove unreferenced, unneeded data (CAUTION: EXPERIMENTAL) +bup-gc - remove unreferenced, unneeded data # SYNOPSIS -bup gc [-#|--verbose] <*branch*|*save*...> +bup gc [-#|\--verbose] <*branch*|*save*...> # DESCRIPTION @@ -30,7 +30,7 @@ WARNING: This is one of the few bup commands that modifies your archive in intentionally destructive ways. Though if an attempt to `join` or `restore` the data you still care about after a `gc` succeeds, that's a fairly encouraging sign that the commands worked -correctly. (The `t/compare-trees` command in the source tree can be +correctly. (The `dev/compare-trees` command in the source tree can be used to help test before/after results.) # OPTIONS @@ -47,7 +47,7 @@ used to help test before/after results.) -*#*, \--compress=*#* : set the compression level to # (a value from 0-9, where 9 is the highest and 0 is no compression). The default - is 6. + is 1 (fast, loose compression). # EXAMPLES