How to check backup status of data disks attached to Virtual machine?

San 1 Reputation point
2021-07-12T18:17:36.65+00:00

How to check backup status of data disks attached to Virtual machine?(in my case schedule VM backup is runnig and I added data disk later ). If backup is not happening, how to backup those disks?

Azure Backup
Azure Backup
An Azure backup service that provides built-in management at scale.
1,496 questions
{count} votes

2 answers

Sort by: Most helpful
  1. SUNOJ KUMAR YELURU 15,411 Reputation points MVP Volunteer Moderator
    2021-07-13T04:52:48.17+00:00

    Hi @San

    If you added data disk to VM after VM scheduled backup job then once previous backup job completes you should run backup job again for data disk VM backup.

    Azure Portal -> Recovery Service Vault -> select backup vault -> Monitoring -> backup jobs

    you can check VM backup status.

    114065-image.png

    If the Answer is helpful, please click Accept Answer and up-vote, this can be beneficial to other community members.


  2. Prashanta Shrestha 71 Reputation points
    2022-06-10T13:48:03.927+00:00

    @San , You can check which disks got backed up with the VM by looking at the Restore Point Collection.

    1. Go to Resource Group named AzureBackupRG_<location>_1 in the same subscription that you have your VM. This is the default RG where Recovery Points are stored. Might be be different based on what you have for "Azure Backup Resource Group" attribute in your Backup Policy.
    2. Click on the Restore Point Collection resource that belongs to the VM in question
    3. You should see Recovery Points for that VM and click on the latest one. The overview page of the Recovery Point will show you disks that are included in the Backup.

    210304-image.png

    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.