Skip to content

Commit 66ae762

Browse files
committed
back up using anf
1 parent e6c05b3 commit 66ae762

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

articles/azure-vmware/backup-azure-netapp-files-datastores-vms.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Back up Azure NetApp Files datastores and VMs using Cloud Backup
33
description: Learn how to back up datastores and Virtual Machines to the cloud.
44
ms.topic: how-to
55
ms.service: azure-vmware
6-
ms.date: 3/22/2024
6+
ms.date: 10/22/2024
77
ms.custom: engagement-fy23
88
---
99

@@ -29,6 +29,7 @@ Before you back up your Azure NetApp Files datastores, you must add your Azure a
2929
"Microsoft.Resources/subscriptions/resourceGroups/resources/read",
3030
"Microsoft.Resources/subscriptions/resourceGroups/write",
3131
"Microsoft.Network/virtualNetworks/read",
32+
"Microsoft.Network/virtualNetworks/subnets/read",
3233
"Microsoft.Insights/Metrics/Read"
3334
],
3435
```
@@ -53,20 +54,22 @@ Before you back up your Azure NetApp Files datastores, you must add your Azure a
5354
You must create backup policies before you can use Cloud Backup for Virtual Machines to back up Azure NetApp Files datastores and VMs.
5455

5556
1. In the left navigation of the vCenter web client page, select **Cloud Backup for Virtual Machines** > **Policies**.
56-
2. On the **Policies** page, select **Create** to initiate the wizard.
57-
3. On the **New Backup Policy** page, select the vCenter Server that uses the policy, then enter the policy name and a description.
57+
1. On the **Policies** page, select **Create** to initiate the wizard.
58+
1. On the **New Backup Policy** page, select the vCenter Server that uses the policy, then enter the policy name and a description.
5859
* **Only alphanumeric characters and underscores (_) are supported in VM, datastore, cluster, policy, backup, or resource group names.** Other special characters aren't supported.
59-
4. Specify the retention settings.
60-
The maximum retention value is 255 backups. If the **"Backups to keep"** option is selected during the backup operation, Cloud Backup for Virtual Machines retains backups within the specified retention count and delete the backups that exceed the retention count.
61-
5. Specify the frequency settings.
60+
1. Specify the retention settings.
61+
The maximum retention value is 255 backups. If the **Backups to keep** option is selected during the backup operation, Cloud Backup for Virtual Machines retains backups within the specified retention count and deletes the backups that exceed the retention count.
62+
1. Choose **Back up using Azure NetApp Files** if you want to use Azure NetApp Files as a backup.
63+
If so, provide a maximum retention value.
64+
1. Specify the frequency settings.
6265
The policy specifies the backup frequency only. The specific protection schedule for backing up is defined in the resource group. Therefore, two or more resource groups can share the same policy and backup frequency but have different backup schedules.
63-
6. **Optional:** In the **Advanced** fields, select the fields that are needed. The Advanced field details are listed in the following table.
66+
1. **Optional:** In the **Advanced** fields, select the fields that are needed. The Advanced field details are listed in the following table.
6467

6568
| Field | Action |
6669
| ---- | ---- |
6770
| VM consistency | Check this box to pause the VMs and create a VMware snapshot each time the backup job runs. <br> When you check the VM consistency box, backup operations might take longer and require more storage space. In this scenario, the VMs are first paused, then VMware performs a VM consistent snapshot. Cloud Backup for Virtual Machines then performs its backup operation, and then VM operations are resumed. <br> VM guest memory isn't included in VM consistency snapshots. |
6871
| Include datastores with independent disks | Check this box to include any datastores with independent disks that contain temporary data in your backup. |
69-
7. Select **Add** to save your policy.
72+
1. Select **Add** to save your policy.
7073
You can verify the policy was created successfully and review the configuration by selecting the policy in the **Policies** page.
7174

7275
## Resource groups

0 commit comments

Comments
 (0)