Skip to content

Instantly share code, notes, and snippets.

@werty1st
Created September 13, 2013 14:33
Show Gist options
  • Save werty1st/6551516 to your computer and use it in GitHub Desktop.
Save werty1st/6551516 to your computer and use it in GitHub Desktop.
freenas
screen
zfs send z2pool2tb/VmStoragePool@manual-20130927 | pv | ssh 192.168.0.152 zfs recv z1pool1500gb/VmStoragePool
Wenn Sie einen vollständige Datenstrom senden, darf das Zieldateisystem nicht vorhanden sein.
Sie können inkrementelle Daten mit der Option i des Befehls -zfs send senden. Beispiel:
host1# zfs send -i tank/dana@snap1 tank/dana@snap2 | ssh host2 zfs recv newtank/dana
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment