13:26:12 hi, I'm trying to send a snapshot from a freebsd 13.2 server to an omnios server running r151044p, and I assume when it's trying to send the first dataset it errors out with "internal error: Invalid argument" and "warning: cannot send 'pool/dataset@send': signal received" 14:55:21 patrikr: it's likely the version of openzfs your freebsd server is using is incompatible with the version we have in omnios. Openzfs has a lot of changes that don't yet exist in illumos 14:56:44 Long ago there was talk on the openzfs meetings of a limited property set that would allow people to transfer filesystems between linux, freebsd, and illumos. I don't think anyone ever worked on it. 15:04:29 that's fair enough, at least nfs mounting and copying the files over works that way so it's no big deal 15:04:34 just unfortunate 15:09:51 I've never bothered to check if rsync | ssh or nfs+rsync is faster. I know tar | ssh is fastest but it has to be in the right context. 15:16:20 For higher latency links I'm also pretty happy with lftp (which speaks sftp) and supports parallel transfers