From owner-freebsd-fs@FreeBSD.ORG Thu Aug 11 18:38:44 2011 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E44C9106566C; Thu, 11 Aug 2011 18:38:44 +0000 (UTC) (envelope-from fjwcash@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 8872B8FC15; Thu, 11 Aug 2011 18:38:44 +0000 (UTC) Received: by vxh11 with SMTP id 11so2527314vxh.13 for ; Thu, 11 Aug 2011 11:38:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=s0bx/kCFI6e1nzV75Jj5lCEHTwmQHEVdiwvOgwHFahc=; b=H1RPGQU0z7qzyprWniSV40RPjXZzwd/OiwboHKsAi2wkgUSGjsvV+8up+rAqN3lzZs 1rFwpIcijndJeSHSWrN8w/Rhc5MuFPSI37HmYLd5K0AOSPzzg2Jeaxq6w5bX7d0nx5w/ 53J5A6HrZ5Au5Z+lf+TMMH8qhX+p4MDO8LDMQ= MIME-Version: 1.0 Received: by 10.220.117.136 with SMTP id r8mr1638667vcq.109.1313087923898; Thu, 11 Aug 2011 11:38:43 -0700 (PDT) Received: by 10.220.186.134 with HTTP; Thu, 11 Aug 2011 11:38:43 -0700 (PDT) In-Reply-To: <20110811174512.GA35650@cons.org> References: <20110811160314.GA25076@cons.org> <4E44038F.7000001@FreeBSD.org> <20110811174512.GA35650@cons.org> Date: Thu, 11 Aug 2011 11:38:43 -0700 Message-ID: From: Freddie Cash To: Martin Cracauer Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-fs@freebsd.org, Andriy Gapon Subject: Re: ZFS zpool mirror drive replacement confusion X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Aug 2011 18:38:45 -0000 On Thu, Aug 11, 2011 at 10:45 AM, Martin Cracauer wrote: > Sending snapshots, I was hoping for something that would send all > snapshots at once (a clone of the complete filesystem). > There are options for incremental send (send first snapshot, then send an incremental that includes everything between then and the last snapshot) and for a recursive send that clones the entire filesystem, including all the properties. -i and -R are what you want to look into. -- Freddie Cash fjwcash@gmail.com