Skip to main content
Question

Veeam 11 Windows 10 Hyper-V backup question


Forum|alt.badge.img+1

I have to replace a SCSI tape drive with SAS to upgrade to Veeam 12.   I have to replace the OS on the Veeam server to upgrade to 13.

 

I am still on Veeam 11.  I have HP Z840 workstation that is on Windows 10 Hyper-V.   I am moving VMs from VMWare 6 to this workstation.   I have so far installed our children’s minecraft servers on Ubuntu 24.04 as virtual machines.    I setup for file level backups.   I want to backup each VM in E:\Hyper-V separately.   Each VM has its own folder and VM structure in this directory.   E:\VMBackups has a script that removes and replaces each of these VMs.

# Import the Hyper-V module
Import-Module Hyper-V

# Define parameters
$BackupDriveLetter = "E" # Change to your backup drive
$VMHost = "localhost" # Change if backing up from a different host
$VMNames = @("Bedrock2404_10.10.10.3", "Bedrock2404_10.10.10.4", "Bedrock2404_10.10.10.5", "Java2404_10.10.10.6",
"Java2404_10.10.10.7", "PaperMC_10.10.10.8" ) # List of VMs to back up

Remove-Item -Path E:\VMBackups -Recurse -Force

# Function to back up VMs
function Backup-VMs {
param (
[string]$BackupDriveLetter,
[string]$VMHost,
[string[]]$VMNames
)

foreach ($VMName in $VMNames) {
# Export the VM
Export-VM -Name $VMName -Path "E:\VMBackups\$VMName"
}
}

# Call the backup function
Backup-VMs -BackupDriveLetter E -VMHost $VMHost -VMNames $VMNames

How do I setup a file level backup to recover each directory separately in case of issues on their minecraft servers.   

How do I recover at the folder level?   Do I need to upgrade to v12 or v13 to do this?  

25 comments

Chris.Childerhose
Forum|alt.badge.img+21

If you are using Hyper-V, then why not do VM backups versus file level?  This might be a better question asked of Support to get you pointed in the right direction.


Forum|alt.badge.img+1
  • Author
  • Comes here often
  • April 7, 2026

I am using Windows 10 Hyper-V.  How do I accomplish this?  Windows 10 isn’t a full Hyper-V server like Windows 2019 or 2022.


Chris.Childerhose
Forum|alt.badge.img+21

Unsure myself, as I have only used full Hyper-V with Veeam before.  This might be where contacting support or checking the forums maybe for answers - https://forums.veeam.com

Sorry, I cannot offer more advice.


tm67
Forum|alt.badge.img+2
  • Veeam Legend
  • April 7, 2026

Windows 10/11 Hyper-V is not supported as far as I know. 

But you can back up your servers individually with a “Veeam Agent for Windows” or “Veeam Agent for Linux”. 

Have a look here: https://helpcenter.veeam.com/docs/vbr/userguide/agent_job_create.html?ver=13 

So basically, you install a Veeam component on each VM you want to back up. 


Jason Orchard-ingram micro
Forum|alt.badge.img+2

Under Veeam Backup & Replication v13, Windows 10 and Windows 11 are supported in a limited capacity. Specifically, they can be used as targets for Instant Recovery and as hosts for Virtual Labs created for SureBackup jobs. From a hypervisor support standpoint, they are not intended to function as full Hyper‑V hosts for production backup workloads.

From a Hyper‑V hypervisor perspective, the following platforms are fully supported:

  • Windows Server Hyper‑V 2025
  • Windows Server Hyper‑V 2022
  • Windows Server Hyper‑V 2019
  • Windows Server Hyper‑V 2016
  • Azure Local (formerly Azure Stack HCI)
  • Microsoft Hyper‑V Server (free standalone hypervisor)

Both Full and Server Core installations of Windows Server Hyper‑V are fully supported.

It’s also important to note the behavior of Microsoft Nano Server with the Hyper‑V role installed. While these systems cannot be added to the Veeam backup infrastructure as managed servers and no backup roles can be assigned to them, they can still be backed up and replicated. However, application‑aware processing is not supported for Nano Server–based workloads.

Finally, ensure all supported platforms are kept fully up to date with the latest patches and updates, as maintaining supported versions is a prerequisite for both reliability and vendor support.



Microsoft Hyper-V - Veeam Backup & Replication User Guide

 

Do you need to upgrade to Veeam 12 or 13?

