Jump to content

Bare-metal restore

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Bs27975 (talk | contribs) at 05:55, 17 June 2012 (Add Mondo Rescue to the See Also list.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Bare-metal restore is a technique in the field of data recovery and restoration where the backed up data is available in a form which allows one to restore a computer system from "bare metal", i.e. without any requirements as to previously installed software or operating system.

Typically, the backed up data includes the necessary operating system, applications and data components to rebuild or restore the backed up system to an entirely separate piece of hardware. In some configurations, the hardware receiving the restore needs to have an identical configuration to the hardware that was the source of the backup, although virtualization techniques and careful planning can enable a bare-metal restore to a hardware configuration different from the original.

Disk imaging applications enable bare-metal restores by storing copies (images) of the entire contents of hard disks to networked or other external storage, and then writing those images to other physical disks. The disk image application itself can include an entire operating system, bootable from a live CD or network file server, which contains all the required application code to create and restore the disk images.

Examples of software used for bare-metal recovery

The dd utility on a Linux boot CD can be used to copy file systems between disk images and disk partitions to effect a bare-metal backup and recovery. These disk images can then be used as input to a new partition of the same type but equal or larger size, or alternatively a variety of virtualization technologies as they often represent a more accessible but less efficient representation of the data on the original partition.

Microsoft introduced a new backup utility (Wbadmin) into Windows Server 2008 family of operating system in 2008 which has built-in support for bare-metal recovery. Users of this software can also recover their system to a Hyper-V virtual machine.[1]

Comparison with other data backup and restoration techniques

  • Bare-metal restore differs from local disk image restore where a copy of the disk image, and the restoration software, are stored on the computer that is backed up.
  • Bare-metal restore differs from simple data backups where application data, but neither the applications nor the operating system are backed up or restored as a unit.

See also

References