Skip to content

Commit bba886b

Browse files
authored
Clarify snapshotfilter option
1 parent 2198750 commit bba886b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.service: azure-netapp-files
1212
ms.workload: storage
1313
ms.tgt_pltfrm: na
1414
ms.topic: reference
15-
ms.date: 09/04/2022
15+
ms.date: 10/09/2022
1616
ms.author: phjensen
1717
---
1818

@@ -31,11 +31,13 @@ Doing a volume restore from a snapshot is done using the `azacsnap -c restore` c
3131

3232
The `-c restore` command has the following options:
3333

34-
- `--restore snaptovol` Creates a new volume based on the latest snapshot on the target volume. This command creates a new "cloned" volume based on the configured target volume, using the latest volume snapshot as the base to create the new volume. This command does not interrupt the storage replication from primary to secondary. Instead clones of the latest available snapshot are created at the DR site and recommended filesystem mountpoints of the cloned volumes are presented. This command should be run on the Azure Large Instance system **in the DR region** (that is, the target fail-over system).
34+
- `--restore snaptovol` Creates a new volume based on a volume snapshot. This command creates a new "cloned" volume based on the volumes in the configuration file, by default using the latest volume snapshot as the base to create the new volume. It is possible to select a snapshot to clone, by using the additional option `--snapshotfilter <Snapshot Name>`. This command does not interrupt the storage replication from primary to secondary. Instead clones of the snapshot are created at the same location and recommended filesystem mountpoints of the cloned volumes are presented. This command should be run on the Azure Large Instance system **in the DR region** (that is, the target fail-over system).
35+
36+
- `--restore revertvolume` Reverts the target volume to a prior state based on a volume snapshot. Using this command as part of DR Failover into the paired DR region. This command **stops** storage replication from the primary site to the secondary site, and reverts the target DR volume(s) to their latest available snapshot on the DR volumes along with recommended filesystem mountpoints for the reverted DR volumes. This command should be run on the Azure Large Instance system **in the DR region** (that is, the target fail-over system).
3537

36-
- `--restore revertvolume` Reverts the target volume to a prior state based on the most recent snapshot. Using this command as part of DR Failover into the paired DR region. This command **stops** storage replication from the primary site to the secondary site, and reverts the target DR volume(s) to their latest available snapshot on the DR volumes along with recommended filesystem mountpoints for the reverted DR volumes. This command should be run on the Azure Large Instance system **in the DR region** (that is, the target fail-over system).
3738
> [!NOTE]
3839
> The sub-command (`--restore revertvolume`) is only available for Azure Large Instance and is not available for Azure NetApp Files.
40+
3941
- `--dbsid <SAP HANA SID>` is the SAP HANA SID being selected from the configuration file to apply the volume restore commands to.
4042

4143
- `[--configfile <config filename>]` is an optional parameter allowing for custom configuration file names.

0 commit comments

Comments
 (0)