No — not for this use case

You only need to upgrade if:

Reason v12 / v13 Required?
File‑level recovery (Linux) ❌ No
Folder‑level restore ❌ No
Hyper‑V VM image backup ❌ No
New tape hardware / OS support Yes
New OS for Veeam server Yes

Your upgrade driver is hardware and OS support, not recovery capability.

 


Forum|alt.badge.img+1
  • Author
  • Comes here often
  • April 8, 2026

Under Veeam Backup & Replication v13, Windows 10 and Windows 11 are supported in a limited capacity. Specifically, they can be used as targets for Instant Recovery and as hosts for Virtual Labs created for SureBackup jobs. From a hypervisor support standpoint, they are not intended to function as full Hyper‑V hosts for production backup workloads.

From a Hyper‑V hypervisor perspective, the following platforms are fully supported:

  • Windows Server Hyper‑V 2025
  • Windows Server Hyper‑V 2022
  • Windows Server Hyper‑V 2019
  • Windows Server Hyper‑V 2016
  • Azure Local (formerly Azure Stack HCI)
  • Microsoft Hyper‑V Server (free standalone hypervisor)

Both Full and Server Core installations of Windows Server Hyper‑V are fully supported.

It’s also important to note the behavior of Microsoft Nano Server with the Hyper‑V role installed. While these systems cannot be added to the Veeam backup infrastructure as managed servers and no backup roles can be assigned to them, they can still be backed up and replicated. However, application‑aware processing is not supported for Nano Server–based workloads.

Finally, ensure all supported platforms are kept fully up to date with the latest patches and updates, as maintaining supported versions is a prerequisite for both reliability and vendor support.



Microsoft Hyper-V - Veeam Backup & Replication User Guide

 

Do you need to upgrade to Veeam 12 or 13?

No — not for this use case

You only need to upgrade if:

Reason v12 / v13 Required?
File‑level recovery (Linux) ❌ No
Folder‑level restore ❌ No
Hyper‑V VM image backup ❌ No
New tape hardware / OS support Yes
New OS for Veeam server Yes

Your upgrade driver is hardware and OS support, not recovery capability.

 

So VEEAM isn’t a full backup solution?  In CA Arcserve and Symantec Backup, I can restore files, folders and entire VMs.  What exactly is VEEAM good for?  

Do I need to find a new backup solution?   


Chris.Childerhose
Forum|alt.badge.img+21

No, you don’t need to find another solution, you just need to use Veeam as it is intended and Hyper-V on a client OS is not the way.  You will need to look at the Agent option I think here as mentioned by others.


Forum|alt.badge.img+1
  • Author
  • Comes here often
  • April 8, 2026

I am on Veeam 11 community.  I am limited to 10 backups.   

Windows 10 Hyper-V under it 6 Ubuntu 24.04 servers (soon to be 26.04).   Can the Ubuntu Linux Agent to restore each Ubuntu server separately from the Windows 10 Hyper-V?   Each VM is under E:\Hyper-V in a folder.   

HP Z840 supports Windows 10.   I am checking on buying Windows Server for it.  Windows 10 is basically Windows 2016.   

I know I can do it on my VMWare 6 server.   I can restore each VM with the minecraft server.   This HP Server is too slow for Minecraft.   Our children have huge builds.  

What are my options to restore the VM under Windows 10 Hyper-V?  If I could do folder and file restores, it would be easy.

I am looking at Dropbox Advanced as a solution. 
 


Chris.Childerhose
Forum|alt.badge.img+21

Version 13 is the latest release of Veeam and something you may want to consider here.  Version 11 is out of support altogether now.  You will need to plan your upgrade path v11 > v12 > v13, but you might have better luck with the changes in v13, possibly.  I am not saying it is the answer, but being on a two release old version of Veeam is bound to cause headaches.

 
 
 

Chris.Childerhose
Forum|alt.badge.img+21

I am on Veeam 11 community.  I am limited to 10 backups.   

Windows 10 Hyper-V under it 6 Ubuntu 24.04 servers (soon to be 26.04).   Can the Ubuntu Linux Agent to restore each Ubuntu server separately from the Windows 10 Hyper-V?   Each VM is under E:\Hyper-V in a folder.   

HP Z840 supports Windows 10.   I am checking on buying Windows Server for it.  Windows 10 is basically Windows 2016.   

