Multiple Snapshots (MRT, RCT and AVHDX File) Created when VBR runs the job

Singledaddy2030 0 Reputation points
2023-04-25T08:04:20.8933333+00:00

Hi, I have a Win2012 R2 Server that is being backup by VBR. I noticed that everytime Veeam runs the job, it creates a snapshots and not getting deleted even after the VBR job is completed.

Now I have these files (MRT, RCT and AVHDX) piled up and it is affecting our backend production. The Hyper-V is on a cluster environment.

I tried the following solution that I found online but there is no luck in merging these snapshots.

https://learn.microsoft.com/en-us/answers/questions/691317/hyper-v-checkpoints-do-not-removed-after-veeam-bac
https://social.technet.microsoft.com/wiki/contents/articles/6257.manually-merge-avhd-to-vhd-in-hyper-v.aspx

https://forums.veeam.com/microsoft-hyper-v-f25/large-amounts-of-avhdx-mrt-and-rct-files-t59426.html https://learn.microsoft.com/en-us/answers/questions/691317/hyper-v-checkpoints-do-not-removed-after-veeam-bac

Regards, Rich

Windows for business | Windows Client for IT Pros | Storage high availability | Virtualization and Hyper-V
Windows for business | Windows Server | Devices and deployment | Set up, install, or upgrade
Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 44,776 Reputation points
    2023-04-26T11:58:15.7633333+00:00

    Hello Thank you for your question and reaching out. Please try to run below PS to remove Snapshots Get-VMSnapshot -ComputerName "MyHyperVHost" -VMName "VMWithLingeringBackupCheckpoint" | Remove-VMSnapshot If the issue persists then It need to be checked with Veeam support or forums. --If the reply is helpful, please Upvote and Accept as answer--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.