Create a volume snapshot
Create a snapshot for the specified volume
pxc volume snapshot [VOLUME] [NAME] [flags]
# Create a snapshot named mysnap for the specified volume "myvol":
pxc create volumesnapshot mysnap --labels color=blue,fabric=wool --volume myvol
-h, --help help for snapshot
--labels string Comma separated list of labels as key-value pairs: 'k1=v1,k2=v2'
--pxc.config string Config file (default is $HOME/.pxc/config.yml)
--pxc.config-dir string Config directory (default "/home2/lpabon/.pxc")
--pxc.context string Force context name for the command
--pxc.token string Portworx authentication token
--pxc.v int32 [0-3] Log level verbosity
- pxc volume - Volume life cycle management