I know I can do it on my VMWare 6 server.   I can restore each VM with the minecraft server.   This HP Server is too slow for Minecraft.   Our children have huge builds.  

What are my options to restore the VM under Windows 10 Hyper-V?  If I could do folder and file restores, it would be easy.

I am looking at Dropbox Advanced as a solution. 
 

You can back up the folder you have the VMs located and then restore files/folders, yes.  But I would still recommend upgrading Veeam.


Forum|alt.badge.img+1
  • Author
  • Comes here often
  • April 8, 2026

This is at my house.    To upgrade to V13.   I need to upgrade the Z840 to Windows Server for full Hyper-V, $500.   I need to replace the motherboard in my tape server, replace the SCSI tape drive with SAS tape drive and upgrade the Windows 7 OS to Windows Server $500.   


Chris.Childerhose
Forum|alt.badge.img+21

Not sure what else to suggest or say here as this is a community not technical support so we offer suggestions, etc.  You will not get support being on v11, that is for sure, and will have limited options on how you can accomplish your goal.


Forum|alt.badge.img+1
  • Author
  • Comes here often
  • April 9, 2026

Chris, Thank you for your help so far.

I removed the SCSI tape drive.   Upgraded the Veeam 11 server to Windows 10 22H2 the latest patches.  I upgraded the HP Z840 Server from Windows 10 Pro to Windows 2022 Standard with Hyper-V.   The Veeam 11 motherboard won’t support Windows 11.   

Where can I get the Veeam 12 files?  

 


Chris.Childerhose
Forum|alt.badge.img+21

@SCSIraidGURU - go here for the build numbers and KBs related to get downloads KB2680: Build Numbers and Versions of Veeam Backup & Replication


Forum|alt.badge.img+1
  • Author
  • Comes here often
  • April 9, 2026

E-mail with your activation link has been sent to mike.mckenney@scsiraidguru.com.
To complete your registration, please check your email and follow your activation link.

I am not getting the email to activate the account.  It is not in junk or spam.  


Chris.Childerhose
Forum|alt.badge.img+21

E-mail with your activation link has been sent to mike.mckenney@scsiraidguru.com.
To complete your registration, please check your email and follow your activation link.

I am not getting the email to activate the account.  It is not in junk or spam.  

No idea on that one, you may need to contact Veeam about it.  Give it some time, but if you don’t get that you might have an issue downloading.

 
 
 

Forum|alt.badge.img+1
  • Author
  • Comes here often
  • April 9, 2026

Trying to.  Can’t open a ticket without reactivation.   Called support.  Need a ticket to get through the system.


Chris.Childerhose
Forum|alt.badge.img+21

Trying to.  Can’t open a ticket without reactivation.   Called support.  Need a ticket to get through the system.

Do you have a sales rep or SE you can reach out to?  I am not sure if ​@Rick Vanover could help at all here?

 
 
 

Forum|alt.badge.img+1
  • Author
  • Comes here often
  • April 9, 2026

I use the community software so no SE.   I can’t get to veaam 12 page to download software.  

mike.mckenney@scsiraidguru.com is the only address I have that Veeam likes.   

 


Chris.Childerhose
Forum|alt.badge.img+21

I use the community software so no SE.   I can’t get to veaam 12 page to download software.  

mike.mckenney@scsiraidguru.com is the only address I have that Veeam likes.   

 

Can you not use v13, which is the latest?  Why v12?


Forum|alt.badge.img+1
  • Author
  • Comes here often
  • April 9, 2026

v13 requires Windows server.   The tape server supports Windows 10.   So only V12 will work.  


Chris.Childerhose
Forum|alt.badge.img+21

v13 requires Windows server.   The tape server supports Windows 10.   So only V12 will work.  

Ah, ok.  I will try to dig up any links I had for v12, but not sure if I will find them.  If I do, will post back here.

 
 
 

Forum|alt.badge.img+1
  • Author
  • Comes here often
  • April 9, 2026

thanks for the help.   Veeam community files should be easier to get to.  


Chris.Childerhose
Forum|alt.badge.img+21

thanks for the help.   Veeam community files should be easier to get to.  

They typically are, but they always assume you are using the latest, I guess. 😂

 
 
 

Jason Orchard-ingram micro
Forum|alt.badge.img+2

you can download Previous Versions of Veeam using this (IE v12) URL  https://www.veeam.com/products/downloads/latest-version.html?tab=previous