Skip to content

Commit 15545dc

Browse files
authored
Merge pull request #293299 from AbhishekMallick01/Jan-21-2025-EEE1
Addressed EEE doc ask #26863025
2 parents d7bc5c8 + 62ae356 commit 15545dc

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

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

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ sections:
129129
130130
- question: Will a new disk added to VM be backed up automatically?
131131
answer: |
132-
Yes, a new disk added to a VM will be backed up automatically during the next backup, unless selective disk backup is configured on the VM. A newly added disks to the VM will have a Full snapshot (Initial Replica) taken on the first backup, the existing disks will continue the Incremental logic chain.
132+
Yes, a new disk added to a VM will be backed up automatically during the next backup, unless selective disk backup is configured on the VM. A newly added disk to the VM will have a Full snapshot (Initial Replica) taken on the first backup, the existing disks will continue the Incremental logic chain.
133133
134134
135135
- question: Can I restore the files and folders from an encrypted VM backup?
@@ -436,13 +436,19 @@ sections:
436436
answer: |
437437
This is the directory used by Backup Extension VMSnapshotLinux and it gets created when backups are enabled on VM using Recovery Services Vault. Logs are written in this location during backups, restores or extension operations such as schedule updates, generally they should use up only a few GB and the size of the logs is not proportional with the size of the backup.
438438
439-
- question: If I remove one of the disks from VM and increase the size of existing disk,what happens to the backups and if next backup create Full Backup for all disk?
439+
- question: If I remove one of the disks from VM and increase the size of existing disk, what happens to the backups and if next backup creates Full Backup for all disk?
440440
answer: |
441-
Removing a disk, will simply not run any snapshot or data transfer for the removed disk. Number of disks included in the restore point will differ depending on the VM state at the time of the backup.
441+
If you remove a disk, the snapshot or data transfer operations won't run for the removed disk. Number of disks included in the restore point will differ depending on the VM state at the time of the backup.
442442
443443
Resizing a disk will continue with incremental backups unless the underlying storage account of the disk changes, which results in a full backup.
444444
445445
- question: If backup fails with time out error for large disk VMs after running sometime, when can I re-trigger the backup job again and will the backup continue from where it failed?
446446
answer: |
447447
For Initial Replica, a full backup will be re-initiated in case of failure. However, for Incremental the snapshot from the last successful backup will be compared to the latest snapshot to copy the changed data into the vault.
448448
449+
- question: Why SSD V2 with GRS Vaults/Cross Region Restore is not supported?
450+
answer: |
451+
SSD V2/Ultra disks are currently not available in all regions, so Geo-Redundant Storage (GRS) can't be enabled.
452+
453+
>[!Note]
454+
>GRS functions only when both paired regions support SSD V2/Ultra disks.

0 commit comments

Comments
 (0)