Skip to content

Commit b03cf06

Browse files
authored
Merge pull request #101671 from dcurwin/exclude-disks
Exclude disk feature
2 parents 93c6cfa + 348b413 commit b03cf06

5 files changed

+61
-0
lines changed

articles/backup/backup-azure-arm-vms-prepare.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,18 @@ You can set up Azure Firewall to allow outbound access for network traffic to Az
290290
* [Learn about](https://docs.microsoft.com/azure/firewall/tutorial-firewall-deploy-portal) deploying Azure Firewall.
291291
* [Read about](https://docs.microsoft.com/azure/firewall/fqdn-tags) FQDN tags.
292292

293+
>[!NOTE]
294+
> Azure Backup now supports selective disk backup and restore using the Azure Virtual Machine backup solution.
295+
>
296+
>Today, Azure Backup supports backing up all the disks (Operating System and data) in a VM together using the Virtual Machine backup solution. With exclude-disk functionality, you get an option to backup one or a few from the many data disks in a VM. This provides an efficient and cost-effective solution for your backup and restore needs. Each recovery point contains data of the disks included in the backup operation, which further allows you to have a subset of disks restored from the given recovery point during the restore operation. This applies to restore both from the snapshot and the vault.
297+
>
298+
> This solution is particularly useful in the following scenarios:
299+
>
300+
>1. You have critical data to be backed up in only one disk and you don’t want to back up the rest of the disks attached to a VM. This minimizes the backup storage costs.
301+
>2. You have other backup solutions for part of your VM data. For example, you back up your databases or data with a different workload backup solution, and you want to use Azure VM level backup for the rest of your disks and data to build an efficient and robust system utilizing the best capabilities available.
302+
>
303+
>To sign up for the preview, write to us at [email protected]
304+
293305
## Next steps
294306

295307
* Troubleshoot any issues with [Azure VM agents](backup-azure-troubleshoot-vm-backup-fails-snapshot-timeout.md) or [Azure VM backup](backup-azure-vms-troubleshoot.md).

articles/backup/backup-azure-vm-backup-faq.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,19 @@ The scheduled backup will be triggered within 2 hours of the scheduled backup ti
8787

8888
Azure Virtual Machine backup policy supports a minimum retention range of seven days up to 9999 days. Any modification to an existing VM backup policy with less than seven days will require an update to meet the minimum retention range of seven days.
8989

90+
### Can I backup or restore selective disks attached to a VM?
91+
92+
Azure Backup now supports selective disk backup and restore using the Azure Virtual Machine backup solution.
93+
94+
Today, Azure Backup supports backing up all the disks (Operating System and data) in a VM together using the Virtual Machine backup solution. With exclude-disk functionality, you get an option to backup one or a few from the many data disks in a VM. This provides an efficient and cost-effective solution for your backup and restore needs. Each recovery point contains data of the disks included in the backup operation, which further allows you to have a subset of disks restored from the given recovery point during the restore operation. This applies to restore both from the snapshot and the vault.
95+
96+
This solution is particularly useful in the following scenarios:
97+
98+
1. You have critical data to be backed up in only one disk and you don’t want to back up the rest of the disks attached to a VM. This minimizes the backup storage costs.
99+
2. You have other backup solutions for part of your VM data. For example, you back up your databases or data with a different workload backup solution, and you want to use Azure VM level backup for the rest of your disks and data to build an efficient and robust system utilizing the best capabilities available.
100+
101+
To sign up for the preview, write to us at [email protected]
102+
90103
## Restore
91104

92105
### How do I decide whether to restore disks only or a full VM?

articles/backup/backup-azure-vms-first-look-arm.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,18 @@ In order to back up Azure VMs, Azure Backup installs an extension on the VM agen
7272

7373
Follow the instructions in this article to enable backup for Azure VMs by setting up an Azure Backup Recovery Services vault, and enabling backup in the vault.
7474

75+
>[!NOTE]
76+
> Azure Backup now supports selective disk backup and restore using the Azure Virtual Machine backup solution.
77+
>
78+
>Today, Azure Backup supports backing up all the disks (Operating System and data) in a VM together using the Virtual Machine backup solution. With exclude-disk functionality, you get an option to backup one or a few from the many data disks in a VM. This provides an efficient and cost-effective solution for your backup and restore needs. Each recovery point contains data of the disks included in the backup operation, which further allows you to have a subset of disks restored from the given recovery point during the restore operation. This applies to restore both from the snapshot and the vault.
79+
>
80+
> This solution is particularly useful in the following scenarios:
81+
>
82+
>1. You have critical data to be backed up in only one disk and you don’t want to back up the rest of the disks attached to a VM. This minimizes the backup storage costs.
83+
>2. You have other backup solutions for part of your VM data. For example, you back up your databases or data with a different workload backup solution, and you want to use Azure VM level backup for the rest of your disks and data to build an efficient and robust system utilizing the best capabilities available.
84+
>
85+
>To sign up for the preview, write to us at [email protected]
86+
7587
## Next steps
7688

7789
- If you have difficulties with any of the procedures in this article, consult the [troubleshooting guide](backup-azure-vms-troubleshoot.md).

articles/backup/backup-instant-restore-capability.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,15 @@ The new model does not allow deleting the restore point (Tier2) unless the snaps
106106
### Why is my snapshot existing even after the set retention period in backup policy?
107107

108108
If the recovery point has snapshot and that is the latest RP available, it is retained until the time there is a next successful backup. This is as per the designed "garbage collection" (GC) policy today that mandates at least one latest RP to be always present in case all backups further on fail due to an issue in the VM. In normal scenarios, RPs are cleaned up in maximum of 24 hours after their expiry.
109+
110+
>[!NOTE]
111+
> Azure Backup now supports selective disk backup and restore using the Azure Virtual Machine backup solution.
112+
>
113+
>Today, Azure Backup supports backing up all the disks (Operating System and data) in a VM together using the Virtual Machine backup solution. With exclude-disk functionality, you get an option to backup one or a few from the many data disks in a VM. This provides an efficient and cost-effective solution for your backup and restore needs. Each recovery point contains data of the disks included in the backup operation, which further allows you to have a subset of disks restored from the given recovery point during the restore operation. This applies to restore both from the snapshot and the vault.
114+
>
115+
> This solution is particularly useful in the following scenarios:
116+
>
117+
>1. You have critical data to be backed up in only one disk and you don’t want to back up the rest of the disks attached to a VM. This minimizes the backup storage costs.
118+
>2. You have other backup solutions for part of your VM data. For example, you back up your databases or data with a different workload backup solution, and you want to use Azure VM level backup for the rest of your disks and data to build an efficient and robust system utilizing the best capabilities available.
119+
>
120+
>To sign up for the preview, write to us at [email protected]

articles/backup/backup-support-matrix-iaas.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,18 @@ Back up Azure VM to backup server | Back up files/folders/volumes; system state
2727

2828
Learn more about backup [using a backup server](backup-architecture.md#architecture-back-up-to-dpmmabs) and about [support requirements](backup-support-matrix-mabs-dpm.md).
2929

30+
>[!NOTE]
31+
> Azure Backup now supports selective disk backup and restore using the Azure Virtual Machine backup solution.
32+
>
33+
>Today, Azure Backup supports backing up all the disks (Operating System and data) in a VM together using the Virtual Machine backup solution. With exclude-disk functionality, you get an option to backup one or a few from the many data disks in a VM. This provides an efficient and cost-effective solution for your backup and restore needs. Each recovery point contains data of the disks included in the backup operation, which further allows you to have a subset of disks restored from the given recovery point during the restore operation. This applies to restore both from the snapshot and the vault.
34+
>
35+
> This solution is particularly useful in the following scenarios:
36+
>
37+
>1. You have critical data to be backed up in only one disk and you don’t want to back up the rest of the disks attached to a VM. This minimizes the backup storage costs.
38+
>2. You have other backup solutions for part of your VM data. For example, you back up your databases or data with a different workload backup solution, and you want to use Azure VM level backup for the rest of your disks and data to build an efficient and robust system utilizing the best capabilities available.
39+
>
40+
>To sign up for the preview, write to us at [email protected]
41+
3042
## Supported backup actions
3143

3244
**Action** | **Support**

0 commit comments

Comments
 (0)