Clone a Snapshot

Clones of are useful for restoring individual files instead of a complete volume. By copying the files from the cloned volume to the active volume, you can restore the files without affecting other users.

Clone volume data from a specific snapshot.
vol --clone vol_name--snapname snap_name --clonename clone_name [--description text]

A clone of the snapshot is created.

Cloning volume Test1 data from snapshot Snap1 to the clone volume CloneRestore:

$ vol --clone Test1 --snapname Snap31 --clonename CloneRestore