Skip to content

Commit 03bec07

Browse files
Merge pull request #277799 from Phil-Jensen/main
Update azacsnap-cmd-ref-delete based on online feedback.
2 parents 1280065 + 54362ba commit 03bec07

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/azure-netapp-files/azacsnap-cmd-ref-delete.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: azure-netapp-files
55
author: Phil-Jensen
66
ms.service: azure-netapp-files
77
ms.topic: reference
8-
ms.date: 01/18/2023
8+
ms.date: 06/10/2024
99
ms.author: phjensen
1010
---
1111

@@ -32,6 +32,9 @@ The `-c delete` command has the following options:
3232

3333
- `--delete sync` when used with options `--dbsid <SID>` and `--snapshot <snapshot name>` will check for any entries in the backup catalog for the `<snapshot name>`, gets the SAP HANA backup ID and deletes both the entry in the backup catalog _and_ the snapshot from any of the volumes containing the named snapshot.
3434

35+
> [!IMPORTANT]
36+
> In case the `anfBackup` option is configured in the AzAcSnap JSON configuration file, then for the `--snapshot <snapshot name>` the volume portion of the snapshot name must not be provided!
37+
3538
- `[--force]` (optional) *Use with caution*. This operation will force deletion without prompting for confirmation.
3639

3740
- `[--configfile <config filename>]` is an optional parameter allowing for custom configuration file names.
@@ -48,7 +51,7 @@ gets the storage snapshot name and deletes both the entry in the backup catalog
4851
and the snapshot from all of the volumes containing the named snapshot.
4952

5053
```bash
51-
azacsnap -c delete --delete sync --snapshot hana_hourly.2020-01-22_2358
54+
azacsnap -c delete --delete sync --dbsid H80 --snapshot hana_hourly.2020-01-22_2358
5255
```
5356

5457
> [!NOTE]

0 commit comments

Comments
 (0)