search for: fbrestore

Displaying 1 result from an estimated 1 matches for "fbrestore".

Did you mean: _restore
2013 Nov 14
0
[PATCH] btrfs-progs: man: add rescue super-recover bits
...8bb..b6203483296e 100644 --- a/man/btrfs.8.in +++ b/man/btrfs.8.in @@ -71,6 +71,8 @@ btrfs \- control a btrfs filesystem .PP \fBbtrfs\fP \fBrescue chunk-recover\fP [\fIoptions\fP] \fI<path>\fP .PP +\fBbtrfs\fP \fBrescue super-recover\fP [\fIoptions\fP] \fI<path>\fP +.PP \fBbtrfs\fP \fBrestore\fP [\fIoptions\fP] \fI<device>\fP .PP .PP @@ -525,6 +527,18 @@ help. .RE .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 que...