Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save bjornbouetsmith/c0de6c74fc25ac9dd374faa1582fe389 to your computer and use it in GitHub Desktop.
Save bjornbouetsmith/c0de6c74fc25ac9dd374faa1582fe389 to your computer and use it in GitHub Desktop.
FAST zfs send receive
#install mbuffer
apt-get install mbuffer
#on receiver side start
mbuffer -s 128k -m 4G -4 -I 9090 | zfs receive -F tank/esxi
#on sender side:
zfs send tank/esxi | mbuffer -s 128k -m 4G -O 192.168.0.27:9090
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment