SlideShare a Scribd company logo
1 of 28
Best Practices for
Hyper-V Backups

Greg Shields, MVP
Senior Partner
Concentrated Technology

www.ConcentratedTech.com
@ConcentratdGreg
About the speaker
 Over 15 years of Windows experience.
   ● Administrator – Managed environments ranging from a few dozen to
     many thousands of users…
   ● Consultant – Hands-on and Strategic…
   ● Speaker – TechMentor, Tech Ed, Windows Connections, MMS,
     VMworld, ISACA, others…
   ● Analyst/Author – Fourteen books and counting…
   ● Columnist – TechNet Magazine, Redmond Magazine,
     Windows IT Pro Magazine, TechTarget Online, others…
   ● All-around good guy…
Honesty Moment: This Isn’t Fun.
 Hyper-V backups are not as trivial as they might seem.
   ●   Hyper-V host requires backup
   ●   Virtual machines require backup
   ●   Files inside VMs require backup
   ●   System State requires backup


 Bad decisions mean Hyper-V backups might not back
  up with the granularity you might need.
   ●   “I need to grab a file off a VM.”
   ●   “I need to restore a SQL database or a database row in a VM.”
   ●   “I need to recover an individual email from Exchange.”
   ●   “I need to bring back a VM from a specific point in time.”
Your Steps in Constructing the Right Solution
1. Determine what you want to backup.
   ● Files and folders?
   ● Applications?
   ● Entire virtual machines?
2. Determine from where you want to backup.
   ● Virtualization introduces “perspective” with backups.
3. Determine how you want to backup.
   ● Understanding backups means understanding VSS.
4. Determine with what will you backup.
   ● Native tools?
   ● Third-party solutions?
Step 1: What do you want to backup?
 Virtualization adds to the number of objects that could
  potentially be backed up.
   ●   Files                           Files and Folders
   ●   Folders
   ●   Application objects               Applications
   ●   Applications
   ●   Operating systems
                                      Operating System
   ●   Virtual machines
   ●   Virtual host
   ●   Virtual cluster                    Hypervisor


                                         Virtual Host


                                           Storage
Hyper-V is Unique: The vSphere Architecture
Hyper-V is Unique: The Hyper-V Architecture
Step 2: From Where do you want to backup?
     “Perspectives”
Perspective Drives Backup Agent Location




                               Agent in the
                             Primary Partition
Perspective Drives Backup Agent Location




      Agent inside the
      Virtual Machine
Perspective Drives Backup Agent Location




          Agent within the
           Storage Layer
Perspective Drives Backup Agent Location




           Cluster Aware
               Agent
Some Perspectives Can’t Deliver


 Greater granularity with some perspectives.
 Less granularity with others.

 Less backup/restore effort with some perspectives.
 More backup/restore effort with others.

 Some perspectives can’t deliver on
                         what you want to backup.
Step 3: How do you want to backup?


 Backing up just files and folders is easy.

 Everything else requires the assistance of the Microsoft
  Volume Shadow Copy Service, VSS.
   ● Originally used to create volume snapshots for user self-service
     restores. Remember the “Previous Versions” client?
   ● Now a major component of all application-aware backups.
VSS Enables the How
 VSS is a Windows service that interacts with installed
  applications…
   ● …to inform applications that a backup is about to occur.
   ● …to report when the backup is complete.
   ● …to instruct applications to perform post-backup tasks such as
     truncating logs and cleanup activities.


 The first job of VSS is quiescence.
   ● Quiescence = “quieting”.
   ● Coordinates backup jobs with applications to ensure successful
     backups without data corruption.
 The second job of VSS is coordination.
   ● Between applications, their data, and backup activities.
   ● Between backups and storage.
VSS Enables the How
 VSS is used when transactional-based applications
  installed to Windows servers require backups.
   ● Exchange, SQL, AD, Oracle, others…
 Virtual machines are a kind of transactional-based
  application.
   ● Virtual machines require quiescence for proper backup.
   ● Think of VHD files like little transactional databases.
   ● If anything changes in that database while you’re backing it up, you’ll
     end up with corruption.
   ● Things are constantly changing in VDK files!
VSS’ Three Components, Single Server



                VSS Writer                                 VSS Requestor
Microsoft Exchange
                                                                 Backup Application
    SQL Server               Volume Shadow
      Oracle                  Copy Service
 Active Directory
     Others...



                              VSS Provider
                                             Operating System
                                              Storage Array




                               Disk Volume
VSS’ Three Components, Hyper-V
                Virtual Machine



                    VSS Writer
 Microsoft Exchange
        Etc...



                    VSS Writer                                  VSS Requestor
                                                                       Windows Server
   Hyper-V Writer
                                  Volume Shadow                           Backup
                                   Copy Service




                                   VSS Provider
                                                  Operating System
                                                   Storage Array




                                    Disk Volume
Disk Types Impact Backups
 Hyper-V can support many different types of disks.
  Different types require different backup approaches.
   ●   Fixed-size VHDs
   ●   Dynamically expanding VHDs
   ●   Passthrough Disks
   ●   iSCSI Direct Disks
Step 4: With what do you want to backup?
 Your options abound…
  ● Windows Server Backup
  ● Everything Else
Windows Server Backup, a Minimal Solution
 Windows Server Backup is Microsoft’s native solution
  for backing up Windows Server 2008/R2 and Hyper-V.
   ●   Disk-to-disk backup solution.
   ●   Designed for small environments, limited uses.
   ●   Single-server focus.
   ●   Disk Volume focus.

   ● No direct restorability for VMs.
   ● No direct restorability for files.
   ● No direct restorability for application objects.
VM Backup via Windows Server Backup
 Register the Hyper-V VSS Writer with WSB.
   ● Click Start, click Run, type regedit, and then click OK.
   ● Locate the following registry key:
       − HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows
          NTCurrentVersion
   ● Right-click CurrentVersion, point to New, and then click Key.
   ● Type WindowsServerBackup, and then press ENTER.
   ● Right-click WindowsServerBackup, point to New, and then click Key.
   ● Type Application Support, and then press ENTER.
   ● Right-click Application Support, point to New, and then click Key.
   ● Type {66841CD4-6DED-4F4B-8F17-FD23F8DDC3DE}, and then press
     ENTER.
   ● Right-click {66841CD4-6DED-4F4B-8F17-FD23F8DDC3DE}, point to
     New, and then click String Value.
   ● Type Application Identifier, and then press ENTER.
   ● Right-click Application Identifier, and then click Modify.
   ● In the Value data box, type Hyper-V, and then click OK.
   ● On the File menu, click Exit.
VM Backup via Windows Server Backup
WSB’s Idiosyncrasies
 WSB must back up all volumes hosting VM files.
   ● If VM configuration files are on the D: volume…
   ● …and the VHD files are on the E: volume…
   ● …then you must back up both the D: and E: volumes.
 WSB can either dedicate a drive to backups, or it will
  overwrite old data with each backup.

 WSB cannot restore individual VMs.
 Cluster Shared Volumes cannot be backed up by WSB.
 VMs that contain two or more snapshots will not be
  automatically restored.
   ● Requires manual intervention.
VSS’ Idiosyncrasies
 Disk types impact backups!
   ●   Passthrough disks cannot be backed up by the Hyper-V VSS writer.
   ●   iSCSI Direct LUNs cannot be backed up by the Hyper-V VSS writer.
   ●   iSCSI LUNs attached to the primary partition can be backed up.
   ●   VMs that contain dynamic disks must be backed up offline.


 Saved State backups will cause periods of downtime.
   ● Saved State backups occur when VMs don’t meet VSS requirements.
      − Missing Integration Services
      − Running OSs that lack VSS support
   ● Saved State downtime occurs during VSS snapshot creation.
Third Party Solutions, or,
                “What WSB Got Wrong”
 Boy, they sure didn’t make it easy.

   ●   Granular backup and restore.
   ●   Minutes of RTO, not “from yesterday”.
   ●   Changed block tracking
   ●   Deduplication, and compression.
   ●   Consolidation of perspectives.
        − One solution for restoring files, folders, application objects,
          and virtual machines.
        − One solution for backing up data, irrespective of disk type,
          connection, or location.

   ● Dead simplicity.
Best Practices for
Hyper-V Backups

Greg Shields, MVP
Senior Partner
Concentrated Technology

www.ConcentratedTech.com
@ConcentratdGreg
Enjoy and share this material

 Feel free to promote this material
 Recommend your peers to pass certification
 Blog, Tweet and share this material and your experience on Facebook
 You’re an Expert? We will be happy to have you as Backup Academy
  contributor. Apply here.



          Web: http://www.backupacademy.com
          E-mail: feedback@backupacademy.com
          Twitter: BckpAcademy
          Facebook: backup.academy

More Related Content

What's hot

Backup & restore in windows
Backup & restore in windowsBackup & restore in windows
Backup & restore in windowsJab Vtl
 
IMC Summit 2016 Keynote - Arthur Sainio - NVDIMM: Changes are Here So What’s ...
IMC Summit 2016 Keynote - Arthur Sainio - NVDIMM: Changes are Here So What’s ...IMC Summit 2016 Keynote - Arthur Sainio - NVDIMM: Changes are Here So What’s ...
IMC Summit 2016 Keynote - Arthur Sainio - NVDIMM: Changes are Here So What’s ...In-Memory Computing Summit
 
TECHNICAL BRIEF▶NetBackup Appliance AutoSupport for NetBackup 5330
TECHNICAL BRIEF▶NetBackup Appliance AutoSupport for NetBackup 5330TECHNICAL BRIEF▶NetBackup Appliance AutoSupport for NetBackup 5330
TECHNICAL BRIEF▶NetBackup Appliance AutoSupport for NetBackup 5330Symantec
 
TECHNICAL WHITE PAPER▶Symantec Backup Exec 2014 Blueprints - OST Powered Appl...
TECHNICAL WHITE PAPER▶Symantec Backup Exec 2014 Blueprints - OST Powered Appl...TECHNICAL WHITE PAPER▶Symantec Backup Exec 2014 Blueprints - OST Powered Appl...
TECHNICAL WHITE PAPER▶Symantec Backup Exec 2014 Blueprints - OST Powered Appl...Symantec
 
Symantec Backup Exec 2010 and NetBackup 7
Symantec Backup Exec 2010 and NetBackup 7Symantec Backup Exec 2010 and NetBackup 7
Symantec Backup Exec 2010 and NetBackup 7Symantec
 
Backup and recovery
Backup and recoveryBackup and recovery
Backup and recoverydhawal mehta
 
TECHNICAL WHITE PAPER▶NetBackup 5330 Resiliency/High Availability Attributes
TECHNICAL WHITE PAPER▶NetBackup 5330 Resiliency/High Availability AttributesTECHNICAL WHITE PAPER▶NetBackup 5330 Resiliency/High Availability Attributes
TECHNICAL WHITE PAPER▶NetBackup 5330 Resiliency/High Availability AttributesSymantec
 
Must Read HP Data Protector Interview Questions
Must Read HP Data Protector Interview QuestionsMust Read HP Data Protector Interview Questions
Must Read HP Data Protector Interview QuestionsLaxman J
 
White Paper: EMC VNXe Data Protection — A Detailed Review
White Paper: EMC VNXe Data Protection — A Detailed Review   White Paper: EMC VNXe Data Protection — A Detailed Review
White Paper: EMC VNXe Data Protection — A Detailed Review EMC
 
