Skip to content

Commit a352324

Browse files
authored
More clarity for snapshotfilter
1 parent bba886b commit a352324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ 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 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).
34+
- `--restore snaptovol` Creates a new volume based on a volume snapshot. This command creates a new "cloned" volume for each volume in the configuration file, by default using the latest volume snapshot as the base to create the new volume. For data volumes it's possible to select a snapshot to clone by using the option `--snapshotfilter <Snapshot Name>`, this will only complete if ALL data volumes have that same snapshot. 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).
3535

3636
- `--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).
3737

0 commit comments

Comments
 (0)