X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Documentation%2Fbup-rm.md;h=ddc52a74ad2714a2dc1320006a63abf64bbad0d9;hb=HEAD;hp=a0382e1ab7f405da70779c1df3ab75dd7556a4da;hpb=0a522f5ca20f4eee6b954eb6dee3c247832f9d54;p=bup.git diff --git a/Documentation/bup-rm.md b/Documentation/bup-rm.md index a0382e1..ddc52a7 100644 --- a/Documentation/bup-rm.md +++ b/Documentation/bup-rm.md @@ -4,11 +4,11 @@ # NAME -bup-rm - remove references to archive content (CAUTION: EXPERIMENTAL) +bup-rm - remove references to archive content # SYNOPSIS -bup rm [-#|--verbose] <*branch*|*save*...> +bup rm [-#|\--verbose] <*branch*|*save*...> # DESCRIPTION @@ -18,13 +18,12 @@ any storage space), but it may make it very difficult or impossible to refer to the deleted items, unless there are other references to them (e.g. tags). -A subsequent garbage collection, either by the forthcoming `bup gc` -command, 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. +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 @@ -43,7 +42,7 @@ in intentionally destructive ways. # SEE ALSO -`bup-save`(1), `bup-fsck`(1), and `bup-tag`(1) +`bup-gc`(1), `bup-save`(1), `bup-fsck`(1), and `bup-tag`(1) # BUP