View Single Post
  #1   (View Single Post)  
Old 28th July 2009
amscotti's Avatar
amscotti amscotti is offline
Real Name: Anthony Scotti
Port Guard
 
Join Date: Nov 2008
Posts: 13
Default Moving ZFS to a other pool?

Hi,

What would be the best way to copy a ZFS file system to a other pool?

I tried using send and recv without any luck.

Code:
ascotti@whiterabbit:/storage# zfs send storage/backup@20090728 | zfs recv maxtor/backup@20090728
warning: cannot send 'storage/backup@20090728': I/O error
cannot receive new filesystem stream: invalid backup stream
ascotti@whiterabbit:/storage#
Haven't found another good way from searching Google. Any one be able to point me in the right direction?

Thanks for the help!
Reply With Quote