{"id":14248,"date":"2020-01-07T14:54:00","date_gmt":"2020-01-07T14:54:00","guid":{"rendered":"https:\/\/www.backupassist.com\/blog\/?p=14248"},"modified":"2020-01-12T05:10:13","modified_gmt":"2020-01-12T05:10:13","slug":"bare-metal-disaster-recovery-guide","status":"publish","type":"post","link":"https:\/\/www.backupassist.com\/blog\/bare-metal-disaster-recovery-guide","title":{"rendered":"Bare-Metal Disaster Recovery Guide &#8211; updated for 2020"},"content":{"rendered":"\n<p>Successfully performing a\u00a0bare-metal recovery involves several important steps. <\/p>\n\n\n\n<ol class=\"wp-block-list\"><li><a href=\"#planning\">Planning<\/a>: deciding when to do your bare metal backup, and where to put it.<\/li><li><a href=\"#bare-metal-backup\">The bare-metal backup<\/a>: the steps of creating your system image.<\/li><li><a href=\"#bare-metal-recovery\">The bare-metal recovery<\/a>: the steps of recovering your system image to new hardware. <\/li><\/ol>\n\n\n\n<p>This article explains how to do all three steps, and shows how to achieve the\u00a0<strong>right backup<\/strong>\u00a0for a <strong>successful bare-metal recovery<\/strong>.<\/p>\n\n\n\n<p>Note on terminology: a &#8220;bare-metal backup&#8221; is a backup that can be used to completely rebuild a system from scratch. It&#8217;s sometimes referred to as a &#8220;system image&#8221; in Microsoft&#8217;s documentation.<\/p>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"planning\">1. Planning <strong>when <\/strong>and <strong>where<\/strong>: backing up your system the\u00a0<strong>right way<\/strong><\/h2>\n\n\n\n<p>Before jumping into the steps of creating bare-metal backups, let&#8217;s talk about something even more important: <strong>when<\/strong> to backup, and <strong>where<\/strong> to put that backup. You&#8217;ll need to have a <strong>backup schedule<\/strong> that will meet your recovery expectations and a <strong>safe location<\/strong> to store the backups. <\/p>\n\n\n\n<h3 class=\"wp-block-heading\">The&nbsp;<strong>right backup<\/strong>&nbsp;schedule<\/h3>\n\n\n\n<p><strong>Perform regular bare-metal backups on a daily basis, or\u00a0at least\u00a0when major system changes are made.<\/strong><\/p>\n\n\n\n<p>When a server is recovered, it reverts back to the snapshot in time when the backup was made. This means any changes made to that server <strong>after <\/strong>the backup was created will be lost. This means <strong>the frequency of your bare-metal backups is important<\/strong>. <\/p>\n\n\n\n<p>If a backup contains just the operating system and system files, you may only need to create backups before and after changes are made to that system. However, if applications and other data change a lot, then daily backups will give better protection.<\/p>\n\n\n\n<p>An alternative strategy is to perform less frequent system image backups and more frequent file and application backups. In that case, when you recover, you&#8217;ll firstly recover your system, and then perform an incremental update of your files and applications.<\/p>\n\n\n\n<p>The&nbsp;<strong>right backup&nbsp;<\/strong>contains up-to-date data so a server can resume its operations when it is recovered.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">The&nbsp;<strong>right backup<\/strong>&nbsp;destination<\/h4>\n\n\n\n<p><strong>Use backup destinations that keep your bare-metal backups safe from harm<\/strong>.<\/p>\n\n\n\n<p>Now you should decide where to put your backups. This is an important consideration because bare-metal backups can be your <strong>last line of defense<\/strong>, and it&#8217;s critical that they are not compromised.<\/p>\n\n\n\n<p>The best way to protect bare-metal backups is to use a destination that is <strong>offline,<\/strong> <strong>offsite <\/strong>or both.<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li><strong>Offline<\/strong>&nbsp;backups are <strong>air-gapped<\/strong> from your network and the internet, so they are protected from hackers, viruses and ransomware.<\/li><li><strong>Offsite<\/strong>&nbsp;backups are stored in a <strong>remote location<\/strong>, so they are protected from threats to your site like fires, floods and theft.<\/li><\/ul>\n\n\n\n<p>The\u00a0<strong>right backup<\/strong>\u00a0is protected from the type of threats that can take down a server. Common ways to get offline and offsite backups are to back up to USB hard drive or RDX disk, and to take those disks offline (disconnect them) and offsite. <\/p>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"bare-metal-backup\">2. How to create bare-metal backups<\/h2>\n\n\n<p>A bare-metal backup contains an <strong>image of the disks <\/strong>required to perform a full system recovery. This section explains how to create a bare-metal backup using the native Windows Server Backup tools, and BackupAssist.\u00a0<\/p>\n\n\n<h4 class=\"wp-block-heading\">Create a bare-metal backup using BackupAssist<\/h4>\n\n\n\n<p>Follow these steps to create a<strong> System Protection<\/strong> image backup:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Select BackupAssist&#8217;s <strong>Backup <\/strong>tab.<\/li><li>Click <strong>Create a New Backup Job<\/strong>.<\/li><li>Click <strong>System Protection<\/strong>.<\/li><li>From the <strong>Selections <\/strong>screen, click <strong>Back up the Entire System<\/strong>.<\/li><li>Follow the wizard&#8217;s steps to set up the backup schedule, destination and notifications.<\/li><li>Use the last step <strong>Launch RecoverAssist builder<\/strong> to create a bootable media.<\/li><\/ol>\n\n\n\n<h4 class=\"wp-block-heading\">Create a bare-metal backup using Windows Server 2019, 2016, 2012 or 2008<\/h4>\n\n\n\n<p> Follow these steps to create a bare-metal backup using wbadmin:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Use <strong>Start <\/strong>&gt; <strong>Search programs and files <\/strong>to locate the <strong>cmd.exe<\/strong> file.<\/li><li>Right-click the&nbsp;<strong>cmd.exe<\/strong>&nbsp;icon and select&nbsp;<strong>Run as administrator<\/strong>. This will open an elevated command prompt.<\/li><li>In the command prompt, type <strong>wbadmin start backup -allcritical -backupTarget:E:<\/strong> In this example, E: is the destination drive the backup is being saved to.<\/li><li>Press <strong>Enter<\/strong>.<\/li><li>Press <strong>Y <\/strong>when prompted to start the backup.<\/li><\/ol>\n\n\n\n<h4 class=\"wp-block-heading\"> Create a bare-metal backup using Windows Server 2003<\/h4>\n\n\n\n<p> Follow these steps to create an Automated System Recovery (ASR) backup:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Run <strong>ntbackup<\/strong>.<strong>exe<\/strong> from the <strong>Run <\/strong>command.<\/li><li>Select <strong>Advanced Mode<\/strong>. <\/li><li>From the Tools menu, <strong>select the ASR Wizard<\/strong> the Automated System Recovery Preparation Wizard will start.<\/li><li>Click <strong>Next<\/strong> to display the <strong>Backup Destination<\/strong> screen.<\/li><li>Select the <strong>media type<\/strong> that will be used for the backup.<\/li><li>Enter the backup <strong>media&#8217;s location<\/strong>.<\/li><li>Click <strong>Finish <\/strong>when prompted and the backup will start.<\/li><li><strong>Insert a floppy disk<\/strong> when prompted. This ASR floppy disk will be used to restore system files in the event of a major failure. <\/li><\/ol>\n\n\n\n<hr class=\"wp-block-separator\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"bare-metal-recovery\">3. Restoring a Windows Server with a bare-metal backup<\/h2>\n\n\n\n<p>Related article: <a href=\"https:\/\/www.backupassist.com\/blog\/calling-perform-disaster-recovery\">when to perform a system recovery<\/a>.<\/p>\n\n\n\n<p>To restore a server, you need to <strong>first boot into a recovery environment<\/strong>, which is used to locate the backup and start the recovery process. The specific recovery steps will depend on the software and operating system you use. <\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Recover a Windows Server using RecoverAssist<\/h4>\n\n\n\n<p>RecoverAssist recovery environments can be built with <strong>BackupAssist<\/strong>, making it easy to locate backups, access custom drivers and use recovery tools. <\/p>\n\n\n\n<p>To perform a recovery using RecoverAssist:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>Attach the bootable media that you created using RecoverAssist and <strong>start the server<\/strong>.<\/li><li>Once the recovery environment has loaded, <strong>select the backup location<\/strong> from the options provided: local drive, network share or iSCSI target.<\/li><li><strong>Enter the location&#8217;s details<\/strong> and RecoverAssist will scan that location for image backups. <\/li><li><strong>Choose the backup<\/strong> you want to use.<\/li><li>Click&nbsp;<strong>Next <\/strong>and follow the prompts to start the recovery. <\/li><\/ol>\n\n\n\n<h4 class=\"wp-block-heading\">Recover Windows Server   2019, 2016, 2012 or 2008 using the WinRE<\/h4>\n\n\n\n<p>The Windows Recovery Environment (WinRE) is used to start a server so you can perform system repairs or a recovery. <\/p>\n\n\n\n<p> To perform a recovery using WinRE: <\/p>\n\n\n\n<ol class=\"wp-block-list\"><li><strong>Boot the server <\/strong>from the Windows Server DVD. <\/li><li>Specify your language and time, and click&nbsp;<strong>Next<\/strong>. <\/li><li>Click&nbsp;<strong>Repair your computer<\/strong> and WinRE will launch.<\/li><li>Click <strong>Restore your computer using a system image that you created earlier<\/strong>.<\/li><li>Click <strong>Next<\/strong> and the computer will search for a backup image. <\/li><li>Choose <strong>Use the latest available system image (recommended)<\/strong> or <strong>Select a system image<\/strong>.<\/li><li>If you chose <strong>Select a system image<\/strong>, select the backup that you want to use.<\/li><li>Click <strong>Finish <\/strong>and then <strong>Yes <\/strong>when prompted to start the recovery process.<\/li><\/ol>\n\n\n\n<h4 class=\"wp-block-heading\">Recover Windows Server&nbsp;2003 using Automated System Recovery<\/h4>\n\n\n\n<p>Automated System Recovery (ASR) can be used to restore a server&#8217;s system drive and any applications and data on that drive. <\/p>\n\n\n\n<p> To perform a recovery using ASR:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li><strong>Boot the server <\/strong>from the Windows Server installation CD.<\/li><li>Press <strong>F2&nbsp;<\/strong>when you see the message &#8216;Press F2 to run Automated System Recovery (ASR)&#8217;. <\/li><li><strong>Insert the ASR floppy disk<\/strong> when prompted.<\/li><li>The ASR restore process will <strong>format the C: drive<\/strong> and start the Windows Server installation process.<\/li><li>After a reboot, the<strong> Automated System Recovery Wizard<\/strong> will open.<\/li><li>Confirm the <strong>location of the backup<\/strong>.<\/li><li>NTBackup will then <strong>restore the data <\/strong>to the C: drive.<\/li><\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">BackupAssist bare-metal backup and recovery<\/h2>\n\n\n\n<p>Windows Server includes basic backup and recovery tools, but the functionality they provide falls short of what most businesses require.  BackupAssist has been a leader in Windows Server protection since 2002 and includes the features needed to ensure you have the <strong>right backups<\/strong> and <strong>successful, predictable recoveries<\/strong>.    <\/p>\n\n\n\n<br><p>This table lists some of the key features that an effective backup strategy needs, and compares the solutions provided by Windows Server and BackupAssist.<br><\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table class=\"\"><tbody><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>Features<\/strong><\/td><td><strong>Windows Server   <\/strong><\/td><td><strong>BackupAssist<\/strong><\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>Ransomware protection<\/strong><\/td><td> Not included. <\/td><td>Uses CryptoSafeGuard to protect backups from ransomware and prevent infected servers from being backed up. <\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"> <strong>Encryption<\/strong> <\/td><td>BitLocker encryption requires manual intervention. <\/td><td> BitLocker encryption is built into the backup creation and recovery process. <\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>Recovery tools<\/strong><\/td><td>WinRE gives access to the Windows command-line.<\/td><td>RecoverAssist includes a set of recovery tools, custom driver support and the   Windows command-line.<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>iSCSI backup destinations<\/strong><\/td><td>  Not supported.  <\/td><td>Supported for BackupAssist System Protection, File Protection and File Archiving backups.<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>Backup   scheduling<\/strong><\/td><td>Basic daily backup schedule.<\/td><td>Fully customizable with built-in schemes including grandfather, father, son.<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>Backup reports<\/strong><\/td><td>Includes the outcome of the backup job and any errors encountered.<\/td><td>A detailed report that includes destination statistics and the backup&#8217;s recovery options.<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>Scripting<\/strong> <strong>support<\/strong><\/td><td>Not included. <\/td><td>Built-in scripting with selectable variables and settings, and script error reporting.<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>Media labeling<\/strong> <\/td><td>Not supported. <\/td><td>Supported for all removable media and backup schemes. <\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<br><p>This screenshot shows all of the recovery options available when you use RecoverAssist. <\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"899\" height=\"686\" src=\"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2019\/11\/Slide-5.png\" alt=\"RecoverAssist is used to perform bare-metal recoveries of Windows servers\" class=\"wp-image-14323\" srcset=\"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2019\/11\/Slide-5.png 899w, https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2019\/11\/Slide-5-300x229.png 300w, https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2019\/11\/Slide-5-768x586.png 768w\" sizes=\"auto, (max-width: 899px) 100vw, 899px\" \/><\/figure>\n\n\n\n<br><p>To learn more, visit <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.backupassist.com\/\" target=\"_blank\">BackupAssist <\/a>and check out our <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.backupassist.com\/support\/en\/backupassist\/backup\/system-protection.htm\" target=\"_blank\">System Protection<\/a> and <a rel=\"noreferrer noopener\" aria-label=\" (opens in a new tab)\" href=\"https:\/\/www.backupassist.com\/support\/en\/backupassist\/recover\/system-recovery.htm\" target=\"_blank\">RecoverAssist <\/a>guides.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>To achieve a successful bare-metal recovery, you need the right backup. In this article, we look at what makes a backup the &#8216;right backup&#8217;, and how to perform a recovery using Windows Server or BackupAssist.<\/p>\n","protected":false},"author":13,"featured_media":15054,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[757],"tags":[],"class_list":["post-14248","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-cyber-resilience"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Bare metal recovery HOWTO for Windows Server - updated for 2020<\/title>\n<meta name=\"description\" content=\"How to perform bare-metal recovery from system image using native Windows tools &amp; RecoverAssist. Instructions for Windows Server 2019, 2016, 2012 and prior.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.backupassist.com\/blog\/bare-metal-disaster-recovery-guide\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Bare metal recovery HOWTO for Windows Server - updated for 2020\" \/>\n<meta property=\"og:description\" content=\"How to perform bare-metal recovery from system image using native Windows tools &amp; RecoverAssist. Instructions for Windows Server 2019, 2016, 2012 and prior.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.backupassist.com\/blog\/bare-metal-disaster-recovery-guide\" \/>\n<meta property=\"og:site_name\" content=\"Cyber Resilience Blog\" \/>\n<meta property=\"article:published_time\" content=\"2020-01-07T14:54:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-01-12T05:10:13+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2020\/01\/successful-bare-metal-recovery.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1595\" \/>\n\t<meta property=\"og:image:height\" content=\"709\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Rick Dwyer\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rick Dwyer\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.backupassist.com\/blog\/bare-metal-disaster-recovery-guide#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.backupassist.com\/blog\/bare-metal-disaster-recovery-guide\"},\"author\":{\"name\":\"Rick Dwyer\",\"@id\":\"https:\/\/www.backupassist.com\/blog\/#\/schema\/person\/84edd561512d93c57e38a6d3d922cf61\"},\"headline\":\"Bare-Metal Disaster Recovery Guide &#8211; updated for 2020\",\"datePublished\":\"2020-01-07T14:54:00+00:00\",\"dateModified\":\"2020-01-12T05:10:13+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.backupassist.com\/blog\/bare-metal-disaster-recovery-guide\"},\"wordCount\":1410,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.backupassist.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.backupassist.com\/blog\/bare-metal-disaster-recovery-guide#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2020\/01\/successful-bare-metal-recovery.jpg\",\"articleSection\":[\"Cyber Resilience\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.backupassist.com\/blog\/bare-metal-disaster-recovery-guide#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.backupassist.com\/blog\/bare-metal-disaster-recovery-guide\",\"url\":\"https:\/\/www.backupassist.com\/blog\/bare-metal-disaster-recovery-guide\",\"name\":\"Bare metal recovery HOWTO for Windows Server - updated for 2020\",\"isPartOf\":{\"@id\":\"https:\/\/www.backupassist.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.backupassist.com\/blog\/bare-metal-disaster-recovery-guide#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.backupassist.com\/blog\/bare-metal-disaster-recovery-guide#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2020\/01\/successful-bare-metal-recovery.jpg\",\"datePublished\":\"2020-01-07T14:54:00+00:00\",\"dateModified\":\"2020-01-12T05:10:13+00:00\",\"description\":\"How to perform bare-metal recovery from system image using native Windows tools & RecoverAssist. Instructions for Windows Server 2019, 2016, 2012 and prior.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.backupassist.com\/blog\/bare-metal-disaster-recovery-guide#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.backupassist.com\/blog\/bare-metal-disaster-recovery-guide\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.backupassist.com\/blog\/bare-metal-disaster-recovery-guide#primaryimage\",\"url\":\"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2020\/01\/successful-bare-metal-recovery.jpg\",\"contentUrl\":\"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2020\/01\/successful-bare-metal-recovery.jpg\",\"width\":1595,\"height\":709,\"caption\":\"Technician using laptop in server room at the data centre\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.backupassist.com\/blog\/bare-metal-disaster-recovery-guide#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.backupassist.com\/blog\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Bare-Metal Disaster Recovery Guide &#8211; updated for 2020\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.backupassist.com\/blog\/#website\",\"url\":\"https:\/\/www.backupassist.com\/blog\/\",\"name\":\"Cyber Resilience Blog\",\"description\":\"Protect Your Cloud Data with BackupAssist\",\"publisher\":{\"@id\":\"https:\/\/www.backupassist.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.backupassist.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.backupassist.com\/blog\/#organization\",\"name\":\"Cyber Resilience Blog\",\"url\":\"https:\/\/www.backupassist.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.backupassist.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2019\/09\/BA-Logo-Full-Logo.svg\",\"contentUrl\":\"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2019\/09\/BA-Logo-Full-Logo.svg\",\"caption\":\"Cyber Resilience Blog\"},\"image\":{\"@id\":\"https:\/\/www.backupassist.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.backupassist.com\/blog\/#\/schema\/person\/84edd561512d93c57e38a6d3d922cf61\",\"name\":\"Rick Dwyer\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.backupassist.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/47a03fa1c7e7a827dcafbdeac92810855877677d38b47fb3f3039f28b463663a?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/47a03fa1c7e7a827dcafbdeac92810855877677d38b47fb3f3039f28b463663a?s=96&d=mm&r=g\",\"caption\":\"Rick Dwyer\"},\"url\":\"https:\/\/www.backupassist.com\/blog\/author\/rick-dwyer\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Bare metal recovery HOWTO for Windows Server - updated for 2020","description":"How to perform bare-metal recovery from system image using native Windows tools & RecoverAssist. Instructions for Windows Server 2019, 2016, 2012 and prior.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.backupassist.com\/blog\/bare-metal-disaster-recovery-guide","og_locale":"en_US","og_type":"article","og_title":"Bare metal recovery HOWTO for Windows Server - updated for 2020","og_description":"How to perform bare-metal recovery from system image using native Windows tools & RecoverAssist. Instructions for Windows Server 2019, 2016, 2012 and prior.","og_url":"https:\/\/www.backupassist.com\/blog\/bare-metal-disaster-recovery-guide","og_site_name":"Cyber Resilience Blog","article_published_time":"2020-01-07T14:54:00+00:00","article_modified_time":"2020-01-12T05:10:13+00:00","og_image":[{"width":1595,"height":709,"url":"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2020\/01\/successful-bare-metal-recovery.jpg","type":"image\/jpeg"}],"author":"Rick Dwyer","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Rick Dwyer","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.backupassist.com\/blog\/bare-metal-disaster-recovery-guide#article","isPartOf":{"@id":"https:\/\/www.backupassist.com\/blog\/bare-metal-disaster-recovery-guide"},"author":{"name":"Rick Dwyer","@id":"https:\/\/www.backupassist.com\/blog\/#\/schema\/person\/84edd561512d93c57e38a6d3d922cf61"},"headline":"Bare-Metal Disaster Recovery Guide &#8211; updated for 2020","datePublished":"2020-01-07T14:54:00+00:00","dateModified":"2020-01-12T05:10:13+00:00","mainEntityOfPage":{"@id":"https:\/\/www.backupassist.com\/blog\/bare-metal-disaster-recovery-guide"},"wordCount":1410,"commentCount":0,"publisher":{"@id":"https:\/\/www.backupassist.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.backupassist.com\/blog\/bare-metal-disaster-recovery-guide#primaryimage"},"thumbnailUrl":"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2020\/01\/successful-bare-metal-recovery.jpg","articleSection":["Cyber Resilience"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.backupassist.com\/blog\/bare-metal-disaster-recovery-guide#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.backupassist.com\/blog\/bare-metal-disaster-recovery-guide","url":"https:\/\/www.backupassist.com\/blog\/bare-metal-disaster-recovery-guide","name":"Bare metal recovery HOWTO for Windows Server - updated for 2020","isPartOf":{"@id":"https:\/\/www.backupassist.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.backupassist.com\/blog\/bare-metal-disaster-recovery-guide#primaryimage"},"image":{"@id":"https:\/\/www.backupassist.com\/blog\/bare-metal-disaster-recovery-guide#primaryimage"},"thumbnailUrl":"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2020\/01\/successful-bare-metal-recovery.jpg","datePublished":"2020-01-07T14:54:00+00:00","dateModified":"2020-01-12T05:10:13+00:00","description":"How to perform bare-metal recovery from system image using native Windows tools & RecoverAssist. Instructions for Windows Server 2019, 2016, 2012 and prior.","breadcrumb":{"@id":"https:\/\/www.backupassist.com\/blog\/bare-metal-disaster-recovery-guide#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.backupassist.com\/blog\/bare-metal-disaster-recovery-guide"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.backupassist.com\/blog\/bare-metal-disaster-recovery-guide#primaryimage","url":"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2020\/01\/successful-bare-metal-recovery.jpg","contentUrl":"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2020\/01\/successful-bare-metal-recovery.jpg","width":1595,"height":709,"caption":"Technician using laptop in server room at the data centre"},{"@type":"BreadcrumbList","@id":"https:\/\/www.backupassist.com\/blog\/bare-metal-disaster-recovery-guide#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.backupassist.com\/blog"},{"@type":"ListItem","position":2,"name":"Bare-Metal Disaster Recovery Guide &#8211; updated for 2020"}]},{"@type":"WebSite","@id":"https:\/\/www.backupassist.com\/blog\/#website","url":"https:\/\/www.backupassist.com\/blog\/","name":"Cyber Resilience Blog","description":"Protect Your Cloud Data with BackupAssist","publisher":{"@id":"https:\/\/www.backupassist.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.backupassist.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.backupassist.com\/blog\/#organization","name":"Cyber Resilience Blog","url":"https:\/\/www.backupassist.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.backupassist.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2019\/09\/BA-Logo-Full-Logo.svg","contentUrl":"https:\/\/www.backupassist.com\/app\/uploads\/sites\/3\/2019\/09\/BA-Logo-Full-Logo.svg","caption":"Cyber Resilience Blog"},"image":{"@id":"https:\/\/www.backupassist.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.backupassist.com\/blog\/#\/schema\/person\/84edd561512d93c57e38a6d3d922cf61","name":"Rick Dwyer","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.backupassist.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/47a03fa1c7e7a827dcafbdeac92810855877677d38b47fb3f3039f28b463663a?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/47a03fa1c7e7a827dcafbdeac92810855877677d38b47fb3f3039f28b463663a?s=96&d=mm&r=g","caption":"Rick Dwyer"},"url":"https:\/\/www.backupassist.com\/blog\/author\/rick-dwyer"}]}},"_links":{"self":[{"href":"https:\/\/www.backupassist.com\/blog\/wp-json\/wp\/v2\/posts\/14248","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.backupassist.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.backupassist.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.backupassist.com\/blog\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/www.backupassist.com\/blog\/wp-json\/wp\/v2\/comments?post=14248"}],"version-history":[{"count":113,"href":"https:\/\/www.backupassist.com\/blog\/wp-json\/wp\/v2\/posts\/14248\/revisions"}],"predecessor-version":[{"id":15065,"href":"https:\/\/www.backupassist.com\/blog\/wp-json\/wp\/v2\/posts\/14248\/revisions\/15065"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.backupassist.com\/blog\/wp-json\/wp\/v2\/media\/15054"}],"wp:attachment":[{"href":"https:\/\/www.backupassist.com\/blog\/wp-json\/wp\/v2\/media?parent=14248"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.backupassist.com\/blog\/wp-json\/wp\/v2\/categories?post=14248"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.backupassist.com\/blog\/wp-json\/wp\/v2\/tags?post=14248"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}