Create and delete snapshots manually
-
PDF of this doc site
-
Cluster administration
-
Volume administration
-
Logical storage management with the CLI
-
-
NAS storage management
-
Configure NFS with the CLI
-
Manage NFS with the CLI
-
Manage SMB with the CLI
-
Manage file access using SMB
-
-
-
Security and data encryption
-
Data protection and disaster recovery
-

Collection of separate PDF docs
Creating your file...
You can create snapshots manually when you can't wait for a scheduled snapshot to be created, and you can delete snapshots when they are no longer needed.
This procedure applies to FAS, AFF, and current ASA systems. If you have an ASA r2 system (ASA A1K, ASA A90, ASA A70, ASA A50, ASA A30, or ASA A20), follow these steps to create an on-demand snapshot. ASA r2 systems provide a simplified ONTAP experience specific to SAN-only customers.
Create a snapshot manually
You can manually create a snapshot using System Manager or the ONTAP CLI.
-
Navigate to Storage > Volumes and select the Snapshot copies tab.
-
Click
.
-
In the Add a snapshot window, accept the default snapshot name or edit it if desired.
-
Optional: Add a SnapMirror label.
-
Click Add.
-
Create a snapshot:
volume snapshot create -vserver <SVM> -volume <volume> -snapshot <snapshot_name>
Cli
Delete a snapshot manually
You can manually delete a snapshot using System Manager or the ONTAP CLI.
-
Navigate to Storage > Volumes and select the Snapshot copies tab.
-
Locate the snapshot you want to delete, click
, and select Delete.
-
In the Delete snapshot window, select Delete snapshot.
-
Click Delete.
-
Delete a snapshot:
volume snapshot delete -vserver <SVM> -volume <volume> -snapshot <snapshot_name>
Cli