mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-25 01:44:43 +01:00
One-stop ZFS backup & replication solution
74719ad846
JSONDecoder was buffering more of connection data than just the JSON. => Unchunker didn't bother and just started unchunking. While chaining JSONDecoder.Buffered() and the connection using ChainedReader works, it's still not a clean architecture. => Every JSON message is now wrapped in a chunked stream (chunked and unchunked) => no special-cases => Keep ChainedReader, might be useful later on... |
||
---|---|---|
cmd | ||
jobrun | ||
rpc | ||
scratchpad/chunker | ||
sshbytestream | ||
util | ||
zfs | ||
.gitignore | ||
LICENSE | ||
README.md |
zrepl
ZFS dataset replication. Not a shell script.