]> arthur.barton.de Git - bup.git/blobdiff - Documentation/bup-gc.md
Update base_version to 0.34~ for 0.34 development
[bup.git] / Documentation / bup-gc.md
index 89ce6479529f5b704ce05c16c1b6e95324faf521..64120e89bc73d07afc3984066162e4dc3cd46fd9 100644 (file)
@@ -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