zfs-clone.8

ZFS-CLONE(8) System Manager's Manual ZFS-CLONE(8)

zfs-cloneCreates a clone of the given snapshot.

zfs clone [-p] [-o property=value]... snapshot filesystem|volume

zfs clone [-p] [-o property=value]... snapshot filesystem|volume
See the section of zfsconcepts(8) for details. The target dataset can be located anywhere in the ZFS hierarchy, and is created as the same type as the original.
property=value
Sets the specified property; see zfs create for details.
Creates all the non-existing parent datasets. Datasets created in this manner are automatically mounted according to the property inherited from their parent. If the target filesystem or volume already exists, the operation completes successfully.

zfs-promote(8), zfs-snapshot(8)

June 30, 2019 Debian