Creating Volume Snapshots
Describes how to create snapshots of volumes using the Control System and the CLI.
You can create a snapshot manually using the Control System and the CLI, or use a schedule to automate snapshot creation.
Creating Snapshots of Multiple Volumes Using the Control System
To create snapshots of multiple (standard and/or mirror) volumes manually:
-
Log in to the Control System and go to the Summary
tab in the page.
Note: When running on a Kubernetes cluster, the Summary tab is on the Volumes page.
- Select the volume(s) for which you need to create the snapshots.
-
Click Snapshot Volume from the
Actions drop-down menu.
The Snapshot Volume(s) confirmation dialog displays.
- Verify the list of volumes and enter a unique name for the snapshot in the New Snapshot Name field.
- Click Snapshot Volumes.
Creating a Snapshot of a Volume Using the Control System
You can create a snapshot manually or use a schedule to automate snapshot creation. To create a snapshot of a volume manually:
- Log in to the Control System and go to the Snapshots tab in the volume information page.
- Click Create Snapshot to display the Create Snapshot window.
- Enter a unique name for the snapshot in the New Snapshot Name field.
-
Click Create Snapshot to create a snapshot
of the volume.
By default, manually created snapshots do not have an expiration date.
Creating Volume Snapshots Using the CLI or REST API
The basic command to create a snapshot is:
maprcli volume snapshot create -snapshotname <snapshot> -volume <volume>
For complete reference information, see
volume snapshot create
.