summaryrefslogtreecommitdiff
path: root/man/btrfs.8.in
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2013-09-17 17:21:20 +0200
committerChris Mason <chris.mason@fusionio.com>2013-10-16 08:21:36 -0400
commit133b1b037739d23bf0d6e985f9f828d7100b527d (patch)
treeee73653f3831d2d65a71d2c052c212b0ede0e92a /man/btrfs.8.in
parent992fd231807d123bb8d39a26579aa2440fd57f4c (diff)
btrfs-progs: introduce rescue command group
Add an empty 1st level command namespace that will collect specialized recovery tools like chunk-recover, zero-log, select-super and similar. Signed-off-by: David Sterba <dsterba@suse.cz> Signed-off-by: Chris Mason <chris.mason@fusionio.com>
Diffstat (limited to 'man/btrfs.8.in')
-rw-r--r--man/btrfs.8.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/man/btrfs.8.in b/man/btrfs.8.in
index e621bc96..8c0c8946 100644
--- a/man/btrfs.8.in
+++ b/man/btrfs.8.in
@@ -69,6 +69,8 @@ btrfs \- control a btrfs filesystem
.PP
\fBbtrfs\fP \fBcheck\fP [\fIoptions\fP] \fI<device>\fP
.PP
+\fBbtrfs\fP \fBrescue\fP [\fIoptions\fP] \fI<path>\fP
+.PP
\fBbtrfs\fP \fBchunk-recover\fP [\fIoptions\fP] \fI<device>\fP
.PP
\fBbtrfs\fP \fBrestore\fP [\fIoptions\fP] \fI<device>\fP
@@ -502,6 +504,10 @@ create a new extent tree.
.RE
.TP
+\fBrescue\fR [\fIoptions\fP] <path>\fR
+Rescue toolbox.
+.TP
+
\fBchunk-recover\fR [\fIoptions\fP] <device>\fR
Recover the chunk tree by scanning the devices one by one.
.RS