summaryrefslogtreecommitdiff
path: root/man/btrfs-image.8.in
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2013-05-20 15:42:24 +0100
committerTiago Gomes <tiago.gomes@codethink.co.uk>2013-05-20 15:42:24 +0100
commit304f215abb836811e6d78e0a3da53d48aa0e7ca7 (patch)
treeefdecffd52c35757d962965f89805721a47e7fec /man/btrfs-image.8.in
parentaab0fcb8ae7386475598fd2bef887cf0f9f3b65a (diff)
parentad5f1f2d34cbb2f235ff3c1bc7dd28450759b2c7 (diff)
downloadbtrfs-progs-baserock/morph.tar.gz
Merge branch 'baserock/tiagogomes/btrfs2' into baserock/morphbaserock/morph
Diffstat (limited to 'man/btrfs-image.8.in')
-rw-r--r--man/btrfs-image.8.in11
1 files changed, 10 insertions, 1 deletions
diff --git a/man/btrfs-image.8.in b/man/btrfs-image.8.in
index 7a348f8..7e0e3b0 100644
--- a/man/btrfs-image.8.in
+++ b/man/btrfs-image.8.in
@@ -24,6 +24,15 @@ compression level (0 ~ 9).
.TP
\fB\-t\fR \fIvalue\fP
number of threads (1 ~ 32) to be used to process the image dump or restore.
+.TP
+\fB\-o\fP
+use the old restore method, this does not fixup the chunk tree so the restored
+file system will not be able to be mounted.
+.TP
+\fB\-w\fP
+Walk all the trees manually and copy any blocks that are referenced. Use this
+option if your extent tree is corrupted to make sure that all of the metadata is
+captured.
.SH AVAILABILITY
.B btrfs-image
is part of btrfs-progs. Btrfs is currently under heavy development,
@@ -31,4 +40,4 @@ and not suitable for any uses other than benchmarking and review.
Please refer to the btrfs wiki
http://btrfs.wiki.kernel.org for further details.
.SH SEE ALSO
-.BR btrfsck (8), btrfsctl (8), mkfs.btrfs (8)
+.BR btrfsck (8), mkfs.btrfs (8)