You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/backup/backup-azure-vm-backup-faq.yml
+22-2Lines changed: 22 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ metadata:
4
4
description: In this article, discover answers to common questions about backing up Azure VMs with the Azure Backup service.
5
5
ms.topic: faq
6
6
ms.service: azure-backup
7
-
ms.date: 09/10/2024
7
+
ms.date: 10/21/2024
8
8
author: AbhishekMallick-MS
9
9
ms.author: v-abhmallick
10
10
@@ -296,7 +296,7 @@ sections:
296
296
answer: |
297
297
Yes, it's supported for [Cross Zonal Restore](backup-azure-arm-restore-vms.md#restore-options).
298
298
299
-
- question: How do I clear iSCSI session and it's processes after running the Python script for Linux ILR?
299
+
- question: How do I clear iSCSI session and its processes after running the Python script for Linux ILR?
300
300
answer: |
301
301
After you unmount disks from the Azure portal, run the Python script with `clean` parameter (`python scriptName.py clean`) to clear the session and remove the mount paths of the recovery point from the machine.
302
302
@@ -404,5 +404,25 @@ sections:
404
404
answer: |
405
405
The expiry time for the latest recovery point doesn't appear because it has infinite retention until a newer one gets created. The expiry time of other recovery points will be available in the Azure Portal after 24 hours of creation, depending on when the garbage collection runs (that will be within 24 hours).
406
406
407
+
- question: Will an Azure VM restore operation to original or alternate location affect a scheduled backup?
408
+
answer: |
409
+
No, the restore operation (to the original or an alternate location) doesn't affect scheduled backups.
410
+
411
+
- **Restore to Original Location**: Azure Backup replaces the existing VM’s disks with the ones from the restore point. This process includes [taking a snapshot of the current VM before the restore ensuring that the backup schedule remains](backup-azure-arm-restore-vms.md).
412
+
- **Restore to Alternate Location**: Azure Backup creates a new VM using the restore point. This new VM won't have the same backup schedule as the original VM; you need to configure the Backup policy manually. Learn [about Azure VM restore](about-azure-vm-restore.md).
407
413
414
+
In these restore scenarios, the original backup policy and schedule for the original VM remain unaffected. However, if you want the restored VM (in the alternate location) to have a backup schedule, you need to set up the Backup policy.
408
415
416
+
- question: What happens to the backup configuration if I do Original/Alternate Location Restore of Azure VMs?
417
+
answer: |
418
+
In case of an Original Location Restore (OLR) or an Alternate Location Restore (ALR) for Azure VMs, Azure Backup performs the backup configuration as:
419
+
420
+
| Restore type | Backup configuration | Backup data |
421
+
| --- | --- | --- |
422
+
| **Original Location Restore (OLR)** | The backup configuration remains the same. The restored VM uses the same backup policy and schedule as the original VM. | The existing backup data is preserved, and new backups are triggered as per the original backup schedule. |
423
+
| **Alternate Location Restore (ALR)** | The new VM created in the alternate location doesn't inherit the backup configuration of the original VM. You need to configure a new backup policy for this VM manually. | The backup data for the original VM remains unaffected. However, the new VM starts with a fresh backup history once you configure its backup. |
424
+
425
+
>[!Note]
426
+
>- **OLR**: Provides a seamless continuation of backups with the same policy.
427
+
>- **ALR**: Requires manual setup of backup policies for the new VM.
0 commit comments