One-stop ZFS backup & replication solution
Go to file
Christian Schwarz ec4284f80c sshbytestream: fix semantics when ssh connection dies
in the Wait()ing goroutine, we create an instance of our own error
containing WaitErr + stderr excerpt. Only if the remote command exits
non-zero.

io.EOF is the error we get as soon as the other end of the pipe
(the ssh command) has died.
=> wait for it in the ReadWriter methods.
2017-04-30 23:47:12 +02:00
cmd config: fix mapping parser 2017-04-30 23:47:11 +02:00
jobrun jobrun: error handling through notification channel 2017-04-30 23:47:12 +02:00
model Decouple model and sshbytestream. 2017-04-29 20:09:09 +02:00
rpc rpc: fix panic when parsing filesystem response 2017-04-30 23:47:12 +02:00
scratchpad/chunker Lift chunker up to recent sshbytestream changes. 2017-04-30 16:09:41 +02:00
sshbytestream sshbytestream: fix semantics when ssh connection dies 2017-04-30 23:47:12 +02:00
util Gofmt megacommit. 2017-04-26 20:29:54 +02:00
zfs zfs: glob mapping for complete wildcard ("*") 2017-04-30 23:47:11 +02:00
.gitignore Initial commit 2017-04-14 01:40:49 +02:00
LICENSE Initial commit 2017-04-14 01:40:49 +02:00
README.md Initial commit 2017-04-14 01:40:49 +02:00

zrepl

ZFS dataset replication. Not a shell script.