Re: [zfs-discuss] zfs send/recv syntax

2009-07-29 Thread Ian Collins
Joseph L. Casale wrote: I apologize for replying in the middle of this thread, but I never saw the initial snapshot syntax of mypool2, which needs to be recursive (zfs snapshot -r mypo...@snap) to snapshot all the datasets in mypool2. Then, use zfs send -R to pick up and restore all the dataset p

Re: [zfs-discuss] zfs send/recv syntax

2009-07-29 Thread Joseph L. Casale
>I apologize for replying in the middle of this thread, but I never >saw the initial snapshot syntax of mypool2, which needs to be >recursive (zfs snapshot -r mypo...@snap) to snapshot all the >datasets in mypool2. Then, use zfs send -R to pick up and >restore all the dataset properties. > >What wa

Re: [zfs-discuss] zfs send/recv syntax

2009-07-28 Thread Cindy Swearingen
original snapshot syntax? Cindy - Original Message - From: Ian Collins Date: Tuesday, July 28, 2009 5:53 pm Subject: Re: [zfs-discuss] zfs send/recv syntax To: "zfs-discuss@opensolaris.org" , "Joseph L. Casale" > On Wed 29/07/09 10:49 , "Joseph L. Casal

Re: [zfs-discuss] zfs send/recv syntax

2009-07-28 Thread Ian Collins
On Wed 29/07/09 10:49 , "Joseph L. Casale" jcas...@activenetwerx.com sent: > >Yes, use -R on the sending side and -d on the receiving side. > I tried that first, going from Solaris 10 to osol 0906: > > # zfs send -vR mypo...@snap|ssh j...@catania "pfexec /usr/sbin/zfs recv -dF > mypool/somenam

Re: [zfs-discuss] zfs send/recv syntax

2009-07-28 Thread Trevor Pretty
Try send/receive to the same host  (ssh localhost). I used this when trying send/receive as it removes ssh between hosts "problems" The on disk format of ZFS has changed there is something about it in the man pages from memory so I don't think you can go S10 -> OpenSolaris without doing an up

Re: [zfs-discuss] zfs send/recv syntax

2009-07-28 Thread Joseph L. Casale
>Yes, use -R on the sending side and -d on the receiving side. I tried that first, going from Solaris 10 to osol 0906: # zfs send -vR mypo...@snap |ssh j...@catania "pfexec /usr/sbin/zfs recv -dF mypool/somename" didn't create any of the zfs filesystems under mypool2? Thanks! jlc _

Re: [zfs-discuss] zfs send/recv syntax

2009-07-28 Thread Ian Collins
On Wed 29/07/09 10:09 , "Joseph L. Casale" jcas...@activenetwerx.com sent: > Is it possible to send an entire pool (including all its zfsfilesystems) > to a zfs filesystem in a different pool on another host? Or must I send each > zfs filesystem one at a time? Yes, use -R on the sending side a

[zfs-discuss] zfs send/recv syntax

2009-07-28 Thread Joseph L. Casale
Is it possible to send an entire pool (including all its zfs filesystems) to a zfs filesystem in a different pool on another host? Or must I send each zfs filesystem one at a time? Thanks! jlc ___ zfs-discuss mailing list zfs-discuss@opensolaris.org http