Azure Backup Server - How to force standard checkpoint.

Benjamin Cramphorn 1 Reputation point
2022-05-26T14:31:45.367+00:00

We are having an issue where backing up a VM in Hyper-V using MABS is falling over to Standard Checkpoints. This isn't an issue for us however when it failsover it creates an Error event in Event Manager which is raising a ticket everytime on our monitoring solution.

How can I tell MABS to use a Standard Checkpoint on this VM?

I have already tried to set this on the VM Settings however MABS seems to be ignoring the fact the Checkpoint is set to Standard only on the VM Settings.

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,132 questions
Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,547 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. SadiqhAhmed-MSFT 38,081 Reputation points Microsoft Employee
    2022-06-02T10:07:05.653+00:00

    Hello @Benjamin Cramphorn Thank you for your post and I apologize for the delayed response.

    I understand your requirement on enforcing MABS to perform Standard Checkpoint for your Hyper-V VM backup.

    I believe you can’t instruct MABS to perform either Standard or Production Checkpoints. Regardless the option you set on the Hypervisor, the “CheckpointType” will be always equal to “SnapshotTypeRecovery”.

    In other words MABS does Recovery Snapshots. As an example below, MABS do create Recovery Snapshots on the Hyper-V:

    PS C:\Users\azadmin.CONTOSO> Get-VMSnapshot -VMName Wi2019STD

    VMName Name SnapshotType CreationTime ParentSnapshotName
    ------ ---- ------------ ------------ ------------------
    Wi2019STD DPM-MABSV3-(12/9/2020 - 11:27:30) Recovery 12/9/2020 11:27:59 AM

    Hope this answers your question!

    ----------------------------------------------------------------------------------------------------------------------

    If the response helped, do "Accept Answer" and up-vote it

    0 comments No comments