File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 2
2
title : Selective disk backup and restore for Azure virtual machines
3
3
description : In this article, learn about selective disk backup and restore using the Azure virtual machine backup solution.
4
4
ms.topic : conceptual
5
- ms.date : 05/13/2021
6
- ms.custom : references_regions , devx-track-azurecli, devx-track-azurepowershell
5
+ ms.date : 11/10/2021
6
+ ms.custom : references_regions , devx-track-azurecli, devx-track-azurepowershell3
7
+ author : v-amallick
8
+ ms.service : backup
9
+ ms.author : v-amallick
7
10
---
8
11
9
12
# Selective disk backup and restore for Azure virtual machines
@@ -181,9 +184,9 @@ Each recovery point has the information of the included and excluded disks:
181
184
### Remove disk exclusion settings and get protected item with Azure CLI
182
185
183
186
``` azurecli
184
- az backup protection update-for-vm --vault-name {vaultname} --resource-group {resourcegroup} -c {vmname} -i {vmname} --backup-management-type AzureIaasVM -- disk-list-setting resetexclusionsettings
187
+ az backup protection update-for-vm --vault-name {vaultname} --resource-group {resourcegroup} -c {vmname} -i {vmname} --disk-list-setting resetexclusionsettings
185
188
186
- az backup item show -c {vmname} -n {vmname} --vault-name {vaultname} --resource-group {resourcegroup} --backup-management-type AzureIaasVM
189
+ az backup item show -c {vmname} -n {vmname} --vault-name {vaultname} --resource-group {resourcegroup}
187
190
```
188
191
189
192
When you execute these commands, you'll see ` "diskExclusionProperties": null ` .
You can’t perform that action at this time.
0 commit comments