<div dir="ltr"><div><div><div>Moving a ZFS file system from one system to another is really really simple.  <br><br>Create a snapshot of the file system (aka data set):<br>zfs snapshot vol0/jason@1st<br><br>Use zfs & ssh to send/receive the snapshot:<br>zfs send vol0/jason@1st | ssh <a href="mailto:root@192.168.0.14">root@192.168.0.14</a> "zfs receive vol0/jason"<br></div>Confirmed to work with *BSD, Linux (kernel ZFS) and Solaris 2.10 (x86-64).  <br><br></div>With btrfs it wasn't very reliable last year when I was testing it.  Hopefully it has been fixed.<br><br></div>jason<br clear="all"><div><div><div><div><br>-- <br><div class="gmail_signature">To stay young requires unceasing cultivation of the ability to unlearn 
old falsehoods. -- Lazarus Long, "Time Enough For Love"</div>
</div></div></div></div></div>