This is documentation for MapR M7 Edition, version 3.0. Click here for documentation for MapR M3 and M5 Editions.

Skip to end of metadata
Go to start of metadata

Creates a snapshot of the specified volume, using the specified snapshot name. License required: M5 Permissions required: snap, fc, or a


Syntax

CLI
maprcli volume snapshot create
    [ -cluster <cluster> ]
    -snapshotname <snapshot>
    -volume <volume>
REST
http[s]://<host>:<port>/rest/volume/snapshot/create?<parameters>

Parameters



Parameter Description
cluster The cluster on which to run the command.
snapshotname
The name of the snapshot to create.
volume The volume for which to create a snapshot.

Examples

Create a snapshot called "test-snapshot" for volume "test-volume":

CLI
maprcli volume snapshot create -snapshotname test-snapshot -volume test-volume
REST
https://r1n1.sj.us:8443/rest/volume/snapshot/create?volume=test-volume&snapshotname=test-snapshot

Enter labels to add to this page:
Please wait 
Looking for a label? Just start typing.