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/tutorial-sap-hana-backup-cli.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,9 +66,9 @@ Location Name ResourceGroup
66
66
westus2 saphanaVault saphanaResourceGroup
67
67
```
68
68
69
-
# [HSR database](#tab/hsr-database)
69
+
# [HSR](#tab/hsr)
70
70
71
-
To create the Recovery Services vault for HSR database instance protection, run the following command:
71
+
To create the Recovery Services vault for HSR instance protection, run the following command:
72
72
73
73
```azurecli
74
74
az backup vault create --resource-group hanarghsr2 --name hanavault10 --location westus2
@@ -115,7 +115,7 @@ To register and protect database instance, follow these steps:
115
115
> The column “name” in the above output refers to the container name. This container name will be used in the next sections to enable backups and trigger them. Which in this case, is *VMAppContainer;Compute;saphanaResourceGroup;saphanaVM*.
116
116
117
117
118
-
# [HSR database](#tab/hsr-database)
118
+
# [HSR](#tab/hsr)
119
119
120
120
To register and protect database instance, follow these steps:
121
121
@@ -219,7 +219,7 @@ To get container name, run the following command. [Learn about this CLI command]
219
219
220
220
```
221
221
222
-
# [HSR database](#tab/hsr-database)
222
+
# [HSR](#tab/hsr)
223
223
224
224
To enable database instance backup, follow these steps:
225
225
@@ -294,7 +294,7 @@ The response will give you the job name. This job name can be used to track the
294
294
>[!NOTE]
295
295
>Log backups are automatically triggered and managed by SAP HANA internally.
296
296
297
-
# [HSR database](#tab/hsr-database)
297
+
# [HSR](#tab/hsr)
298
298
299
299
To run an on-demand backup, run the following command:
As you can see, the list above contains three recovery points: one each for full, differential, and log backup.
65
65
66
-
# [HSR database](#tab/hsr-database)
66
+
# [HSR](#tab/hsr)
67
67
68
68
To view the available recovery points, run the following command:
69
69
@@ -169,7 +169,7 @@ Name Resource
169
169
170
170
The response will give you the job name. This job name can be used to track the job status using [az backup job show](/cli/azure/backup/job#az-backup-job-show) cmdlet.
171
171
172
-
# [HSR database](#tab/hsr-database)
172
+
# [HSR](#tab/hsr)
173
173
174
174
To start the restore operation, run the following command:
0 commit comments