Skip to main content

zfs migration

These commands will migrate one zfs pool to another server using netcat

zfs snapshot -r data@migrate_20200209
zfs list -t snapshot
zfs send -R data@migrate_20200209 | nc -l 3333