Skip to main content
SolarWinds MSP
  • Login
  • Support
  • Partnerships
    • Partnerships Overview
    • Solution Provider Program
    • Technology Alliance Program
    • Distributor Program
SolarWinds MSP
  • Products
    • Monitoring & Management
    • N-central Automate. Tackle complex networks. Get remote monitoring and management built for efficiency and scale.
    • RMM Start fast. Grow at your own pace. Try this powerful but easy remote monitoring and management solution.
    • Backup
    • Backup Get data protection for servers, workstations, applications, documents, and Microsoft 365 from one dashboard.
    • Security
    • EDR Defend against ransomware, zero-day attacks, and evolving threats with endpoint detection and response.
    • Mail Assure Leverage mail protection and archiving to keep your users safe from email threats and downtime.
    • Passportal Adopt and enforce best practices for password and documentation management with ease.
    • Tools & Services
    • MSP Manager Increase helpdesk efficiency with a robust PSA, ticketing, reporting, and billing management solution.
    • Take Control Help support customers and their devices with remote support tools designed to be fast and powerful.
    • View All
  • Solutions

    Solutions

    • Security Protect your customers and expand your business by offering layered security services without the complexity.
    • Monitoring Choose the right remote monitoring and management solution to meet you where you are and grow with you.
    • Operational Efficiency Boost profits by improving efficiency via automation, resources and training, and time-saving products.
    • IT Departments Keep your organization productive by easily managing IT from a single, easy-to-use, web-based dashboard.
    • Remote Monitoring Solutions Comparison Compare SolarWinds RMM and N-central side by side. Sign up to talk to a specialist to find the right fit.
    • View All
  • Resources
    • Download
    • Resource Library
    • Product Information
    • Free Tools
    • Learn
    • MSP Institute Webinar Series
    • Daily Live Demos
    • MSP Advice Project
    • Ask the N-central Experts
    • Upcoming Webcasts
    • Connect
    • Blog
    • Security Resource Center
    • Events
    • RMM Foundations Training
  • About
    • Company
    • About Us
    • Leadership
    • Careers
    • News & Press
    • Awards & Recognition
    • Support & Policies
    • Customer Success
    • Customer Support
    • Legal
    • Security
    • Get in Touch
    • Contact
    • Get a Quote
    • Worldwide Sales & Support
  • IT Departments
  • Contact Sales
    • Contact Sales
    • General Inquiry
    • Get a Quote
    • Worldwide Sales & Support
    • Talk to Specialist
    • Security Solutions
    • Monitoring Solutions
    • Operational Efficiency
  • Try Now
    • Monitoring & Management
    • N-central
    • RMM
    • Backup
    • Security
    • EDR
    • Mail Assure
    • Passportal
    • Tools & Services
    • MSP Manager
    • Take Control
  • Request a Quote
  • Try Now
    • SolarWinds RMM
    • SolarWinds N-central
    • SolarWinds Backup
    • MSP Manager
    • SolarWinds Mail Assure
    • SolarWinds Passportal
    • SolarWinds Risk Intelligence
    • SolarWinds Take Control
Request quote
Filter Blogs
  • Filter by:
  • MSP Business
    • Automation
    • Backup & Disaster Recovery
    • Security-series
    • Best Practices
    • Business
    • Business Growth
    • Business Risk
    • Cloud Computing
    • Customer Service
    • Cybersecurity
    • Cybersecurity Awareness Month
    • Data
    • GDPR
    • Internet of Things
    • IT Support
    • ITSM
    • LOGICcards
    • Machine Learning
    • Mail
    • Managed Services
    • Marketing
    • Mobile
    • Networking
    • Operations
    • Podcast
    • Product
    • PSA
    • Remote Management
    • Research & Trends
    • Risk Intelligence
    • Security
    • Security Vlog
    • Service Desk
    • Services & Support
    • The Head Nerds
    • Tips & Advice
    • Training
Home Blog MSP Business How to Back up Hyper-V Virtual Machines
Virtual backups
MSP Business

