GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
xfs_mdrestore(8) FreeBSD System Manager's Manual xfs_mdrestore(8)

xfs_mdrestore - restores an XFS metadump image to a filesystem image

xfs_mdrestore [ -g ] source target
xfs_mdrestore -V

xfs_mdrestore is a debugging tool that restores a metadata image generated by xfs_metadump(8) to a filesystem. The source argument specifies the location of the metadump image and the target argument specifies the destination for the filesystem image. If the source is -, then the metadata image is read from stdin. This allows the output of be another program such as a compression application to be redirected to xfs_mdrestore. The target can be either a file or a device.

xfs_mdrestore should not be used to restore metadata onto an existing filesystem unless you are completely certain the target can be destroyed.

-g
Shows restore progress on stdout.
-V
Prints the version number and exits.

xfs_mdrestore returns an exit code of 0 if all the metadata is successfully restored or 1 if an error occurs.

xfs_metadump(8), xfs_repair(8), xfs(5)

Email bug reports to xfs@oss.sgi.com.

Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.