Re: [zfs-discuss] zfs send/receive script

2012-03-09 Thread Ian Collins
On 03/10/12 02:48 AM, Cameron Hanover wrote: On Mar 6, 2012, at 8:26 AM, Carsten John wrote: Hello everybody, I set up a script to replicate all zfs filesystems (some 300 user home directories in this case) within a given pool to a "mirror" machine. The basic idea is to send the snapshots in

Re: [zfs-discuss] zfs send/receive script

2012-03-09 Thread Cameron Hanover
I've seen similar error messages from a script I've written, as well. Mine does create a lock file and won't run if a `zfs send` is already in progress. My only guess is that the second (or third, or...) filesystem starts sending to the receiving host before the latter has fully finished the `zf

Re: [zfs-discuss] zfs send/receive script

2012-03-06 Thread Paul Kraus
On Tue, Mar 6, 2012 at 10:19 AM, Edward Ned Harvey wrote: >> From: zfs-discuss-boun...@opensolaris.org [mailto:zfs-discuss- >> boun...@opensolaris.org] On Behalf Of Carsten John >> "cannot receive new filesystem stream: dataset is busy" or >> >> "cannot receive incremental filesystem stream: da

Re: [zfs-discuss] zfs send/receive script

2012-03-06 Thread Edward Ned Harvey
> From: zfs-discuss-boun...@opensolaris.org [mailto:zfs-discuss- > boun...@opensolaris.org] On Behalf Of Carsten John > > I set up a script to replicate all zfs filesystems (some 300 user home > directories in this case) within a given pool to a "mirror" machine. The basic > idea is to send the sn