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

Reply via email to