|
NAMEzelta clone - Perform a recursive clone operation. SYNOPSISzelta clone [-d depth] source/dataset[@snap] target/dataset DESCRIPTIONzelta clone performs a recursive zfs clone operation on a dataset. This is useful for recursive duplication of dataset trees and backup inspection and recovery of a files replicated with zelta backup. The clones will reference the latest or indicated snapshot, and consume practically no additional space. Clones can be modified and destroyed without affecting their origin datasets. The source and target must be on the same host and pool. The mountpoint will be inherited below the target parent (as provided by zfs clone). The target dataset must not exist. To create a clone on a remote host ensure the source and target are identical including the username and hostname used: Example remote operation:
OPTIONSRequired Options
Logging Options
Dataset and Snapshot Options
EXAMPLESClone a dataset tree:
Recover a dataset tree, in place, to a previous snapshot’s state:
Dry Run: Display the zfs clone commands without executing them.
SEE ALSOzelta(8), zelta-backup(8), zelta-match(8), zelta-options(7), zelta-policy(8), zelta-revert(8), zelta-rotate(8), cron(8), ssh(1), zfs(8), zfs-clone(8), zfs-promote(8) AUTHORSDaniel J. Bell <bellhyve@zelta.space> WWWhttps://zelta.space
|