Created
September 13, 2013 14:33
-
-
Save werty1st/6551516 to your computer and use it in GitHub Desktop.
freenas
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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