Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 909 Bytes

pxc_volume_clone.md

File metadata and controls

41 lines (27 loc) · 909 Bytes

pxc volume clone

Creates a new volume from a volume or snapshot

Synopsis

Create a clone for the specified volume

pxc volume clone [VOLUME] [NAME] [flags]

Examples


  # Create a new volume called 'newvolume' from an existing volume called 'oldvolume'
  pxc create volumeclone oldvolume newvolume

Options

  -h, --help   help for clone

Options inherited from parent commands

      --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

SEE ALSO

Auto generated by spf13/cobra on 29-Sep-2021