{"id":10249,"date":"2009-12-21T18:00:00","date_gmt":"2009-12-21T18:00:00","guid":{"rendered":"https:\/\/aidanfinn.com\/?p=10249"},"modified":"2009-12-21T18:00:00","modified_gmt":"2009-12-21T18:00:00","slug":"hyper-v-backup-strategies","status":"publish","type":"post","link":"https:\/\/aidanfinn.com\/?p=10249","title":{"rendered":"Hyper-V Backup Strategies"},"content":{"rendered":"<p>Because you are dealing with virtual machines you have more options available to you than you did when backing up traditional tin servers.&#160; What approach you take depends on whether you need to recover files, databases or just an entire server, what your budget is and how you configure the storage of your VM\u2019s.&#160; Oh yes, and your budget.<\/p>\n<h4>In-VM or On-Host Backup?<\/h4>\n<p>What does that mean?&#160; There are two places you can do your backup from.&#160; <\/p>\n<h4>On-Host Backup<\/h4>\n<p>This allows you to capture selected VM\u2019s on the host as they are running.&#160; There\u2019s some catches to that which I\u2019ll come back to later.&#160; The benefit of this approach is that it\u2019s a simple hammer that can hit everything.&#160; If you need to recover all of your VM\u2019s then you can do it.&#160; But you have no knowledge of the VM\u2019s contents nor the ability to recover single files from within the VM.&#160; To do that with this approach you have to recover the entire VM to an isolated network, log into the VM, and then grab the files you need.<\/p>\n<p>This on-host backup really needs to be Hyper-V aware, i.e. use the Hyper-V VSS (volume shadow copy service) writer.&#160; When your backup software tries to backup the VM then the VM will be quickly brought to a \u201c<em><a href=\"http:\/\/www.merriam-webster.com\/dictionary\/quiescent\" target=\"_blank\">quiescent<\/a><\/em>\u201d state.&#160; This is accomplished at two levels.&#160; The parent partition uses VSS to access the VHD files.&#160; The integration components feature a backup integration.&#160; This allows the VSS writers in the VM to bring file services, Exchange, SQL (and any other VSS aware services) into a brief restful state too.&#160; A snapshot of the VM can then be taken using VSS and the backup software get\u2019s the VM\u2019s running state.&#160; Note that this quiescent state is not noticeable.&#160; Odds are you are already using this VSS technology to backup Windows file servers, Exchange and SQL and haven\u2019t noticed a thing.<\/p>\n<p>You probably noticed a catch here.&#160; The backup causes no noticeable downtime to the VM if (a) VSS is available in the VM operating system and (b) the backup integration component service is running in the VM.&#160; That means you must be running Windows Server 2003 SP3 or later in the VM and you have installed the IC\u2019s and left the backup integration service enabled.&#160; All of the volumes in the VM must also have VSS enabled.<\/p>\n<p>If you have VM\u2019s that don\u2019t meet both of those requirements then they must be stopped (saved state) before a backup can commence.&#160; This will include, for example, VM\u2019s that meet these conditions:<\/p>\n<ul>\n<li>VM\u2019s that do not have the VSS service, e.g. Linux or Windows 2000<\/li>\n<li>VM\u2019s that do not have the IC\u2019s installed and the backup integration service enabled<\/li>\n<li>VM\u2019s that do not have VSS enabled on all of their volumes.<\/li>\n<\/ul>\n<p>Some types of storage cannot be backed up in this way.&#160; Passthrough storage is not a file like a VHD so that is excluded from this approach.&#160; And you need to be aware of remote storage that is directly connected to the VM.&#160; It is not connected to the parent partition so it cannot be backed up with this approach.<\/p>\n<p>You should also be aware that virtual network configurations are reportedly not backed up with this approach.<\/p>\n<p>However the two big benefits are:<\/p>\n<ul>\n<li>You can do an \u201ciron\u201d-level backup of a VM.&#160; If you lose the VM then you can instantly restore it to a known state with no need to build new VM\u2019s, install software, patches, etc.<\/li>\n<li>As I\u2019ve mentioned you should not use snapshots in production.&#160; Using a VSS backup on the host you effectively get snapshot functionality.<\/li>\n<\/ul>\n<h4>In-VM Backup<\/h4>\n<p>The second approach is to do an in-VM backup.&#160; This is pretty much doing what you\u2019ve always done with your physical servers.&#160; You log into the VM and do the backup from there.&#160; Here are the benefits:<\/p>\n<ul>\n<li>You can use whatever backup tool you want that is installed in the VM.&#160; It does not need to be Hyper-V VSS aware.&#160; Although it doesn\u2019t need to be Hyper-V VSS aware you should take steps to ensure you can still backup open files and backup databases (mail, Oracle, MySQL, etc) consistently.<\/li>\n<li>You can backup remote storage that is not connected to the host, e.g. where a VM directly connects to iSCSI storage.<\/li>\n<li>You can use this approach for Linux\/Windows 2000\/etc and where you do not (or cannot) install Integration Components, do\/cannot not have VSS enabled on all volumes or do not\/cannot enable the backup integration service.<\/li>\n<li>Best of all, this approach allows you to selectively backup files and allows you to selectively recover files or databases.&#160; This is because the backup is in the VM and thus is aware of the data in the VM.<\/li>\n<\/ul>\n<p>Recovering a lost VM with just this approach will be time consuming.&#160; You would have to:<\/p>\n<ul>\n<li>Build a new VM and set up the operating system to be identical to the previous version including service pack.<\/li>\n<li>Do a complete restoration of the backup data.<\/li>\n<li>Test like crazy to ensure everything is OK.<\/li>\n<\/ul>\n<h4>Best of Both Worlds<\/h4>\n<p>The best solution is to do both types of backup.&#160; You can do an on-host backup maybe once a day, once a week or once a month for all VM\u2019s, depending on major changes on those VM\u2019s.&#160; Identify those VM\u2019s that you need to backup\/recover on a granular level, e.g. shared SQL servers, Exchange, file servers, etc.&#160; For those machines you should configure in VM backup.&#160; Of course, there are those VM\u2019s that don\u2019t meet the requirements for on-host backup.&#160; Exclude them from the backup set and set up in-VM backups for them.&#160; It might make sense to do an on-host backup once in a while for these VM\u2019s.&#160; This will require a scheduled maintenance window where you put the VM\u2019s into a saved state to run the backup.&#160; This will allow quicker recoveries in a major disaster for these VM\u2019s.<\/p>\n<p>Here\u2019s how you can handle various recoveries now:<\/p>\n<ul>\n<li>VM destroyed: Recover the last backup of the VM from the host level.&#160; Restore data from in-VM backup that has changes since that on-host backup.&#160; This will bring the VM back up to date, e.g. SQL databases.<\/li>\n<li>Data lost from a VM, e.g. SQL database, files, etc: Recover the data from the in-VM backup.<\/li>\n<li>Host destroyed\/Office Destroyed: Recover the complete on-host backups to another host or another host in another office.&#160; Remember to configure the virtual networks.<\/li>\n<\/ul>\n<h4>Backup Tools<\/h4>\n<p>If you are operating on a shoestring then the solution for you is Windows Server Backup.&#160; You can use this to backup your host and VM\u2019s.&#160; It\u2019s not the prettiest solution but it works.&#160; VM\u2019s that are backed up at the host level that are not compliant with all the requirements will need to be put into a saved state either manually or via a (PowerShell) script.&#160; In VM backup is complicated because you need to provide storage for the backups.&#160; That means using either iSCSI or VHD\u2019s and that adds complexity to your storage solution.<\/p>\n<p>The ideal solution in a Microsoft centric network is Data Protection Manager.&#160; DPM 2007 SP1 can backup Windows Server 2008 hosts and clusters.&#160; It can also backup Windows Server 2008 R2 hosts and clusters.&#160; However the caveat for Windows Server 2008 R2 clusters is that it cannot backup VM\u2019s that are stored on Cluster Shared Volumes (CSV) and it is not Live Migration aware.&#160; DPM 2010 (expected to RTM in Q2 2010 and in beta now) will resolve that.<\/p>\n<p>DPM installs agents on the host and in the VM\u2019s.&#160; Licensing costs are reduced with System Center Enterprise (host and 4 VM\u2019s on the host) and Datacenter (host and all VM\u2019s on the host) CAL\u2019s\/SAL\u2019s.&#160; You can configure protection sets with schedules of your choice and your hosts\/VM\u2019s\/data will be backed up to the disk storage set(s) on the DPM server.&#160; For those VM\u2019s that are not compliant with the Hyper-V VSS\/IC requirements, DPM will automatically put them into a saved state and do the backup.&#160; A nice touch with DPM is that it will allow replication of the backed up data to another DPM server.&#160; This could be in a remote location, e.g. a hosting company, and have a tape drive attached to stream data from disk to tape for archival purposes.&#160; DPM is quite clever with backups.&#160; It backs up at a block level.&#160; It only backs up differences rather than entire files.&#160; It can also compress data on the wire.<\/p>\n<p>What if you\u2019ve made an investment in other backup technologies and want to keep it simple or you have lots of non-Microsoft technology?&#160; You have a few options:<\/p>\n<ul>\n<li>If your backup vendor has Hyper-V VSS compliance then do what I\u2019ve talked about above, picking and choosing between in-VM and on-host backups.&#160; Windows Server 2008 R2 CSV is still pretty new so verify that the vendor also has compliance for that if you are deploying an R2 Hyper-V cluster.<\/li>\n<li>If your backup vendor does not have Hyper-V VSS compliance then you can only do in-VM backups.&#160; It\u2019s not ideal but it\u2019s what you\u2019ve been doing up to now with your physical servers so nothing has changed.&#160; You\u2019re just not able to take advantage of snapshot style functionality at the host level for your VM\u2019s.<\/li>\n<li>Maybe add DPM into the mix for host-level backups only and do daily\/weekly\/monthly backups.&#160; That way you get an \u201ciron\u201d level backup of the VM for those dreaded scenarios when you have to do a complete recovery.<\/li>\n<\/ul>\n<h4>Things To Watch Out For<\/h4>\n<ul>\n<li>Patches.&#160; No matter what your backup solution is, get all of the latest patches.&#160; DPM 2007 SP1 requires a <a href=\"http:\/\/go.microsoft.com\/fwlink\/?LinkId=136583\" target=\"_blank\">hot fix<\/a> for W2008 Hyper-V support.&#160; Install the <a href=\"http:\/\/support.microsoft.com\/kb\/970867\" target=\"_blank\">June 2009 rollup<\/a>.&#160; DPM 2010 requires a <a href=\"https:\/\/aidanfinn.com\/index.php\/2009\/11\/kb975354-w2008-r2-hyper-v-rollup-for-csv-and-vss\/\" target=\"_blank\">hotfix<\/a> on W2008 R2 Hyper-V RTM clusters too.<\/li>\n<li>DPM 2007 SP1 isn\u2019t the completed solution for W2008 R2 clusters due to the lack of support for CSV and lack of Live Migration awareness.&#160; If you are deploying DPM 2007 SP1 on W2008 R2 clusters then have your licensing set up to upgrade to DPM 2010 next year.<\/li>\n<li>The Windows Server Backup approach requires a registry change on the host.&#160; <a href=\"http:\/\/support.microsoft.com\/kb\/958662\" target=\"_blank\">Complete instructions<\/a> are on the MS site.<\/li>\n<li>Even if you only do in-VM backups, ensure your vendor will support it.&#160; Just because it\u2019s in VM and should be pretty much identical to backing up a physical box, it doesn\u2019t mean the vendor will actually support a VM backup.<\/li>\n<li>Test the crap out of this stuff once you have a lab or a pilot set up.<\/li>\n<\/ul>\n<div style=\"padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: inline; float: none; padding-top: 0px\" id=\"scid:0767317B-992E-4b12-91E0-4F059A8CECA8:e16e154f-a1b0-4afd-97da-c694b47bbdca\" class=\"wlWriterEditableSmartContent\">Technorati Tags: <a href=\"http:\/\/technorati.com\/tags\/Windows+Server+2008\" rel=\"tag\">Windows Server 2008<\/a>,<a href=\"http:\/\/technorati.com\/tags\/Windows+Server+2008+R2\" rel=\"tag\">Windows Server 2008 R2<\/a>,<a href=\"http:\/\/technorati.com\/tags\/Backup\" rel=\"tag\">Backup<\/a>,<a href=\"http:\/\/technorati.com\/tags\/DPM\" rel=\"tag\">DPM<\/a>,<a href=\"http:\/\/technorati.com\/tags\/Hyper-V\" rel=\"tag\">Hyper-V<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Because you are dealing with virtual machines you have more options available to you than you did when backing up traditional tin servers.&#160; What approach you take depends on whether you need to recover files, databases or just an entire server, what your budget is and how you configure the storage of your VM\u2019s.&#160; Oh &hellip; <a href=\"https:\/\/aidanfinn.com\/?p=10249\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Hyper-V Backup Strategies&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_uf_show_specific_survey":0,"_uf_disable_surveys":false,"_wpcom_ai_launchpad_first_post":false,"footnotes":""},"categories":[20],"tags":[55,175,181,116,117],"class_list":["post-10249","post","type-post","status-publish","format-standard","hentry","category-hyper-v","tag-backup","tag-dpm","tag-hyper-v","tag-windows-server-2008","tag-windows-server-2008-r2"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.1.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"Because you are dealing with virtual machines you have more options available to you than you did when backing up traditional tin servers. What approach you take depends on whether you need to recover files, databases or just an entire server, what your budget is and how you configure the storage of your VM\u2019s. Oh\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"AFinn\"\/>\n\t<meta name=\"google-site-verification\" content=\"TDKjbi2McB2eLIfL6KwPB3aQqv5E-mbcb2QYIcovGaI\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/aidanfinn.com\/?p=10249\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.1.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_GB\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Aidan Finn, IT Pro - A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"Hyper-V Backup Strategies | Aidan Finn, IT Pro\" \/>\n\t\t<meta property=\"og:description\" content=\"Because you are dealing with virtual machines you have more options available to you than you did when backing up traditional tin servers. What approach you take depends on whether you need to recover files, databases or just an entire server, what your budget is and how you configure the storage of your VM\u2019s. Oh\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/aidanfinn.com\/?p=10249\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2009-12-21T18:00:00+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2009-12-21T18:00:00+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@joe_elway\" \/>\n\t\t<meta name=\"twitter:title\" content=\"Hyper-V Backup Strategies | Aidan Finn, IT Pro\" \/>\n\t\t<meta name=\"twitter:description\" content=\"Because you are dealing with virtual machines you have more options available to you than you did when backing up traditional tin servers. What approach you take depends on whether you need to recover files, databases or just an entire server, what your budget is and how you configure the storage of your VM\u2019s. Oh\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@joe_elway\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=10249#article\",\"name\":\"Hyper-V Backup Strategies | Aidan Finn, IT Pro\",\"headline\":\"Hyper-V Backup Strategies\",\"author\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=10249#articleImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"AFinn\"},\"datePublished\":\"2009-12-21T18:00:00+00:00\",\"dateModified\":\"2009-12-21T18:00:00+00:00\",\"inLanguage\":\"en-GB\",\"commentCount\":4,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=10249#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=10249#webpage\"},\"articleSection\":\"Hyper-V, Backup, DPM, Hyper-V, Windows Server 2008, Windows Server 2008 R2\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=10249#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/aidanfinn.com\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=20#listItem\",\"name\":\"Hyper-V\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=20#listItem\",\"position\":2,\"name\":\"Hyper-V\",\"item\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=20\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=10249#listItem\",\"name\":\"Hyper-V Backup Strategies\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=10249#listItem\",\"position\":3,\"name\":\"Hyper-V Backup Strategies\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?cat=20#listItem\",\"name\":\"Hyper-V\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\",\"name\":\"AFinn\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=10249#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"AFinn\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1\",\"name\":\"AFinn\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=10249#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"AFinn\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=10249#webpage\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/?p=10249\",\"name\":\"Hyper-V Backup Strategies | Aidan Finn, IT Pro\",\"description\":\"Because you are dealing with virtual machines you have more options available to you than you did when backing up traditional tin servers. What approach you take depends on whether you need to recover files, databases or just an entire server, what your budget is and how you configure the storage of your VM\\u2019s. Oh\",\"inLanguage\":\"en-GB\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?p=10249#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/?author=1#author\"},\"datePublished\":\"2009-12-21T18:00:00+00:00\",\"dateModified\":\"2009-12-21T18:00:00+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#website\",\"url\":\"https:\\\/\\\/aidanfinn.com\\\/\",\"name\":\"Aidan Finn, IT Pro\",\"description\":\"A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...\",\"inLanguage\":\"en-GB\",\"publisher\":{\"@id\":\"https:\\\/\\\/aidanfinn.com\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"Hyper-V Backup Strategies | Aidan Finn, IT Pro","description":"Because you are dealing with virtual machines you have more options available to you than you did when backing up traditional tin servers. What approach you take depends on whether you need to recover files, databases or just an entire server, what your budget is and how you configure the storage of your VM\u2019s. Oh","canonical_url":"https:\/\/aidanfinn.com\/?p=10249","robots":"max-image-preview:large","keywords":"","webmasterTools":{"google-site-verification":"TDKjbi2McB2eLIfL6KwPB3aQqv5E-mbcb2QYIcovGaI","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/aidanfinn.com\/?p=10249#article","name":"Hyper-V Backup Strategies | Aidan Finn, IT Pro","headline":"Hyper-V Backup Strategies","author":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"publisher":{"@id":"https:\/\/aidanfinn.com\/#person"},"image":{"@type":"ImageObject","@id":"https:\/\/aidanfinn.com\/?p=10249#articleImage","url":"https:\/\/secure.gravatar.com\/avatar\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g","width":96,"height":96,"caption":"AFinn"},"datePublished":"2009-12-21T18:00:00+00:00","dateModified":"2009-12-21T18:00:00+00:00","inLanguage":"en-GB","commentCount":4,"mainEntityOfPage":{"@id":"https:\/\/aidanfinn.com\/?p=10249#webpage"},"isPartOf":{"@id":"https:\/\/aidanfinn.com\/?p=10249#webpage"},"articleSection":"Hyper-V, Backup, DPM, Hyper-V, Windows Server 2008, Windows Server 2008 R2"},{"@type":"BreadcrumbList","@id":"https:\/\/aidanfinn.com\/?p=10249#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/aidanfinn.com#listItem","position":1,"name":"Home","item":"https:\/\/aidanfinn.com","nextItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=20#listItem","name":"Hyper-V"}},{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=20#listItem","position":2,"name":"Hyper-V","item":"https:\/\/aidanfinn.com\/?cat=20","nextItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?p=10249#listItem","name":"Hyper-V Backup Strategies"},"previousItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?p=10249#listItem","position":3,"name":"Hyper-V Backup Strategies","previousItem":{"@type":"ListItem","@id":"https:\/\/aidanfinn.com\/?cat=20#listItem","name":"Hyper-V"}}]},{"@type":"Person","@id":"https:\/\/aidanfinn.com\/#person","name":"AFinn","image":{"@type":"ImageObject","@id":"https:\/\/aidanfinn.com\/?p=10249#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g","width":96,"height":96,"caption":"AFinn"}},{"@type":"Person","@id":"https:\/\/aidanfinn.com\/?author=1#author","url":"https:\/\/aidanfinn.com\/?author=1","name":"AFinn","image":{"@type":"ImageObject","@id":"https:\/\/aidanfinn.com\/?p=10249#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/65fde4aa9f2ab1cf1514ae320a37ec682d9398ce5791d3c2dd1e8670a71ceea0?s=96&d=mm&r=g","width":96,"height":96,"caption":"AFinn"}},{"@type":"WebPage","@id":"https:\/\/aidanfinn.com\/?p=10249#webpage","url":"https:\/\/aidanfinn.com\/?p=10249","name":"Hyper-V Backup Strategies | Aidan Finn, IT Pro","description":"Because you are dealing with virtual machines you have more options available to you than you did when backing up traditional tin servers. What approach you take depends on whether you need to recover files, databases or just an entire server, what your budget is and how you configure the storage of your VM\u2019s. Oh","inLanguage":"en-GB","isPartOf":{"@id":"https:\/\/aidanfinn.com\/#website"},"breadcrumb":{"@id":"https:\/\/aidanfinn.com\/?p=10249#breadcrumblist"},"author":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"creator":{"@id":"https:\/\/aidanfinn.com\/?author=1#author"},"datePublished":"2009-12-21T18:00:00+00:00","dateModified":"2009-12-21T18:00:00+00:00"},{"@type":"WebSite","@id":"https:\/\/aidanfinn.com\/#website","url":"https:\/\/aidanfinn.com\/","name":"Aidan Finn, IT Pro","description":"A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...","inLanguage":"en-GB","publisher":{"@id":"https:\/\/aidanfinn.com\/#person"}}]},"og:locale":"en_GB","og:site_name":"Aidan Finn, IT Pro - A blog covering Azure, Hyper-V, Windows Server, desktop, systems management, deployment, and so on ...","og:type":"article","og:title":"Hyper-V Backup Strategies | Aidan Finn, IT Pro","og:description":"Because you are dealing with virtual machines you have more options available to you than you did when backing up traditional tin servers. What approach you take depends on whether you need to recover files, databases or just an entire server, what your budget is and how you configure the storage of your VM\u2019s. Oh","og:url":"https:\/\/aidanfinn.com\/?p=10249","article:published_time":"2009-12-21T18:00:00+00:00","article:modified_time":"2009-12-21T18:00:00+00:00","twitter:card":"summary","twitter:site":"@joe_elway","twitter:title":"Hyper-V Backup Strategies | Aidan Finn, IT Pro","twitter:description":"Because you are dealing with virtual machines you have more options available to you than you did when backing up traditional tin servers. What approach you take depends on whether you need to recover files, databases or just an entire server, what your budget is and how you configure the storage of your VM\u2019s. Oh","twitter:creator":"@joe_elway"},"aioseo_meta_data":{"post_id":"10249","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2020-12-21 03:53:16","updated":"2025-06-04 13:40:51","seo_analyzer_scan_date":null,"focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/aidanfinn.com\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/aidanfinn.com\/?cat=20\" title=\"Hyper-V\">Hyper-V<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHyper-V Backup Strategies\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/aidanfinn.com"},{"label":"Hyper-V","link":"https:\/\/aidanfinn.com\/?cat=20"},{"label":"Hyper-V Backup Strategies","link":"https:\/\/aidanfinn.com\/?p=10249"}],"amp_enabled":true,"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/10249","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=10249"}],"version-history":[{"count":0,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=\/wp\/v2\/posts\/10249\/revisions"}],"wp:attachment":[{"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=10249"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=10249"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aidanfinn.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=10249"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}