How to Back up Hyper-V Virtual Machines

By Brien Posey
25 May, 2016

As is the case with other server virtualization platforms, such as VMware, Hyper-V virtual machines can be backed up in a variety of different ways. Microsoft’s preferred method of backing up Hyper-V involves creating a host level backup. 

A host level backup is a backup that is made against a Hyper-V host server, and includes all of the virtual machines that exist on the host. As an alternative, Hyper-V virtual machines can be backed up at the guest level, which typically involves installing a backup agent onto a virtual server’s operating system, and backing up the virtual server as if it were running on physical hardware.

Creating host level backups

There are a variety of reasons why Microsoft recommends creating host level backups. For instance, host level backups tend to be easier to manage than guest level backups because organizations tend to deploy large numbers of virtual machines, but relatively few Hyper-V servers. An arguably more important reason for backing up Hyper-V virtual machines at the host level is that guest level backups capture the contents of a virtual machine’s virtual hard disks, but do not include external virtual machine components such as the virtual machine’s checkpoints or hardware allocation. As such, guest level backups can only be restored to an existing virtual machine (although an empty VM can be created just prior to restoration).

When a host level backup is created, virtual machines are backed up using one of two methods. One such method is known as the Saved State method. When the Saved State method is used, the Volume Shadow Copy Service communicates to Hyper-V that it is about to make a backup. Hyper-V responds by momentarily placing virtual machines into a saved state and then creating a checkpoint. As soon as the checkpoint has been created (which typically only takes a few seconds), the virtual machine is returned to its previous state. This checkpoint process allows the backup software to create a backup of a virtual machine without concern that the virtual hard drive’s contents will be modified while the backup is in progress.

The other method that can be used to back up a Hyper-V virtual machine is the Child VM Snapshot method. Like the Saved State method, the Child VM Snapshot method depends on the use of checkpoints. However, the Child VM Snapshot method has a greater level of virtual machine awareness than the Saved State method does, and the backup process does not typically incur a service interruption because the virtual machine is never placed into a saved state.

The snapshot method

The Child VM Snapshot method is the preferred method for backing up virtual machines.  However, this method can only be used if the virtual machine that is being backed up meets certain criteria. Otherwise, the Saved State method will be used instead.

The first requirement for creating a Child VM Snapshot backup is that the Hyper-V Integration Services must be running on the virtual machine that is being backed up. The Integration Services are a collection of drivers that allow the virtual machine to communicate with the Hypervisor, and work similarly to the VMware Tools. The Hyper-V Integration Services are a collection of services which can be enabled or disabled individually. In order to create a Child VM Snapshot backup of a virtual machine, the virtual machine’s Backup (Volume Checkpoint) integration service must be enabled.

A second requirement is that the virtual machine must be configured to store checkpoints on the same physical volume as the virtual machine’s virtual hard disk. For example, if a virtual machine’s virtual hard disks are stored on the host’s F: drive, then the host must be configured to store checkpoints on F: as well.

Another requirement is that the virtual machine must be configured to treat storage as basic disks rather than dynamic disks. This requirement has nothing to do with dynamically expanding virtual hard disks or thin provisioning, but rather the way that storage is configured within the virtual machine. The VM’s operating system must be configured to treat all hard disks as basic disks. These disks must also be formatted with a file system that supports the use of checkpoints (such as NTFS).

One final requirement is that the virtual machine must be in a running state if the Child VM Snapshot backup method is to be used. If a VM is powered off or is already in a saved state, then Hyper-V resorts to using the Saved State method, which is non-disruptive for virtual machines that are not running.

Incidentally, the selection of backup methods is internal to the backup software. A backup application won’t ask the backup operator which method to use. Instead, it will check to see if the virtual machine meets the criteria for performing a Child VM Snapshot backup. If VM does not meet the criteria, then the Saved State method will be used instead.

 

Notes:

