GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
zelta(8) System Manager’s Manual zelta(8)

zelta - Perform remote and recursive ZFS operations


zelta SUBCOMMAND

zelta simplifies zfs tasks involving a datasets and their children (“dataset trees”) on local or remote systems. Most zelta subcommands accept a source and target dataset or remote dataset endpoint accessible via ssh(1).

See the zfs(8) manual for more information about dataset names. A source dataset may be pool name (a single element).

Remote dataset endpoints are defined similar to the scp(1) command in the form [user@]host:[dataset].

A local dataset:

apool
apool/filesystem
apool/filesystem@snapshot
apool/filesystem/volume
apool/filesystem/volume#bookmark
    

A remote dataset endpoint:

twin@example.com:apool
twin@example.com:apool/volume@snapshot
example.com:bpool/filesystem
    

Zelta’s parameters attempt to follow ZFS conventions whenever possible.

zelta help

Displays a help message.

zelta -V, –version

Displays the Zelta suite version

See zelta-match(8) for more details.

Describe the difference between dataset trees.

Note that zelta is designed to be a safe and efficient backup tool that overides ZFS’s destructive and obtrsive operations by default. For detail see zelta-backup(8) or the Zelta Wiki.

Replicate a dataset tree. By default run extra commands to detect optimal zfs send options, snapshot if necessary, and replicate as many intermediate datasets as possible.
Replicate a dataset tree. By default, assume an up-to-date versions of ZFS and replicate only the most recent snapshot.
Clone and mount a dataset tree.

Use zelta.conf to replicate dataset trees using a configuration file.

The following are additional Zelta utilities that are used internally and/or haven’t been designed for public use.

Validate and split an endpoint definiton.
An example API reporter.
Determine compatible zfs send options between two hosts.
Create a recursive snapshot.
If time(1) is unavailable, Zelta will use bash’s POSIX time function to time for precision reporting.

cron(8), ssh(1), zfs(8)

Daniel J. Bell bellta@belltower.it

https://zelta.space


Search for    or go to Top of page |  Section 8 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.