|
2 | 2 | title: Configure and manage enhanced soft delete for Azure Backup (preview)
|
3 | 3 | description: This article describes about how to configure and manage enhanced soft delete for Azure Backup.
|
4 | 4 | ms.topic: how-to
|
5 |
| -ms.date: 12/13/2022 |
| 5 | +ms.date: 05/15/2023 |
6 | 6 | ms.service: backup
|
7 | 7 | author: jyothisuri
|
8 | 8 | ms.author: jsuri
|
@@ -190,12 +190,53 @@ Here are some points to note:
|
190 | 190 |
|
191 | 191 | - Unregistering a container while its backup items are soft deleted (not permanently deleted) will change the state of the container to Soft deleted.
|
192 | 192 |
|
193 |
| -- You can re-register containers that are in soft deleted state to another vault. However, in such scenarios, the existing backups (that are soft deleted) will continue to be in the original vault and will be permanently deleted when the soft delete retention period expires. |
| 193 | +- You can re-register containers that are in soft deleted state to another vault. However, in such scenarios, the existing backups (that is soft deleted) will continue to be in the original vault and will be permanently deleted when the soft delete retention period expires. |
194 | 194 |
|
195 | 195 | - You can also *undelete* the container. Once undeleted, it's re-registered to the original vault.
|
196 | 196 |
|
197 | 197 | You can undelete a container only if it's not registered to another vault. If it's registered, then you need to unregister it with the vault before performing the *undelete* operation.
|
198 | 198 |
|
| 199 | +## Delete recovery points |
| 200 | + |
| 201 | +Soft delete of recovery points helps you recover any recovery points that are accidentally or maliciously deleted for some operations that could lead to deletion of one or more recovery points. Recovery points don't move to soft-deleted state immediately and have a *24 hour SLA* (same as before). The example here shows recovery points that were deleted as part of backup policy modifications. |
| 202 | + |
| 203 | +[Soft delete of recovery points](backup-azure-enhanced-soft-delete-about.md#soft-delete-of-recovery-points), a part of enhanced soft delete is currently available in selected Azure regions. [Learn more](backup-azure-enhanced-soft-delete-about.md#supported-regions) on the region availability. |
| 204 | + |
| 205 | +Follow these steps: |
| 206 | + |
| 207 | +1. Go to your *vault* > **Backup policies**. |
| 208 | + |
| 209 | +2. Select the *backup policy* you want to modify. |
| 210 | + |
| 211 | +3. Reduce the retention duration in the backup policy, and then select **Update**. |
| 212 | + |
| 213 | +4. Go to *vault* > **Backup items**. |
| 214 | + |
| 215 | +5. Select a *backup item* that is backed up using the modified policy, and view its details. |
| 216 | + |
| 217 | +6. To view all recovery points for this item, select **Restore**, and then filter for the impacted recovery points. |
| 218 | + |
| 219 | + The impacted recovery points are labeled as *being soft deleted* in the **Recovery type** column and will be retained as per the soft delete retention of the vault. |
| 220 | + |
| 221 | + |
| 222 | +## Undelete recovery points |
| 223 | + |
| 224 | +You can *undelete* recovery points that are in soft deleted state so that they can last till their expiry by modifying the policy again to increase the retention of backups. |
| 225 | + |
| 226 | +Follow these steps: |
| 227 | + |
| 228 | +1. Go to your *vault* > **Backup policies**. |
| 229 | + |
| 230 | +2. Select the *backup policy* you want to modify. |
| 231 | + |
| 232 | +3. Increase the retention duration in the backup policy, and then select **Update**. |
| 233 | + |
| 234 | +4. Go to *vault* > **Backup items**, select a *backup item* that is backed up using the modified policy, and then view its details. |
| 235 | + |
| 236 | +5. To view all recovery points for this item, select **Restore**, and then filter for the impacted recovery points. |
| 237 | + |
| 238 | + The impacted recovery points don't have the *soft deleted* label and can't in soft-deleted state. If there are recovery points that are still beyond the increased retention duration, these would continue to be in the soft-deleted state unless the retention is further increased. |
| 239 | + |
199 | 240 | ## Disable soft delete
|
200 | 241 |
|
201 | 242 | Follow these steps:
|
|
0 commit comments