An Azure backup service that provides built-in management at scale.
Question about VHD Merge Process in Azure MARS Agent Incremental Backups
In the Azure Backup MARS agent documentation https://learn.microsoft.com/en-us/azure/backup/backup-azure-about-mars#additional-information, it states that during incremental backups, a new VHD is created, compressed, and encrypted before being sent to the vault. After the backup completes, this VHD is merged with the VHD created during the initial replication.
Could you please clarify how the merge process works given that the new VHD is already compressed and encrypted? Specifically:
• Is the VHD decompressed and decrypted before merging?
• Or is there a mechanism that allows merging in its compressed/encrypted form?
I would appreciate more details on how data consistency and integrity are maintained during this process.