]> arthur.barton.de Git - bup.git/commitdiff
bup-rm bup-gc bup-prune-older: rm EXPERIMENTAL
authorRob Browning <rlb@defaultvalue.org>
Sat, 28 Sep 2019 20:29:33 +0000 (15:29 -0500)
committerRob Browning <rlb@defaultvalue.org>
Sun, 6 Oct 2019 15:55:44 +0000 (10:55 -0500)
They've been in use long enough, perhaps.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
Documentation/bup-gc.md
Documentation/bup-prune-older.md
Documentation/bup-rm.md

index 4996f3d1e429a1589efd64a61ffefa91ec57f6a1..288ab66cc259a69f542d5b258c8782ff63ed7d69 100644 (file)
@@ -4,7 +4,7 @@
 
 # NAME
 
-bup-gc - remove unreferenced, unneeded data (CAUTION: EXPERIMENTAL)
+bup-gc - remove unreferenced, unneeded data
 
 # SYNOPSIS
 
index ffce535a2cc4ee4ab18240daf0da853db69d0c44..43056048e174297683c008e3a4699746da4ad69d 100644 (file)
@@ -4,7 +4,7 @@
 
 # NAME
 
-bup-prune-older - remove older saves (CAUTION: EXPERIMENTAL)
+bup-prune-older - remove older saves
 
 # SYNOPSIS
 
index 12e733cc986f0446e1ae80a09f2d0f7838e90c2e..25377b38c624e4f626753e3d84c3523b473809fa 100644 (file)
@@ -4,7 +4,7 @@
 
 # NAME
 
-bup-rm - remove references to archive content (CAUTION: EXPERIMENTAL)
+bup-rm - remove references to archive content
 
 # SYNOPSIS
 
@@ -22,8 +22,8 @@ A subsequent garbage collection, either by a `bup gc`, or by a normal
 `git gc`, may permanently delete data that is no longer reachable from
 the remaining branches or tags, and reclaim the related storage space.
 
-NOTE: This is one of the few bup commands that modifies your archive
-in intentionally destructive ways.
+WARNING: This is one of the few bup commands that modifies your
+archive in intentionally destructive ways.
 
 # OPTIONS