Re: [zfs-discuss] strange zfs recieve behavior

2007-10-15 Thread Edward Pilatowicz
On Sun, Oct 14, 2007 at 09:37:42PM -0700, Matthew Ahrens wrote: > Edward Pilatowicz wrote: > >hey all, > >so i'm trying to mirror the contents of one zpool to another > >using zfs send / recieve while maintaining all snapshots and clones. > > You will enjoy the upcoming "zfs send -R" feature, which

Re: [zfs-discuss] strange zfs recieve behavior

2007-10-14 Thread Matthew Ahrens
Edward Pilatowicz wrote: > hey all, > so i'm trying to mirror the contents of one zpool to another > using zfs send / recieve while maintaining all snapshots and clones. You will enjoy the upcoming "zfs send -R" feature, which will make your script unnecessary. > [EMAIL PROTECTED] zfs send -i 07

[zfs-discuss] strange zfs recieve behavior

2007-10-14 Thread Edward Pilatowicz
hey all, so i'm trying to mirror the contents of one zpool to another using zfs send / recieve while maintaining all snapshots and clones. essentially i'm taking a recursive snapshot. them i'm mirroring the oldest snapshots first and working my way forward. to deal with clones i have a hack that