Create and delete Snapshot copies manually
You can create Snapshot copies manually when you can't wait for a scheduled Snapshot copy to be created, and you can delete Snapshot copies 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 A70, or ASA A90), 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 copy manually
You can manually create a Snapshot copy using System Manager or the ONTAP CLI.
-
Navigate to Storage > Volumes and select the Snapshot copies tab.
-
Click .
-
In the Add a Snapshot copy window, accept the default Snapshot copy name or edit it if desired.
-
Optional: Add a SnapMirror label.
-
Click Add.
-
Create a Snapshot copy:
volume snapshot create -vserver <SVM> -volume <volume> -snapshot <snapshot_name>
Delete a Snapshot copy manually
You can manually delete a Snapshot copy using System Manager or the ONTAP CLI.
-
Navigate to Storage > Volumes and select the Snapshot copies tab.
-
Locate the Snapshot copy you want to delete, click , and select Delete.
-
In the Delete Snapshot copy window, select Delete Snapshot copy.
-
Click Delete.
-
Delete a Snapshot copy:
volume snapshot delete -vserver <SVM> -volume <volume> -snapshot <snapshot_name>