2014-04-15 07:04:49 +00:00
|
|
|
btrfs-restore(8)
|
|
|
|
================
|
|
|
|
|
|
|
|
NAME
|
|
|
|
----
|
|
|
|
btrfs-restore - try to restore files from a damaged btrfs filesystem(unmounted)
|
|
|
|
|
|
|
|
SYNOPSIS
|
|
|
|
--------
|
2014-05-19 15:49:35 +00:00
|
|
|
*btrfs restore* [options] <device> <path> | -l <device>
|
2014-04-15 07:04:49 +00:00
|
|
|
|
|
|
|
DESCRIPTION
|
|
|
|
-----------
|
2014-05-19 15:49:35 +00:00
|
|
|
*btrfs restore* is used to try to salvage files from a damaged filesystem and
|
2014-04-15 07:04:49 +00:00
|
|
|
restore them into <path> or just list the tree roots.
|
|
|
|
|
2014-04-16 16:33:44 +00:00
|
|
|
Since current `btrfs-check`(8) or `btrfs-rescue`(8) only has very limited usage,
|
2014-05-19 15:49:35 +00:00
|
|
|
*btrfs restore* is normally a better choice.
|
2014-04-15 07:04:49 +00:00
|
|
|
|
2014-04-15 07:04:51 +00:00
|
|
|
NOTE: It is recommended to read the following btrfs wiki page if your data is
|
|
|
|
not salvaged with default option: +
|
|
|
|
https://btrfs.wiki.kernel.org/index.php/Restore
|
|
|
|
|
2014-04-15 07:04:49 +00:00
|
|
|
OPTIONS
|
|
|
|
-------
|
|
|
|
-s::
|
2014-06-19 01:27:09 +00:00
|
|
|
get snapshots, btrfs restore skips snapshots in default.
|
2014-04-15 07:04:49 +00:00
|
|
|
|
|
|
|
-x::
|
|
|
|
get extended attributes.
|
|
|
|
|
|
|
|
-v::
|
|
|
|
verbose.
|
|
|
|
|
|
|
|
-i::
|
|
|
|
ignore errors.
|
|
|
|
|
|
|
|
-o::
|
|
|
|
overwrite directories/files in <path>.
|
|
|
|
|
2014-06-19 01:27:09 +00:00
|
|
|
-t <bytenr>::
|
|
|
|
use <bytenr> to read root tree.
|
2014-04-15 07:04:49 +00:00
|
|
|
|
2014-06-19 01:27:09 +00:00
|
|
|
-f <bytenr>::
|
|
|
|
only restore files that are under specified root whose root bytenr is <bytenr>.
|
2014-04-15 07:04:49 +00:00
|
|
|
|
2014-06-19 01:27:09 +00:00
|
|
|
-u <mirror>::
|
|
|
|
use given superblock mirror identified by <mirror>, it can be 0,1,2.
|
2014-04-15 07:04:49 +00:00
|
|
|
|
|
|
|
-r <rootid>::
|
2014-06-19 01:27:09 +00:00
|
|
|
only restore files that are under specified root whose objectid is <rootid>.
|
2014-04-15 07:04:49 +00:00
|
|
|
|
|
|
|
-d::
|
|
|
|
find dir.
|
|
|
|
|
|
|
|
-l::
|
|
|
|
list tree roots.
|
|
|
|
|
2014-06-19 01:27:09 +00:00
|
|
|
-D|--dry-run::
|
|
|
|
dry run (only list files that would be recovered).
|
|
|
|
|
|
|
|
--path-regex <regex>::
|
|
|
|
restore only filenames matching regex, you have to use following syntax (possibly quoted):
|
|
|
|
^/(|home(|/username(|/Desktop(|/.*))))$
|
|
|
|
|
|
|
|
-c::
|
|
|
|
ignore case (--path-regrex only).
|
|
|
|
|
2014-04-15 07:04:49 +00:00
|
|
|
EXIT STATUS
|
|
|
|
-----------
|
2014-05-19 15:49:35 +00:00
|
|
|
*btrfs restore* returns a zero exist status if it succeeds. Non zero is
|
2014-04-15 07:04:49 +00:00
|
|
|
returned in case of failure.
|
|
|
|
|
|
|
|
AVAILABILITY
|
|
|
|
------------
|
2014-05-19 16:04:26 +00:00
|
|
|
*btrfs* is part of btrfs-progs.
|
2014-04-15 07:04:49 +00:00
|
|
|
Please refer to the btrfs wiki http://btrfs.wiki.kernel.org for
|
|
|
|
further details.
|
|
|
|
|
|
|
|
SEE ALSO
|
|
|
|
--------
|
|
|
|
`mkfs.btrfs`(8),
|
|
|
|
`btrfs-rescue`(8),
|
|
|
|
`btrfs-check`(8)
|