blob: 2a89cb5c62d79a9624624a8264c1583bf67d0c5c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
Cross-platform ZFS replication tool written in Go that supports feature
detection, bookmarks, and other new features.
This is a fork with more features like
* support of shell patterns for datasets definitions
* new log formatters
* ability to log into a file
* ability to configure command piplines between `zfs send` and `zfs recv`
* Icinga/Nagios checks
* fast skip "keep all" pruning
* snapshots named using local time in timestamps
* configurable RPC timeout
* configurable path to zfs binary
* faster replication
* graceful shutdown
* redesigned `zrepl status` TUI
and so on.
|