Share via

what is the difference between disk backup and virtual machine backup along with disks?

santosh llc 41 Reputation points
2021-09-11T20:15:48.007+00:00

I am aware while VM backup is being performed all the disks attached to it will be backed up(pls correct me if i am wrong) automatically, but i can see we can take backup of individual disk from the portal (azure disk service). My question is what is the point in taking separate disk backup when disk backup happening along with VM backup.

Azure Backup
Azure Backup

An Azure backup service that provides built-in management at scale.

Azure Disk Storage
Azure Disk Storage

A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.

0 comments No comments

Answer accepted by question author

Simon Burbery 731 Reputation points
2021-09-12T02:28:48.8+00:00

Just to add to @Leon Laude - Key points are also that it is agentless, does not affect VM performance while the backup takes place, and costs less then a full VM backup.

https://learn.microsoft.com/en-us/azure/backup/disk-backup-overview

Cheers,
Simon

Was this answer helpful?

0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Leon Laude 86,196 Reputation points
    2021-09-11T21:13:22.497+00:00

    Hi @santosh llc ,

    By disk backup, do you refer to selective disk backup?

    You can read from the official documentation a few example scenarios where this may be useful:
    https://learn.microsoft.com/en-us/azure/backup/selective-disk-backup-restore

    Scenarios
    This solution is useful particularly in the following scenarios:

    1. If you have critical data to be backed up in only one disk, or a subset of the disks and don’t want to back up the rest of the disks attached to a VM to minimize the backup storage costs.
    2. If you have other backup solutions for part of your VM or data. For example, if you back up your databases or data using a different workload backup solution and you want to use Azure VM level backup for the rest of the data or disks to build an efficient and robust system using the best capabilities available.

    ----------

    If the reply was helpful please don't forget to upvote and/or accept as answer, thank you!

    Best regards,
    Leon

    Was this answer helpful?


Your answer

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