I'm trying to sync a rather large initial snapshot (16 Tbyte) and after 2 - 3 Gbyte transfer just halts. I cant really make up whats going on.
Initially i was using syncoid to manage this (other snapshots from other zfs volumes on same server work fine), but it always seems to halt around 2 - 3 GByte marker.
ssh sourcehostip zfs send -v zroot/www@autosnap_2025-11-08_initial | mbuffer -q -s 128k -m 1G | zfs receive -v rusty/backup/www
(both sides 14.3 release)
I think that's pretty simple and ought to work. I have used google, and tried a bunch of other things, over netcat, no compression, tweaking mbuffer and so on. But it kees halting and the root cause still is unclear.
Anybody have any tips for investigating this?
Initially i was using syncoid to manage this (other snapshots from other zfs volumes on same server work fine), but it always seems to halt around 2 - 3 GByte marker.
ssh sourcehostip zfs send -v zroot/www@autosnap_2025-11-08_initial | mbuffer -q -s 128k -m 1G | zfs receive -v rusty/backup/www
(both sides 14.3 release)
I think that's pretty simple and ought to work. I have used google, and tried a bunch of other things, over netcat, no compression, tweaking mbuffer and so on. But it kees halting and the root cause still is unclear.
Anybody have any tips for investigating this?