zrb 0.2.0

Incremental ZFS snapshot replication over SSH with resumable transfers and retention-based pruning
Documentation
1
2
3
4
5
6
7
8
pub mod config;
pub mod ops;
pub mod protocol;
pub mod retention;
pub mod snapshot;
pub mod ssh;
pub mod tui;
pub mod zfs;