|
NAMEzelta match - Describes the relationship between a dataset tree and its replica. SYNOPSISzelta match [-Hp] [-d depth] [-o field[,...]] source-endpoint target-endpoint DESCRIPTIONzelta match recursively displays a dataset and its children, similar to the zfs list -r command, except it compares common dataset between the source dataset tree and its target replica. Instead of ZFS Properties, zelta match displays fields describing differences and similarities between the two dataset trees. This is especially useful for assisting with replication operations and confirming backups.
-H Used for scripting mode. Do not print headers and separate fields by a single tab instead of arbitrary white space. -p Display numbers in exact, machine-readable values, instead of units such as B, K, M, or G.
-q Decrease verbosity. -v Increase verbosity.
FIELD OPTIONS
EXAMPLESBasic Comparison: Compare snapshots between local source and target datasets.
Remote Comparison: Compare snapshots and show the size in bytes of missing snapshots on the second system.
Quick backup integrity check: Compare the top two levels of similar backup repositories to see which backups might be missing or out of between each host.
Dry Run: Display the zfs list commands without executing them.
SEE ALSOssh(1), zelta(8), zfs(8) AUTHORSDaniel J. Bell bellta@belltower.it WWWhttps://zelta.space
|