Our website use cookies to improve and personalise your experience and to display advertisements (if any). Our website may also include cookies from third parties like Google Adsense, Google Analytics, Youtube. By using the website, you consent to the use of cookies.

Blog Post

Azure backup and restore improvements

Today, Microsoft announced the support for backup of large disk VMs and set of improvements aimed at reducing the time taken for backup and restore. These set of improvements and large disk support is based on a new VM backup stack and are available for both managed and unmanaged disks. You can seamlessly upgrade to this new stack without any impact to your on-going backup jobs and there is no change to how you setup backup or restore.

This announcement combines multiple feature improvements:

  • Large disk support – Now you can backup VMs with disk sizes up to 4TB(4095GB), both managed and unmanaged.
  • Instant recovery point – A recovery point is available as soon as the snapshot is done as part of the backup job. This eliminates the need to wait to trigger restore till data transfer phase of the backup is completed. This is particularly useful in scenarios where you want to apply a patch. Now you can go ahead with the patch once the snapshot phase is done and you can use the local snapshot to revert back if the patch goes bad. This is analogous to checkpoint solution offered by Hyper-V or VMware with the added advantage of having snapshot also securely stored in the backup vault.
  • Backup and Restore performance improvements – As part of this new announcement, we are also retaining the snapshots taken as part of the backup job for seven days. This will help us to compute the changes between two backup jobs in an efficient manner to reduce the backup time. These snapshots can also be used to trigger restore. Since these snapshots are available locally, restore process will eliminate the need to transfer the data back from the vault to the storage account, thus reducing the restore time from hours to minutes. Ability to configure the retention snapshots stored locally will be available in upcoming releases.
  • Distribute the disks of restored VM – If you are using unmanaged VM, you might have noticed that during restore, we restore all disks to the same storage account. We are adding a capability where you can tell us to distribute those disks to the same set of storage accounts as the original VM to reduce the reconfiguration needed post-restore.

Source Microsoft

Related Posts