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
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
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