Skip to content

Commit 9a3bec4

Browse files
HANA - On-demand backup and retention types updates
1 parent cee9c55 commit 9a3bec4

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

articles/backup/tutorial-sap-hana-backup-cli.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Tutorial - SAP HANA DB backup on Azure using Azure CLI
33
description: In this tutorial, learn how to back up SAP HANA databases running on an Azure VM to an Azure Backup Recovery Services vault using Azure CLI.
44
ms.topic: tutorial
5-
ms.date: 07/22/2022
5+
ms.date: 08/11/2022
66
ms.custom: devx-track-azurecli
77
author: v-amallick
88
ms.service: backup
@@ -160,7 +160,10 @@ To get container name, run the following command. [Learn about this CLI command]
160160
While the section above details how to configure a scheduled backup, this section talks about triggering an on-demand backup. To do this, we use the [az backup protection backup-now](/cli/azure/backup/protection#az-backup-protection-backup-now) command.
161161

162162
>[!NOTE]
163-
> By default, the retention of on-demand backups is set to 45 days.
163+
>The retention period of this backup is determined by the type of on-demand backup you have run.
164+
>- *On-demand full backups* are retained for a minimum of *45 days* and a maximum of *99 years*.
165+
>- *On-demand differential backups* are retained as per the *log retention set in the policy*.
166+
>- *On-demand incremental backups* aren't currently supported.
164167
165168
```azurecli-interactive
166169
az backup protection backup-now --resource-group saphanaResourceGroup \

articles/backup/tutorial-sap-hana-manage-cli.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: 'Tutorial: Manage backed-up SAP HANA DB using CLI'
33
description: In this tutorial, learn how to manage backed-up SAP HANA databases running on an Azure VM using Azure CLI.
44
ms.topic: tutorial
5-
ms.date: 12/4/2019
5+
ms.date: 08/11/2022
66
ms.custom: devx-track-azurecli
77
---
88

@@ -32,6 +32,9 @@ If you've used [Back up an SAP HANA database in Azure using CLI](tutorial-sap-ha
3232

3333
Azure CLI makes it easy to manage an SAP HANA database running on an Azure VM that's backed-up using Azure Backup. This tutorial details each of the management operations.
3434

35+
>[!Note]
36+
>See the [SAP HANA backup support matrix](sap-hana-backup-support-matrix.md) to know more about the supported configurations and scenarios.
37+
3538
## Monitor backup and restore jobs
3639

3740
To monitor completed or currently running jobs (backup or restore), use the [az backup job list](/cli/azure/backup/job#az-backup-job-list) cmdlet. CLI also allows you to [suspend a currently running job](/cli/azure/backup/job#az-backup-job-stop) or [wait until a job completes](/cli/azure/backup/job#az-backup-job-wait).

articles/backup/tutorial-sap-hana-restore-cli.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Tutorial - SAP HANA DB restore on Azure using CLI
33
description: In this tutorial, learn how to restore SAP HANA databases running on an Azure VM from an Azure Backup Recovery Services vault using Azure CLI.
44
ms.topic: tutorial
5-
ms.date: 12/23/2021
5+
ms.date: 08/11/2022
66
ms.custom: devx-track-azurecli
77
author: v-amallick
88
ms.service: backup
@@ -30,6 +30,9 @@ This tutorial assumes you have an SAP HANA database running on Azure VM that's b
3030
* Backed-up database/item named *saphanadatabase;hxe;hxe*
3131
* Resources in the *westus2* region
3232

33+
>[!Note]
34+
>See the [SAP HANA backup support matrix](sap-hana-backup-support-matrix.md) to know more about the supported configurations and scenarios.
35+
3336
## View restore points for a backed-up database
3437

3538
To view the list of all the recovery points for a database, use the [az backup recoverypoint list](/cli/azure/backup/recoverypoint#az-backup-recoverypoint-show-log-chain) cmdlet as follows:

0 commit comments

Comments
 (0)