Skip to content

Commit 5e34314

Browse files
author
David Curwin
committed
Replace last recovery point with most recent recovery point
1 parent 0d072da commit 5e34314

5 files changed

+7
-7
lines changed

articles/backup/backup-azure-arm-vms-prepare.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Completed | Failed | Completed with warning
149149
Failed | Failed | Failed
150150

151151
Now with this capability, for the same VM, two backups can run in parallel, but in either phase (snapshot, transfer data to vault) only one sub task can be running. So in scenarios where a backup job in progress resulted in the next day’s backup to fail, it will be avoided with this decoupling functionality. Subsequent days' backups can have the snapshot completed, while **Transfer data to vault** is skipped if an earlier day’s backup job is in progress state.
152-
The incremental recovery point created in the vault will capture all the churn from the last recovery point created in the vault. There's no cost impact on the user.
152+
The incremental recovery point created in the vault will capture all the churn from the most recent recovery point created in the vault. There's no cost impact on the user.
153153

154154
## Optional steps
155155

articles/backup/backup-azure-file-folder-backup-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ If you have the same passphrase (that you provided during registration) of the o
195195

196196
### My backup jobs have been failing or not running for a long time. I'm past the retention period. Can I still restore?
197197

198-
As a safety measure, Azure Backup will preserve the last recovery point, even if it's past the retention period. Once backups resume and fresh recovery points become available, the older recovery point will be removed according to the specified retention.
198+
As a safety measure, Azure Backup will preserve the most recent recovery point, even if it's past the retention period. Once backups resume and fresh recovery points become available, the older recovery point will be removed according to the specified retention.
199199
200200
### What happens if I cancel an ongoing restore job?
201201

articles/backup/backup-azure-manage-mars.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ A passphrase is used to encrypt and decrypt data while backing up or restoring y
167167

168168
This section discusses a scenario where your source machine that was protected with MARS is no longer available because it was deleted, corrupted, infected with malware/ransomware, or decommissioned.
169169

170-
For these machines, the Azure Backup service ensures that the last recovery point doesn't expire (that is, doesn't get pruned) according to the retention rules specified in the backup policy. Therefore, you can safely restore the machine. Consider the following scenarios you can perform on the backed-up data:
170+
For these machines, the Azure Backup service ensures that the most recent recovery point doesn't expire (that is, doesn't get pruned) according to the retention rules specified in the backup policy. Therefore, you can safely restore the machine. Consider the following scenarios you can perform on the backed-up data:
171171

172172
### Scenario 1: The source machine is unavailable, and you no longer need to retain backup data
173173

articles/backup/backup-azure-manage-vms.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ There are two ways to stop protecting a VM:
115115
* **Stop protection and delete backup data**. This option will stop all future backup jobs from protecting your VM and delete all the recovery points. You won't be able to restore the VM nor use *Resume backup* option.
116116

117117
>[!NOTE]
118-
>If you delete a data source without stopping backups, new backups will fail. Old recovery points will expire according to the policy, but one last recovery point will always be kept until you stop the backups and delete the data.
118+
>If you delete a data source without stopping backups, new backups will fail. Old recovery points will expire according to the policy, but the most recent recovery point will always be kept until you stop the backups and delete the data.
119119
>
120120
121121
### Stop protection and retain backup data
@@ -181,8 +181,8 @@ To protect your data, Azure Backup includes the soft delete feature. With soft d
181181
### Backup item where primary data source no longer exists
182182

183183
* If Azure VMs configured for Azure Backup are either deleted or moved without stopping protection, then both scheduled backup jobs and on demand (ad-hoc) backup jobs will fail with the error UserErrorVmNotFoundV2. The backup pre-check will appear as critical only for failed on-demand backup jobs (failed scheduled jobs aren't displayed).
184-
* These backup items remain active in the system adhering to the backup and retention policy set by the user. The backed-up data for these Azure VMs will be retained according to the retention policy. The expired recovery points (except the last recovery point) are cleaned according to the retention range set in the backup policy.
185-
* We recommend to delete the backup items where the primary data source no longer exists to avoid any additional cost, if the backup item/data for the delete resources is no longer required as the last recovery point is retained forever and the user is charged according to the backup pricing applicable.
184+
* These backup items remain active in the system adhering to the backup and retention policy set by the user. The backed-up data for these Azure VMs will be retained according to the retention policy. The expired recovery points (except the most recent recovery point) are cleaned according to the retention range set in the backup policy.
185+
* We recommend to delete the backup items where the primary data source no longer exists to avoid any additional cost, if the backup item/data for the delete resources is no longer required as the most recent recovery point is retained forever and the user is charged according to the backup pricing applicable.
186186

187187
## Next steps
188188

articles/backup/manage-monitor-sql-database-backup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If you choose to leave recovery points, keep these details in mind:
5050

5151
- All recovery points will remain intact forever, and all pruning will stop at stop protection with retain data.
5252
- You'll be charged for the protected instance and the consumed storage. For more information, see [Azure Backup pricing](https://azure.microsoft.com/pricing/details/backup/).
53-
- If you delete a data source without stopping backups, new backups will fail. Old recovery points will expire according to the policy, but one last recovery point will always be kept until you stop the backups and delete the data.
53+
- If you delete a data source without stopping backups, new backups will fail. Old recovery points will expire according to the policy, but the most recent recovery point will always be kept until you stop the backups and delete the data.
5454

5555
To stop protection for a database:
5656

0 commit comments

Comments
 (0)