Better Backup For All Symantec Appliances NetBackup 5220 Backup Exec 3600 May...
Better Backup For All Symantec Appliances NetBackup 5220 Backup Exec 3600 May...Better Backup For All Symantec Appliances NetBackup 5220 Backup Exec 3600 May...
Better Backup For All Symantec Appliances NetBackup 5220 Backup Exec 3600 May...Symantec
 
Acroknight the Caribbean Data Backup solution presentation October 2013
Acroknight the Caribbean Data Backup solution presentation October 2013Acroknight the Caribbean Data Backup solution presentation October 2013
Acroknight the Caribbean Data Backup solution presentation October 2013Steven Williams
 
Training netbackup6x2
Training netbackup6x2Training netbackup6x2
Training netbackup6x2M Shariff
 
White Paper: EMC FAST Cache — A Detailed Review
White Paper: EMC FAST Cache — A Detailed Review   White Paper: EMC FAST Cache — A Detailed Review
White Paper: EMC FAST Cache — A Detailed Review EMC
 
Accel - EMC - Data Domain Series
Accel - EMC - Data Domain SeriesAccel - EMC - Data Domain Series
Accel - EMC - Data Domain Seriesaccelfb
 
Webinar: Is Your Storage Ready for Disaster?
Webinar: Is Your Storage Ready for Disaster?Webinar: Is Your Storage Ready for Disaster?
Webinar: Is Your Storage Ready for Disaster?Storage Switzerland
 
Presentation on backup and recoveryyyyyyyyyyyyy
Presentation on backup and recoveryyyyyyyyyyyyyPresentation on backup and recoveryyyyyyyyyyyyy
Presentation on backup and recoveryyyyyyyyyyyyyTehmina Gulfam
 
AITP July 2012 Presentation - Disaster Recovery - Business + Technology
AITP July 2012 Presentation - Disaster Recovery - Business + TechnologyAITP July 2012 Presentation - Disaster Recovery - Business + Technology
AITP July 2012 Presentation - Disaster Recovery - Business + TechnologyAndrew Miller
 

What's hot (20)

Backup & restore in windows
Backup & restore in windowsBackup & restore in windows
Backup & restore in windows
 
IMC Summit 2016 Keynote - Arthur Sainio - NVDIMM: Changes are Here So What’s ...
IMC Summit 2016 Keynote - Arthur Sainio - NVDIMM: Changes are Here So What’s ...IMC Summit 2016 Keynote - Arthur Sainio - NVDIMM: Changes are Here So What’s ...
IMC Summit 2016 Keynote - Arthur Sainio - NVDIMM: Changes are Here So What’s ...
 
TECHNICAL BRIEF▶NetBackup Appliance AutoSupport for NetBackup 5330
TECHNICAL BRIEF▶NetBackup Appliance AutoSupport for NetBackup 5330TECHNICAL BRIEF▶NetBackup Appliance AutoSupport for NetBackup 5330
TECHNICAL BRIEF▶NetBackup Appliance AutoSupport for NetBackup 5330
 
TECHNICAL WHITE PAPER▶Symantec Backup Exec 2014 Blueprints - OST Powered Appl...
TECHNICAL WHITE PAPER▶Symantec Backup Exec 2014 Blueprints - OST Powered Appl...TECHNICAL WHITE PAPER▶Symantec Backup Exec 2014 Blueprints - OST Powered Appl...
TECHNICAL WHITE PAPER▶Symantec Backup Exec 2014 Blueprints - OST Powered Appl...
 
Symantec Backup Exec 2010 and NetBackup 7
Symantec Backup Exec 2010 and NetBackup 7Symantec Backup Exec 2010 and NetBackup 7
Symantec Backup Exec 2010 and NetBackup 7
 
Backup and recovery
Backup and recoveryBackup and recovery
Backup and recovery
 
TECHNICAL WHITE PAPER▶NetBackup 5330 Resiliency/High Availability Attributes
TECHNICAL WHITE PAPER▶NetBackup 5330 Resiliency/High Availability AttributesTECHNICAL WHITE PAPER▶NetBackup 5330 Resiliency/High Availability Attributes
TECHNICAL WHITE PAPER▶NetBackup 5330 Resiliency/High Availability Attributes
 
Must Read HP Data Protector Interview Questions
Must Read HP Data Protector Interview QuestionsMust Read HP Data Protector Interview Questions
Must Read HP Data Protector Interview Questions
 
RAID and LVM
RAID and LVMRAID and LVM
RAID and LVM
 
White Paper: EMC VNXe Data Protection — A Detailed Review
White Paper: EMC VNXe Data Protection — A Detailed Review   White Paper: EMC VNXe Data Protection — A Detailed Review
White Paper: EMC VNXe Data Protection — A Detailed Review
 
Better Backup For All Symantec Appliances NetBackup 5220 Backup Exec 3600 May...
Better Backup For All Symantec Appliances NetBackup 5220 Backup Exec 3600 May...Better Backup For All Symantec Appliances NetBackup 5220 Backup Exec 3600 May...
Better Backup For All Symantec Appliances NetBackup 5220 Backup Exec 3600 May...
 
Backup
BackupBackup
Backup
 
Acroknight the Caribbean Data Backup solution presentation October 2013
Acroknight the Caribbean Data Backup solution presentation October 2013Acroknight the Caribbean Data Backup solution presentation October 2013
Acroknight the Caribbean Data Backup solution presentation October 2013
 
Training netbackup6x2
Training netbackup6x2Training netbackup6x2
Training netbackup6x2
 
White Paper: EMC FAST Cache — A Detailed Review
White Paper: EMC FAST Cache — A Detailed Review   White Paper: EMC FAST Cache — A Detailed Review
White Paper: EMC FAST Cache — A Detailed Review
 
Accel - EMC - Data Domain Series
Accel - EMC - Data Domain SeriesAccel - EMC - Data Domain Series
Accel - EMC - Data Domain Series
 
