From owner-freebsd-fs@FreeBSD.ORG Mon Jan 5 21:07:36 2015 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 85F46496 for ; Mon, 5 Jan 2015 21:07:36 +0000 (UTC) Received: from mail-yh0-x22c.google.com (mail-yh0-x22c.google.com [IPv6:2607:f8b0:4002:c01::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 3E2AD2F37 for ; Mon, 5 Jan 2015 21:07:36 +0000 (UTC) Received: by mail-yh0-f44.google.com with SMTP id c41so10890353yho.17 for ; Mon, 05 Jan 2015 13:07:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=wTLhwADGbuPfdo1GiN6AVHdPP0Yk3WYYzYE5qYOgGYw=; b=kK0KTi3Uqw0pwr6muZyNzlvNIfH0bnncPJKhl09qf721f75pnyUdki04L7dwXKN868 FnHTwim63oFlETWVMd1Xuzs9gFfQ8TOWu8H6DDjFkBctx0HovlZlfwGIH3kgryzsLb8v 1M7agvx97wPCp5m2SQZGOIIJZsudcwFqjFOgb0Tvm7gzvC3BuNLW1V+7FgzS38HGDJ/F V1SNUJpdll2xR7SwqFHdPfcra6VHzpxIJ0X20XQGYSHISmP+Lbmgzke17eoCVjicAcgR OP76sYa9T0RBg+XV9ZEIOBGb1+BQEjHyaO0oj7YAISxSbumS4D9PSEgxEATSTkm6XQ7e L46w== MIME-Version: 1.0 X-Received: by 10.236.14.136 with SMTP id d8mr29372485yhd.139.1420492055208; Mon, 05 Jan 2015 13:07:35 -0800 (PST) Received: by 10.170.48.136 with HTTP; Mon, 5 Jan 2015 13:07:35 -0800 (PST) In-Reply-To: References: Date: Mon, 5 Jan 2015 15:07:35 -0600 Message-ID: Subject: Re: ZFS Send / Receive Recursively Without Properties From: "Eric A. Borisch" To: Tim Gustafson Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-fs@freebsd.org" X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Jan 2015 21:07:36 -0000 > > This concern led me to avoid -R for automated transfers, and necessitated > a snapshot expiry script on the backup side. I like my backup to protect me > from at least one level of fat-fingers. :) > Let me correct this comment (it's been a while) I've avoided using -F (on the receive) with -RI (on the send), which is what I'm guessing you are doing if it is removing snapshots "for you." So: actually using -R (send), skipping -F (receive; no snapshot removal); post-xfer expiration of backup-side snapshots. Is the -u option of any use to you on the receive? You can receive it initially with -u and then set a local mount point property... - Eric