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 will make your > script unnecessary. >
sweet. while working on it i realized that this just really needed to be built in functionality. :) i assume that this wil allow for backups by doing "zfs snap -r" and "zfs send -R" one day, then sometime later doing the same thing and just sending the deltas for every filesystem? will this also include any other random snapshots that were created in between when the two "zfs send -R" commands are run? (not just snapshots that were used for clones.) is there an bugid/psarc case number? > >[EMAIL PROTECTED] zfs send -i 070221 export/ws/[EMAIL PROTECTED] | zfs > >receive -v -d > >export2 > >receiving incremental stream of export/ws/[EMAIL PROTECTED] into > >export2/ws/[EMAIL PROTECTED] > >cannot receive: destination has been modified since most recent snapshot > > You may be hitting 6343779 "ZPL's delete queue causes 'zfs restore' to > fail". To work around it, use "zfs recv -F". > > --matt _______________________________________________ zfs-discuss mailing list zfs-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/zfs-discuss