1xfs_mdrestore(8) System Manager's Manual xfs_mdrestore(8)
2
3
4
6 xfs_mdrestore - restores an XFS metadump image to a filesystem image
7
9 xfs_mdrestore [ -g ] source target
10
12 xfs_mdrestore is a debugging tool that restores a metadata image gener‐
13 ated by xfs_metadump(8) to a filesystem. The source argument specifies
14 the location of the metadump image and the target argument specifies
15 the destination for the filsystem image. If the source is -, then the
16 metadata image is read from stdin. This allows the output of be another
17 program such as a compression application to be redirected to
18 xfs_mdrestore. The target can be either a file or a device.
19
20 xfs_mdrestore should not be used to restore metadata onto an existing
21 filesystem unless you are completely certain the target can be
22 destroyed.
23
25 -g Shows restore progress on stdout.
26
28 xfs_mdrestore returns an exit code of 0 if all the metadata is succes‐
29 fully restored or 1 if an error occurs.
30
32 xfs_metadump(8), xfs_repair(8), xfs_check(8), xfs(5)
33
35 Email bug reports to xfs@oss.sgi.com.
36
37
38
39 xfs_mdrestore(8)