btrfs-progs: man: add rescue super-recover bits
Signed-off-by: David Sterba <dsterba@suse.cz> Signed-off-by: Chris Mason <chris.mason@fusionio.com>
This commit is contained in:
parent
492fc44828
commit
e89c31e5ec
|
@ -71,6 +71,8 @@ btrfs \- control a btrfs filesystem
|
||||||
.PP
|
.PP
|
||||||
\fBbtrfs\fP \fBrescue chunk-recover\fP [\fIoptions\fP] \fI<path>\fP
|
\fBbtrfs\fP \fBrescue chunk-recover\fP [\fIoptions\fP] \fI<path>\fP
|
||||||
.PP
|
.PP
|
||||||
|
\fBbtrfs\fP \fBrescue super-recover\fP [\fIoptions\fP] \fI<path>\fP
|
||||||
|
.PP
|
||||||
\fBbtrfs\fP \fBrestore\fP [\fIoptions\fP] \fI<device>\fP
|
\fBbtrfs\fP \fBrestore\fP [\fIoptions\fP] \fI<device>\fP
|
||||||
.PP
|
.PP
|
||||||
.PP
|
.PP
|
||||||
|
@ -525,6 +527,18 @@ help.
|
||||||
.RE
|
.RE
|
||||||
.TP
|
.TP
|
||||||
|
|
||||||
|
\fBrescue super-recover\fR [\fIoptions\fP] <device>\fR
|
||||||
|
Recover bad superblocks from good copies.
|
||||||
|
.RS
|
||||||
|
|
||||||
|
\fIOptions\fR
|
||||||
|
.IP "\fB-y\fP" 5
|
||||||
|
assume an answer of 'yes' to all questions.
|
||||||
|
.IP "\fB-v\fP" 5
|
||||||
|
verbose mode.
|
||||||
|
.RE
|
||||||
|
.TP
|
||||||
|
|
||||||
\fBrestore\fR [\fIoptions\fP] <device>\fR
|
\fBrestore\fR [\fIoptions\fP] <device>\fR
|
||||||
Try to restore files from a damaged filesystem(unmounted).
|
Try to restore files from a damaged filesystem(unmounted).
|
||||||
.RS
|
.RS
|
||||||
|
|
Loading…
Reference in New Issue