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
1. (Optionsl) Add the date range for which you want to view the recovery points. For example, if you want to view the recovery points from the last 120 days, use the following command:
75
+
1. (Optional) Add the date range for which you want to view the recovery points. For example, if you want to view the recovery points from the last 120 days, use the following cmdlet:
Where, `$rp[0]` is the first recovery point in the list. If you want to move other recovery points, use `$rp[1]`, `$rp[2]`, and so on.
141
140
142
-
This command moves an archivable recovery point to archive. It returns a job that can be used to track the move operation, both from portal and with PowerShell.
141
+
This cmdlet moves an archivable recovery point to archive. It returns a job that can be used to track the move operation, both from portal and with PowerShell.
143
142
144
143
## View archived recovery points
145
144
146
-
This command returns all archived recovery points.
To restore SQL Server, follow [these steps](backup-azure-sql-automation.md#restore-sql-dbs). The `Restore-AzRecoveryServicesBackupItem`command requires two additional parameters, `RehydrationDuration` and `RehydrationPriority`.
170
+
To restore SQL Server, follow [these steps](backup-azure-sql-automation.md#restore-sql-dbs). The `Restore-AzRecoveryServicesBackupItem`cmdlet requires two additional parameters, `RehydrationDuration` and `RehydrationPriority`.
172
171
173
172
## View jobs
174
173
@@ -178,7 +177,7 @@ To view the move and restore jobs, use the following PowerShell cmdlet:
You can now use sample scripts to perform at scale operations. [Learn more](https://github.com/hiaga/Az.RecoveryServices/blob/master/README.md) about how to run the sample scripts. You can download the scripts from [here](https://github.com/hiaga/Az.RecoveryServices).
184
183
@@ -195,6 +194,8 @@ You can also write a script as per your requirements or modify the above sample
195
194
196
195
::: zone pivot="client-clitier"
197
196
197
+
This article provides the procedure to backup of long-term retention points in the archive tier, and snapshots and the Standard tier using command-line interface (CLI).
198
+
198
199
## Supported workloads
199
200
200
201
| Workloads | Operations |
@@ -215,14 +216,14 @@ You can also write a script as per your requirements or modify the above sample
215
216
az login
216
217
```
217
218
218
-
3. Set Subscription Context using the following command:
219
+
3. Set Subscription Context:
219
220
220
221
```azurecli
221
222
az account set –s <subscriptionId>
222
223
```
223
224
## View archivable recovery points
224
225
225
-
You can move the archivable recovery points to the vault-archive tier using the following commands. [Learn more] about the eligibility criteria.
226
+
You can move the archivable recovery points to the vault-archive tier using the following commands. [Learn more](archive-tier-support.md#supported-workloads) about the eligibility criteria.
226
227
227
228
-**For Azure Virtual Machines**
228
229
@@ -260,7 +261,7 @@ Run the following command:
260
261
az backup recoverypoint list -g {rg} -v {vault} -c {container} -i {item} --backup-management-type { AzureIaasVM} --workload-type {VM} --recommended-for-archive
261
262
```
262
263
263
-
[Learn more]() about recommendation set.
264
+
[Learn more](archive-tier-support.md#archive-recommendations-only-for-azure-virtual-machines) about recommendation set.
264
265
265
266
>[!Note]
266
267
>- Cost savings depends on various reasons and might not be the same for every instance.
@@ -341,8 +342,7 @@ Run the following commands:
341
342
342
343
::: zone pivot="client-portaltier"
343
344
344
-
345
-
345
+
This article provides the procedure to backup of long-term retention points in the archive tier, and snapshots and the Standard tier using Azure portal.
346
346
347
347
## Supported workloads
348
348
@@ -353,7 +353,7 @@ Run the following commands:
353
353
354
354
## View archived recovery points
355
355
356
-
You can now view all the recovery points that have beenare moved to archive.
356
+
You can now view all the recovery points that have are moved to archive.
357
357
358
358
:::image type="content" source="./media/use-archive-tier-support/view-recovery-points-list-inline.png" alt-text="Screenshot showing the list of recovery points." lightbox="./media/use-archive-tier-support/view-recovery-points-list-expanded.png":::
359
359
@@ -370,11 +370,11 @@ Follow these steps:
370
370
371
371
:::image type="content" source="./media/use-archive-tier-support/view-old-recovery-points-inline.png" alt-text="Screenshot showing the process to view recovery points that are older than 7 days." lightbox="./media/use-archive-tier-support/view-old-recovery-points-expanded.png":::
372
372
373
-
3. Select _Long term retention points can be moved to archive. Tomove all ‘eligible recovery points’ to archive tier, click here_ to view all eligible archivable points to be moved to archive.
373
+
3. To view all eligible archivable points to be moved to archive, select _Long term retention points can be moved to archive. To move all ‘eligible recovery points’ to archive tier, click here_.
374
374
375
375
:::image type="content" source="./media/use-archive-tier-support/view-all-eligible-archivable-points-for-move-inline.png" alt-text="Screenshot showing the process to view all eligible archivable points to be moved to archive." lightbox="./media/use-archive-tier-support/view-all-eligible-archivable-points-for-move-expanded.png":::
376
376
377
-
All archivable recovery points appears.
377
+
All archivable recovery points appear.
378
378
379
379
380
380
[Learn more](archive-tier-support.md#supported-workloads) about eligibility criteria.
@@ -388,13 +388,13 @@ Follow these steps:
388
388
389
389
You can monitor the progress in backup jobs.
390
390
391
-
### Restore
391
+
## Restore
392
392
393
393
To restore the recovery points that are moved to archive, you need to add the required parameters for rehydration duration and rehydration priority.
394
394
395
395
:::image type="content" source="./media/use-archive-tier-support/restore-in-portal.png" alt-text="Screenshot showing the process to restore recovery points in the portal.":::
396
396
397
-
### View jobs
397
+
## View jobs
398
398
399
399
:::image type="content" source="./media/use-archive-tier-support/view-jobs-portal.png" alt-text="Screenshot showing the process to view jobs in the portal.":::
0 commit comments