I am trying to replicate from one N4F box to another one, and after a few days of transfer, I get this:
The command I am using is:receiving incremental stream of pool1/dataset2@auto-20140806-060000 into pool1/dataset2@auto-20140806-060000
received 11.1GB stream in 28604 seconds (406KB/sec)
receiving incremental stream of pool1/dataset2@auto-20140807-060000 into pool1/dataset2@auto-20140807-060000
Write failed: Broken pipe
warning: cannot send 'pool1/dataset2@auto-20140807-060000': Broken pipe
warning: cannot send 'pool1/dataset2@replica-20140807-121100': Broken pipe
Is this recoverable, can I just send the failed differences?nasserver1: ~ # zfs send -R pool1/dataset2@replica-20140807-121100 | ssh 192.168.3.243 zfs recv -vd pool1
Or must I start over from scratch and hope it doesn't fail this time?
Thanks

