Crate chithi
Source pub use args::Args;pub use args::Cli;pub use args::Commands;
- args
- compress
- send_recv_opts
- sync_pipelines
- sys
- util
- zfs
- 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
- CmdTarget
- Role
- For syncing filesystems/datasets have a notion of being a source dataset or a target
- get_is_roots
- Check whether we should assume operations are as root