|
NAMEzelta - perform safe, recursive ZFS operations locally and remotely SYNOPSIS
DESCRIPTIONzelta provides tools for ZFS replication, backup verification, dataset recovery, and policy-based automation. All operations work recursively on dataset trees and support both local and remote execution via ssh(1). Remote dataset endpoints follow scp(1) conventions. Operations can be performed without installing zelta on remote systems—only standard ZFS utilities and SSH access are required. Examples:
See zfs(8) for dataset naming conventions. SUBCOMMANDSFor detailed usage of each subcommand, run zelta help or see the respective manual page.
Comparison
Replication
Recovery
Automation
OPTIONS AND ENVIRONMENTConfiguration follows a hierarchy from lowest to highest precedence:
See zelta-options(7) for details. FILES
EXAMPLESThe following examples use “sink” as the source pool and “tank” as the backup target. Replicate a dataset to a remote host:
Compare local and remote dataset trees:
Revert a dataset to its previous snapshot:
Update a target that has diverged:
Back up everything defined in policy settings (zelta.conf).
EXIT STATUSReturns 0 on success, non-zero on error. SEE ALSOzelta-match(8), zelta-backup(8), zelta-policy(8), zelta-clone(8), zelta-options(7), zelta-revert(8), zelta-rotate(8), cron(8), ssh(1), zfs(8) AUTHORSDaniel J. Bell <bellhyve@zelta.space> WWWhttps://zelta.space
|