MAX Backup uses the Microsoft Volume Shadow Copy Service (VSS) to prepare the virtual machine for backup. When the virtual machine meets the requirements, a Child VM Snapshot is created. This will ensures the installed (VSS aware) applications, like Exchange and SQL server, are ready to be backed up.

Host-level backups are only possible when the Managed Backup Provider has access to the hypervisor management layer. Also, with the use of host-level backups, defining backup selection is in most cases limited. For example it is not possible to deselect some less important directories or filter files based on extensions. 

For more information on MAX Backup, click here

You might also like...
MSP Business

Understanding bandwidth throttling for backup

MSP Business

What are your options when a patch goes wrong?

MSP Business

How to Change Backup Software

MSP Business

A step-by-step guide to backup strategy for small business

MSP Business

Backup Rule of 3: Simplifying backup and DR in 3 easy steps

MSP Business

How to keep your IT skills up to date

Want to stay up to date?

Get the latest MSP tips, tricks, and ideas sent to your inbox each week.

Loading form....

If the form does not load in a few seconds, it is probably because your browser is using Tracking Protection. This is either an Ad Blocker plug-in or your browser is in private mode. Please allow tracking on this page to request a subscription.

Note: Firefox users may see a shield icon to the left of the URL in the address bar. Click on this to disable tracking protection for this session/site

Recent Posts
  • Three things I learned working for an MSP
  • Earning word-of-mouth referrals for your IT business
  • Backup automation part 1: Deploying backup devices
  • Ultimate Guide: MySQL Backup
  • Most common automation requests and how to solve them: Ep 2
Categories:
  • Security (240)
  • Tips & Advice (130)
  • Best Practices (97)
  • Backup & Disaster Recovery (96)
  • Managed Services (89)
  • The Head Nerds (82)
  • Business Growth (79)
  • IT Support (43)
  • Business (41)
  • Automation (40)
  • Operations (38)
  • Cybersecurity (37)
  • Mail (33)
  • Remote Management (30)
  • ITSM (26)
  • Networking (22)
  • Cloud Computing (21)
  • Data (21)
  • Marketing (15)
  • PSA (13)
  • Product (11)
  • Service Desk (6)
  • Services & Support (5)
  • Mobile (4)
  • Risk Intelligence (4)
  • GDPR (3)
  • Internet of Things (3)
  • Customer Service (3)
  • Research & Trends (2)
  • Training (2)
  • Business Risk (1)
  • LOGICcards (1)
  • Cybersecurity Awareness Month (1)
Show moreless
SolarWinds MSP

Products
  • SolarWinds RMM
  • SolarWinds N-central
  • SolarWinds Backup
  • SolarWinds EDR
  • SolarWinds MSP Manager
  • SolarWinds Mail Assure
  • SolarWinds Risk Intelligence
  • SolarWinds Take Control
  • SolarWinds Passportal
  • All Products Use Cases
Solutions
  • Security Solutions
  • Monitoring Solutions
  • Efficiency Solutions
  • Identify which RMM solution is right for me
  • Drive Efficiency with Automation
  • Manage my MSP Business More Efficiently
  • Manage my IT Department More Efficiently
  • Layered Security
  • Cross-Platform Support
  • Data-Driven Insights
About
  • About Us
  • Careers
  • Newsroom
  • Leadership Team
  • Upcoming Events
  • Subscription Preferences
  • SolarWinds
  • SolarWinds Trust Center
  • COVID-19 Response
Support
  • SolarWinds RMM
  • Solarwinds N-central
  • SolarWinds Backup
  • SolarWinds Mail Assure
  • SolarWinds Take Control
  • SolarWinds MSP Manager
  • Solarwinds Risk Intelligence
  • Solarwinds Threat Monitor
  • SolarWinds Passportal
  • SolarWinds Take Control Downloads
  • Backup & Recovery Downloads
  • Service Status

Footer 2

  • Legal Documents
  • Privacy
  • California Privacy Rights
  • Security Information
  • Sitemap

© SolarWinds MSP Canada ULC and SolarWinds MSP UK Ltd.
All Rights Reserved.