FlashMemorySummit_2015_NVMFS
FlashMemorySummit_2015_NVMFSFlashMemorySummit_2015_NVMFS
FlashMemorySummit_2015_NVMFS
 
Webinar: Is Your Storage Ready for Disaster?
Webinar: Is Your Storage Ready for Disaster?Webinar: Is Your Storage Ready for Disaster?
Webinar: Is Your Storage Ready for Disaster?
 
Presentation on backup and recoveryyyyyyyyyyyyy
Presentation on backup and recoveryyyyyyyyyyyyyPresentation on backup and recoveryyyyyyyyyyyyy
Presentation on backup and recoveryyyyyyyyyyyyy
 
AITP July 2012 Presentation - Disaster Recovery - Business + Technology
AITP July 2012 Presentation - Disaster Recovery - Business + TechnologyAITP July 2012 Presentation - Disaster Recovery - Business + Technology
AITP July 2012 Presentation - Disaster Recovery - Business + Technology
 

Similar to Best practices for Hyper-V backups by Greg Shields

Microsoft Windows Server 2012 R2 Hyper V server overview
Microsoft Windows Server 2012 R2 Hyper V server overviewMicrosoft Windows Server 2012 R2 Hyper V server overview
Microsoft Windows Server 2012 R2 Hyper V server overviewaboobakar sanjar
 
Windows 2008 R2 Virtualization
Windows 2008  R2  VirtualizationWindows 2008  R2  Virtualization
Windows 2008 R2 VirtualizationEduardo Castro
 
Storage and hyper v - the choices you can make and the things you need to kno...
Storage and hyper v - the choices you can make and the things you need to kno...Storage and hyper v - the choices you can make and the things you need to kno...
Storage and hyper v - the choices you can make and the things you need to kno...Louis Göhl
 
How can RAID make your server more reliable- How can Hyper-V make back.docx
How can RAID make your server more reliable- How can Hyper-V make back.docxHow can RAID make your server more reliable- How can Hyper-V make back.docx
How can RAID make your server more reliable- How can Hyper-V make back.docxhamblymarta
 
BlueHat v17 || Securing Windows Defender Application Guard
BlueHat v17 || Securing Windows Defender Application Guard BlueHat v17 || Securing Windows Defender Application Guard
BlueHat v17 || Securing Windows Defender Application Guard BlueHat Security Conference
 
Hyper-V Virtual Machine Mobility
Hyper-V Virtual Machine MobilityHyper-V Virtual Machine Mobility
Hyper-V Virtual Machine MobilityPaulo Freitas
 
Hyper-V Virtual Machine Mobility
Hyper-V Virtual Machine MobilityHyper-V Virtual Machine Mobility
Hyper-V Virtual Machine MobilityPaulo Freitas
 
VMworld 2013: Successfully Virtualize Microsoft Exchange Server
VMworld 2013: Successfully Virtualize Microsoft Exchange Server VMworld 2013: Successfully Virtualize Microsoft Exchange Server
VMworld 2013: Successfully Virtualize Microsoft Exchange Server VMworld
 
Docker and containers : Disrupting the virtual machine(VM)
Docker and containers : Disrupting the virtual machine(VM)Docker and containers : Disrupting the virtual machine(VM)
Docker and containers : Disrupting the virtual machine(VM)Rama Krishna B
 
Sdwest2008 V101 F Dpowerpoint Final
Sdwest2008 V101 F Dpowerpoint FinalSdwest2008 V101 F Dpowerpoint Final
Sdwest2008 V101 F Dpowerpoint FinalStephen Rose
 
Private Cloud Academy: Backup and DPM 2010
Private Cloud Academy: Backup and DPM 2010Private Cloud Academy: Backup and DPM 2010
Private Cloud Academy: Backup and DPM 2010Aidan Finn
 
