Crate chithi

Crate chithi 

Source

Re-exports§

pub use args::Args;
pub use args::Cli;
pub use args::Commands;

Modules§

args
compress
send_recv_opts
sync_pipelines
sys
util
zfs

Structs§

AutoTerminate
Automatically reaps the child’s pid when it goes out of scope
Cmd
CmdVec
Builds a vector of commands that will be passed as a script via ssh or sh -c. Used by Pipeline and Sequence.
Fs
Pipeline
Thin wrapper around CmdVec to build a pipeline of commands that will be passed as a script via ssh or sh -c
Sequence
Thin wrapper around CmdVec to build a pipeline of commands that will be passed as a script via ssh or sh -c

Enums§

CmdTarget
Role
For syncing filesystems/datasets have a notion of being a source dataset or a target

Functions§

get_is_roots
Check whether we should assume operations are as root