The Lies We Tell Our Code (#seascale 2015 04-22)
The Lies We Tell Our Code (#seascale 2015 04-22)The Lies We Tell Our Code (#seascale 2015 04-22)
The Lies We Tell Our Code (#seascale 2015 04-22)Casey Bisson
 
Practical Implementation of Virtual Machine
Practical Implementation of Virtual MachinePractical Implementation of Virtual Machine
Practical Implementation of Virtual MachineRubal Sagwal
 
Com day how to bring windows azure portal to your datacenter
Com day   how to bring windows azure portal to your datacenterCom day   how to bring windows azure portal to your datacenter
Com day how to bring windows azure portal to your datacenterChristopher Keyaert
 
Hyper-V vs. vSphere: Understanding the Differences
Hyper-V vs. vSphere: Understanding the DifferencesHyper-V vs. vSphere: Understanding the Differences
Hyper-V vs. vSphere: Understanding the DifferencesSolarWinds
 
HA/DR options with SQL Server in Azure and hybrid
HA/DR options with SQL Server in Azure and hybridHA/DR options with SQL Server in Azure and hybrid
HA/DR options with SQL Server in Azure and hybridJames Serra
 
Virtualization_TechTalk
Virtualization_TechTalkVirtualization_TechTalk
Virtualization_TechTalkArif k
 
Microsoft (Virtualization 2008)
Microsoft (Virtualization 2008)Microsoft (Virtualization 2008)
Microsoft (Virtualization 2008)Vinayak Hegde
 
Top Hyper-V Implementation Issues
Top Hyper-V Implementation IssuesTop Hyper-V Implementation Issues
Top Hyper-V Implementation IssuesAidan Finn
 

Similar to Best practices for Hyper-V backups by Greg Shields (20)

Microsoft Windows Server 2012 R2 Hyper V server overview
Microsoft Windows Server 2012 R2 Hyper V server overviewMicrosoft Windows Server 2012 R2 Hyper V server overview
Microsoft Windows Server 2012 R2 Hyper V server overview
 
Windows 2008 R2 Virtualization
Windows 2008  R2  VirtualizationWindows 2008  R2  Virtualization
Windows 2008 R2 Virtualization
 
Storage and hyper v - the choices you can make and the things you need to kno...
Storage and hyper v - the choices you can make and the things you need to kno...Storage and hyper v - the choices you can make and the things you need to kno...
Storage and hyper v - the choices you can make and the things you need to kno...
 
How can RAID make your server more reliable- How can Hyper-V make back.docx
How can RAID make your server more reliable- How can Hyper-V make back.docxHow can RAID make your server more reliable- How can Hyper-V make back.docx
How can RAID make your server more reliable- How can Hyper-V make back.docx
 
Hyper v r2 deep dive
Hyper v r2 deep diveHyper v r2 deep dive
Hyper v r2 deep dive
 
BlueHat v17 || Securing Windows Defender Application Guard
BlueHat v17 || Securing Windows Defender Application Guard BlueHat v17 || Securing Windows Defender Application Guard
BlueHat v17 || Securing Windows Defender Application Guard
 
Hyper-V Virtual Machine Mobility
Hyper-V Virtual Machine MobilityHyper-V Virtual Machine Mobility
Hyper-V Virtual Machine Mobility
 
Hyper-V Virtual Machine Mobility
Hyper-V Virtual Machine MobilityHyper-V Virtual Machine Mobility
Hyper-V Virtual Machine Mobility
 
VMworld 2013: Successfully Virtualize Microsoft Exchange Server
VMworld 2013: Successfully Virtualize Microsoft Exchange Server VMworld 2013: Successfully Virtualize Microsoft Exchange Server
VMworld 2013: Successfully Virtualize Microsoft Exchange Server
 
Docker and containers : Disrupting the virtual machine(VM)
Docker and containers : Disrupting the virtual machine(VM)Docker and containers : Disrupting the virtual machine(VM)
Docker and containers : Disrupting the virtual machine(VM)
 
Sdwest2008 V101 F Dpowerpoint Final
Sdwest2008 V101 F Dpowerpoint FinalSdwest2008 V101 F Dpowerpoint Final
Sdwest2008 V101 F Dpowerpoint Final
 
Private Cloud Academy: Backup and DPM 2010
Private Cloud Academy: Backup and DPM 2010Private Cloud Academy: Backup and DPM 2010
Private Cloud Academy: Backup and DPM 2010
 
The Lies We Tell Our Code (#seascale 2015 04-22)
The Lies We Tell Our Code (#seascale 2015 04-22)The Lies We Tell Our Code (#seascale 2015 04-22)
The Lies We Tell Our Code (#seascale 2015 04-22)
 
Practical Implementation of Virtual Machine
Practical Implementation of Virtual MachinePractical Implementation of Virtual Machine
Practical Implementation of Virtual Machine
 
Com day how to bring windows azure portal to your datacenter
Com day   how to bring windows azure portal to your datacenterCom day   how to bring windows azure portal to your datacenter
Com day how to bring windows azure portal to your datacenter
 
Hyper-V vs. vSphere: Understanding the Differences
Hyper-V vs. vSphere: Understanding the DifferencesHyper-V vs. vSphere: Understanding the Differences
Hyper-V vs. vSphere: Understanding the Differences
 
HA/DR options with SQL Server in Azure and hybrid
HA/DR options with SQL Server in Azure and hybridHA/DR options with SQL Server in Azure and hybrid
HA/DR options with SQL Server in Azure and hybrid
 
Virtualization_TechTalk
Virtualization_TechTalkVirtualization_TechTalk
Virtualization_TechTalk
 
Microsoft (Virtualization 2008)
Microsoft (Virtualization 2008)Microsoft (Virtualization 2008)
Microsoft (Virtualization 2008)
 
Top Hyper-V Implementation Issues
Top Hyper-V Implementation IssuesTop Hyper-V Implementation Issues
Top Hyper-V Implementation Issues
 

More from Veeam Software

The Voice of the Customer - How to enable Availability for the Always-On Ente...
The Voice of the Customer - How to enable Availability for the Always-On Ente...The Voice of the Customer - How to enable Availability for the Always-On Ente...
The Voice of the Customer - How to enable Availability for the Always-On Ente...Veeam Software
 
Veeam Backup & Replication - What’s New in 6.5
Veeam Backup & Replication - What’s New in 6.5Veeam Backup & Replication - What’s New in 6.5
Veeam Backup & Replication - What’s New in 6.5Veeam Software
 
THE UNOFFICIAL OFFICIAL VCP6-DCV Study Guide
THE UNOFFICIAL OFFICIAL VCP6-DCV Study GuideTHE UNOFFICIAL OFFICIAL VCP6-DCV Study Guide
THE UNOFFICIAL OFFICIAL VCP6-DCV Study GuideVeeam Software
 
All you need to know about Microsoft Ignite 2016
All you need to know about Microsoft Ignite 2016All you need to know about Microsoft Ignite 2016
All you need to know about Microsoft Ignite 2016Veeam Software
 
Veeam Availability Report Summary 2016
Veeam Availability Report Summary 2016Veeam Availability Report Summary 2016
Veeam Availability Report Summary 2016Veeam Software
 
Integration with EMC VNX and VNXe hybrid storage arrays
Integration with EMC VNX and VNXe hybrid storage arraysIntegration with EMC VNX and VNXe hybrid storage arrays
Integration with EMC VNX and VNXe hybrid storage arraysVeeam Software
 
Always-On Business Demands
Always-On Business DemandsAlways-On Business Demands
Always-On Business DemandsVeeam Software
 
Veeam Backup & Replication v8 for Hyper-V
Veeam Backup & Replication v8 for Hyper-VVeeam Backup & Replication v8 for Hyper-V
Veeam Backup & Replication v8 for Hyper-VVeeam Software
 
47 restore scenarios from Veeam Backup & Replication v8
47 restore scenarios from Veeam Backup & Replication v847 restore scenarios from Veeam Backup & Replication v8
47 restore scenarios from Veeam Backup & Replication v8Veeam Software
 
Veeam Backup & Replication v8 for VMware — General Overview
Veeam Backup & Replication v8 for VMware — General OverviewVeeam Backup & Replication v8 for VMware — General Overview
Veeam Backup & Replication v8 for VMware — General OverviewVeeam Software
 
Managing your exchange architecture
Managing your exchange architectureManaging your exchange architecture
Managing your exchange architectureVeeam Software
 
Protecting Exchange with Veeam
Protecting Exchange with VeeamProtecting Exchange with Veeam
Protecting Exchange with VeeamVeeam Software
 
Defining availability for the modern data center
Defining availability for the modern data centerDefining availability for the modern data center
Defining availability for the modern data centerVeeam Software
 
Five questions for every Modern Data Center (Infographic)
Five questions for every Modern Data Center (Infographic)Five questions for every Modern Data Center (Infographic)
Five questions for every Modern Data Center (Infographic)Veeam Software
 
Tape and cloud strategies for VM backups
Tape and cloud strategies for VM backupsTape and cloud strategies for VM backups
Tape and cloud strategies for VM backupsVeeam Software
 
The Unofficial VCAP / VCP VMware Study Guide
The Unofficial VCAP / VCP VMware Study GuideThe Unofficial VCAP / VCP VMware Study Guide
The Unofficial VCAP / VCP VMware Study GuideVeeam Software
 
Microsoft System Center Data Protection Manager and Veeam Backup & Replicatio...
Microsoft System Center Data Protection Manager and Veeam Backup & Replicatio...Microsoft System Center Data Protection Manager and Veeam Backup & Replicatio...
Microsoft System Center Data Protection Manager and Veeam Backup & Replicatio...Veeam Software
 
Veeam Backup & Replication Tips and Tricks
Veeam Backup & Replication Tips and TricksVeeam Backup & Replication Tips and Tricks
Veeam Backup & Replication Tips and TricksVeeam Software
 
12 best practices for virtualizing active directory DCs
12 best practices for virtualizing active directory DCs12 best practices for virtualizing active directory DCs
12 best practices for virtualizing active directory DCsVeeam Software
 
Preparing for Server 2012 Hyper-V: Seven Questions to Ask Now
Preparing for Server 2012 Hyper-V: Seven Questions to Ask NowPreparing for Server 2012 Hyper-V: Seven Questions to Ask Now
Preparing for Server 2012 Hyper-V: Seven Questions to Ask NowVeeam Software
 

More from Veeam Software (20)

The Voice of the Customer - How to enable Availability for the Always-On Ente...
The Voice of the Customer - How to enable Availability for the Always-On Ente...The Voice of the Customer - How to enable Availability for the Always-On Ente...
The Voice of the Customer - How to enable Availability for the Always-On Ente...
 
Veeam Backup & Replication - What’s New in 6.5
Veeam Backup & Replication - What’s New in 6.5Veeam Backup & Replication - What’s New in 6.5
Veeam Backup & Replication - What’s New in 6.5
 
THE UNOFFICIAL OFFICIAL VCP6-DCV Study Guide
THE UNOFFICIAL OFFICIAL VCP6-DCV Study GuideTHE UNOFFICIAL OFFICIAL VCP6-DCV Study Guide
THE UNOFFICIAL OFFICIAL VCP6-DCV Study Guide
 
All you need to know about Microsoft Ignite 2016
All you need to know about Microsoft Ignite 2016All you need to know about Microsoft Ignite 2016
All you need to know about Microsoft Ignite 2016
 
Veeam Availability Report Summary 2016
Veeam Availability Report Summary 2016Veeam Availability Report Summary 2016
Veeam Availability Report Summary 2016
 
Integration with EMC VNX and VNXe hybrid storage arrays
Integration with EMC VNX and VNXe hybrid storage arraysIntegration with EMC VNX and VNXe hybrid storage arrays
Integration with EMC VNX and VNXe hybrid storage arrays
 
Always-On Business Demands
Always-On Business DemandsAlways-On Business Demands
Always-On Business Demands
 
Veeam Backup & Replication v8 for Hyper-V
Veeam Backup & Replication v8 for Hyper-VVeeam Backup & Replication v8 for Hyper-V
Veeam Backup & Replication v8 for Hyper-V
 
47 restore scenarios from Veeam Backup & Replication v8
47 restore scenarios from Veeam Backup & Replication v847 restore scenarios from Veeam Backup & Replication v8
47 restore scenarios from Veeam Backup & Replication v8
 
Veeam Backup & Replication v8 for VMware — General Overview
Veeam Backup & Replication v8 for VMware — General OverviewVeeam Backup & Replication v8 for VMware — General Overview
Veeam Backup & Replication v8 for VMware — General Overview
 
Managing your exchange architecture
Managing your exchange architectureManaging your exchange architecture
Managing your exchange architecture
 
Protecting Exchange with Veeam
Protecting Exchange with VeeamProtecting Exchange with Veeam
Protecting Exchange with Veeam
 
Defining availability for the modern data center
Defining availability for the modern data centerDefining availability for the modern data center
Defining availability for the modern data center
 
Five questions for every Modern Data Center (Infographic)
Five questions for every Modern Data Center (Infographic)Five questions for every Modern Data Center (Infographic)
Five questions for every Modern Data Center (Infographic)
 
Tape and cloud strategies for VM backups
Tape and cloud strategies for VM backupsTape and cloud strategies for VM backups
Tape and cloud strategies for VM backups
 
The Unofficial VCAP / VCP VMware Study Guide
The Unofficial VCAP / VCP VMware Study GuideThe Unofficial VCAP / VCP VMware Study Guide
The Unofficial VCAP / VCP VMware Study Guide
 
Microsoft System Center Data Protection Manager and Veeam Backup & Replicatio...
Microsoft System Center Data Protection Manager and Veeam Backup & Replicatio...Microsoft System Center Data Protection Manager and Veeam Backup & Replicatio...
Microsoft System Center Data Protection Manager and Veeam Backup & Replicatio...
 
Veeam Backup & Replication Tips and Tricks
Veeam Backup & Replication Tips and TricksVeeam Backup & Replication Tips and Tricks
Veeam Backup & Replication Tips and Tricks
 
12 best practices for virtualizing active directory DCs
12 best practices for virtualizing active directory DCs12 best practices for virtualizing active directory DCs
12 best practices for virtualizing active directory DCs
 
Preparing for Server 2012 Hyper-V: Seven Questions to Ask Now
Preparing for Server 2012 Hyper-V: Seven Questions to Ask NowPreparing for Server 2012 Hyper-V: Seven Questions to Ask Now
Preparing for Server 2012 Hyper-V: Seven Questions to Ask Now
 

Recently uploaded

Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operationalssuser3e220a
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Projectjordimapav
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfJemuel Francisco
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataBabyAnnMotar
 
EMBODO Lesson Plan Grade 9 Law of Sines.docx
EMBODO Lesson Plan Grade 9 Law of Sines.docxEMBODO Lesson Plan Grade 9 Law of Sines.docx
EMBODO Lesson Plan Grade 9 Law of Sines.docxElton John Embodo
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptxmary850239
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...JojoEDelaCruz
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designMIPLM
 
Presentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxPresentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxRosabel UA
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxVanesaIglesias10
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSMae Pangan
 

Recently uploaded (20)

YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 
Expanded definition: technical and operational
Expanded definition: technical and operationalExpanded definition: technical and operational
Expanded definition: technical and operational
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
ClimART Action | eTwinning Project
ClimART Action    |    eTwinning ProjectClimART Action    |    eTwinning Project
ClimART Action | eTwinning Project
 
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdfGrade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
Grade 9 Quarter 4 Dll Grade 9 Quarter 4 DLL.pdf
 
Measures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped dataMeasures of Position DECILES for ungrouped data
Measures of Position DECILES for ungrouped data
 
EMBODO Lesson Plan Grade 9 Law of Sines.docx
EMBODO Lesson Plan Grade 9 Law of Sines.docxEMBODO Lesson Plan Grade 9 Law of Sines.docx
EMBODO Lesson Plan Grade 9 Law of Sines.docx
 
4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx4.18.24 Movement Legacies, Reflection, and Review.pptx
4.18.24 Movement Legacies, Reflection, and Review.pptx
 
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
ENG 5 Q4 WEEk 1 DAY 1 Restate sentences heard in one’s own words. Use appropr...
 
Keynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-designKeynote by Prof. Wurzer at Nordex about IP-design
Keynote by Prof. Wurzer at Nordex about IP-design
 
Presentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptxPresentation Activity 2. Unit 3 transv.pptx
Presentation Activity 2. Unit 3 transv.pptx
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
ROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptxROLES IN A STAGE PRODUCTION in arts.pptx
ROLES IN A STAGE PRODUCTION in arts.pptx
 
Paradigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTAParadigm shift in nursing research by RS MEHTA
Paradigm shift in nursing research by RS MEHTA
 
Textual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHSTextual Evidence in Reading and Writing of SHS
Textual Evidence in Reading and Writing of SHS
 

Best practices for Hyper-V backups by Greg Shields

  • 1. Best Practices for Hyper-V Backups Greg Shields, MVP Senior Partner Concentrated Technology www.ConcentratedTech.com @ConcentratdGreg
  • 2. About the speaker  Over 15 years of Windows experience. ● Administrator – Managed environments ranging from a few dozen to many thousands of users… ● Consultant – Hands-on and Strategic… ● Speaker – TechMentor, Tech Ed, Windows Connections, MMS, VMworld, ISACA, others… ● Analyst/Author – Fourteen books and counting… ● Columnist – TechNet Magazine, Redmond Magazine, Windows IT Pro Magazine, TechTarget Online, others… ● All-around good guy…
  • 3. Honesty Moment: This Isn’t Fun.  Hyper-V backups are not as trivial as they might seem. ● Hyper-V host requires backup ● Virtual machines require backup ● Files inside VMs require backup ● System State requires backup  Bad decisions mean Hyper-V backups might not back up with the granularity you might need. ● “I need to grab a file off a VM.” ● “I need to restore a SQL database or a database row in a VM.” ● “I need to recover an individual email from Exchange.” ● “I need to bring back a VM from a specific point in time.”
  • 4. Your Steps in Constructing the Right Solution 1. Determine what you want to backup. ● Files and folders? ● Applications? ● Entire virtual machines? 2. Determine from where you want to backup. ● Virtualization introduces “perspective” with backups. 3. Determine how you want to backup. ● Understanding backups means understanding VSS. 4. Determine with what will you backup. ● Native tools? ● Third-party solutions?
  • 5. Step 1: What do you want to backup?  Virtualization adds to the number of objects that could potentially be backed up. ● Files Files and Folders ● Folders ● Application objects Applications ● Applications ● Operating systems Operating System ● Virtual machines ● Virtual host ● Virtual cluster Hypervisor Virtual Host Storage
  • 6. Hyper-V is Unique: The vSphere Architecture
  • 7. Hyper-V is Unique: The Hyper-V Architecture
  • 8. Step 2: From Where do you want to backup? “Perspectives”
  • 9. Perspective Drives Backup Agent Location Agent in the Primary Partition
  • 10. Perspective Drives Backup Agent Location Agent inside the Virtual Machine
  • 11. Perspective Drives Backup Agent Location Agent within the Storage Layer
  • 12. Perspective Drives Backup Agent Location Cluster Aware Agent
  • 13. Some Perspectives Can’t Deliver  Greater granularity with some perspectives.  Less granularity with others.  Less backup/restore effort with some perspectives.  More backup/restore effort with others.  Some perspectives can’t deliver on what you want to backup.
  • 14. Step 3: How do you want to backup?  Backing up just files and folders is easy.  Everything else requires the assistance of the Microsoft Volume Shadow Copy Service, VSS. ● Originally used to create volume snapshots for user self-service restores. Remember the “Previous Versions” client? ● Now a major component of all application-aware backups.
  • 15. VSS Enables the How  VSS is a Windows service that interacts with installed applications… ● …to inform applications that a backup is about to occur. ● …to report when the backup is complete. ● …to instruct applications to perform post-backup tasks such as truncating logs and cleanup activities.  The first job of VSS is quiescence. ● Quiescence = “quieting”. ● Coordinates backup jobs with applications to ensure successful backups without data corruption.  The second job of VSS is coordination. ● Between applications, their data, and backup activities. ● Between backups and storage.
  • 16. VSS Enables the How  VSS is used when transactional-based applications installed to Windows servers require backups. ● Exchange, SQL, AD, Oracle, others…  Virtual machines are a kind of transactional-based application. ● Virtual machines require quiescence for proper backup. ● Think of VHD files like little transactional databases. ● If anything changes in that database while you’re backing it up, you’ll end up with corruption. ● Things are constantly changing in VDK files!
  • 17. VSS’ Three Components, Single Server VSS Writer VSS Requestor Microsoft Exchange Backup Application SQL Server Volume Shadow Oracle Copy Service Active Directory Others... VSS Provider Operating System Storage Array Disk Volume
  • 18. VSS’ Three Components, Hyper-V Virtual Machine VSS Writer Microsoft Exchange Etc... VSS Writer VSS Requestor Windows Server Hyper-V Writer Volume Shadow Backup Copy Service VSS Provider Operating System Storage Array Disk Volume
  • 19. Disk Types Impact Backups  Hyper-V can support many different types of disks. Different types require different backup approaches. ● Fixed-size VHDs ● Dynamically expanding VHDs ● Passthrough Disks ● iSCSI Direct Disks
  • 20. Step 4: With what do you want to backup?  Your options abound… ● Windows Server Backup ● Everything Else
  • 21. Windows Server Backup, a Minimal Solution  Windows Server Backup is Microsoft’s native solution for backing up Windows Server 2008/R2 and Hyper-V. ● Disk-to-disk backup solution. ● Designed for small environments, limited uses. ● Single-server focus. ● Disk Volume focus. ● No direct restorability for VMs. ● No direct restorability for files. ● No direct restorability for application objects.
  • 22. VM Backup via Windows Server Backup  Register the Hyper-V VSS Writer with WSB. ● Click Start, click Run, type regedit, and then click OK. ● Locate the following registry key: − HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersion ● Right-click CurrentVersion, point to New, and then click Key. ● Type WindowsServerBackup, and then press ENTER. ● Right-click WindowsServerBackup, point to New, and then click Key. ● Type Application Support, and then press ENTER. ● Right-click Application Support, point to New, and then click Key. ● Type {66841CD4-6DED-4F4B-8F17-FD23F8DDC3DE}, and then press ENTER. ● Right-click {66841CD4-6DED-4F4B-8F17-FD23F8DDC3DE}, point to New, and then click String Value. ● Type Application Identifier, and then press ENTER. ● Right-click Application Identifier, and then click Modify. ● In the Value data box, type Hyper-V, and then click OK. ● On the File menu, click Exit.
  • 23. VM Backup via Windows Server Backup
  • 24. WSB’s Idiosyncrasies  WSB must back up all volumes hosting VM files. ● If VM configuration files are on the D: volume… ● …and the VHD files are on the E: volume… ● …then you must back up both the D: and E: volumes.  WSB can either dedicate a drive to backups, or it will overwrite old data with each backup.  WSB cannot restore individual VMs.  Cluster Shared Volumes cannot be backed up by WSB.  VMs that contain two or more snapshots will not be automatically restored. ● Requires manual intervention.
  • 25. VSS’ Idiosyncrasies  Disk types impact backups! ● Passthrough disks cannot be backed up by the Hyper-V VSS writer. ● iSCSI Direct LUNs cannot be backed up by the Hyper-V VSS writer. ● iSCSI LUNs attached to the primary partition can be backed up. ● VMs that contain dynamic disks must be backed up offline.  Saved State backups will cause periods of downtime. ● Saved State backups occur when VMs don’t meet VSS requirements. − Missing Integration Services − Running OSs that lack VSS support ● Saved State downtime occurs during VSS snapshot creation.
  • 26. Third Party Solutions, or, “What WSB Got Wrong”  Boy, they sure didn’t make it easy. ● Granular backup and restore. ● Minutes of RTO, not “from yesterday”. ● Changed block tracking ● Deduplication, and compression. ● Consolidation of perspectives. − One solution for restoring files, folders, application objects, and virtual machines. − One solution for backing up data, irrespective of disk type, connection, or location. ● Dead simplicity.
  • 27. Best Practices for Hyper-V Backups Greg Shields, MVP Senior Partner Concentrated Technology www.ConcentratedTech.com @ConcentratdGreg
  • 28. Enjoy and share this material  Feel free to promote this material  Recommend your peers to pass certification  Blog, Tweet and share this material and your experience on Facebook  You’re an Expert? We will be happy to have you as Backup Academy contributor. Apply here. Web: http://www.backupacademy.com E-mail: feedback@backupacademy.com Twitter: BckpAcademy Facebook: backup.academy