From e6d3a843d6ced970cbc74a3f809d744c30a7ec7c Mon Sep 17 00:00:00 2001 From: Paul Dagnelie Date: Thu, 9 Jun 2016 11:18:16 -0700 Subject: OpenZFS 6393 - zfs receive a full send as a clone Authored by: Paul Dagnelie Reviewed by: Matthew Ahrens Reviewed by: Prakash Surya Reviewed by: Richard Elling Approved by: Dan McDonald Ported-by: Brian Behlendorf OpenZFS-issue: https://www.illumos.org/issues/6394 OpenZFS-commit: https://github.com/openzfs/openzfs/commit/68ecb2e --- man/man8/zfs.8 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'man') diff --git a/man/man8/zfs.8 b/man/man8/zfs.8 index 79c053fcc..6921e3b4e 100644 --- a/man/man8/zfs.8 +++ b/man/man8/zfs.8 @@ -22,7 +22,7 @@ .\" .\" Copyright (c) 2009 Sun Microsystems, Inc. All Rights Reserved. .\" Copyright 2011 Joshua M. Clulow -.\" Copyright (c) 2011, 2014 by Delphix. All rights reserved. +.\" Copyright (c) 2011, 2015 by Delphix. All rights reserved. .\" Copyright (c) 2014, Joyent, Inc. All rights reserved. .\" Copyright 2012 Nexenta Systems, Inc. All Rights Reserved. .\" Copyright (c) 2013 by Saso Kiselkov. All rights reserved. @@ -2991,7 +2991,12 @@ Discard all but the last element of the sent snapshot's file system name, using .ad .sp .6 .RS 4n -Forces the stream to be received as a clone of the given snapshot. This is only valid if the stream is an incremental stream whose source is the same as the provided origin. +Forces the stream to be received as a clone of the given snapshot. +If the stream is a full send stream, this will create the filesystem +described by the stream as a clone of the specified snapshot. Which +snapshot was specified will not affect the success or failure of the +receive, as long as the snapshot does exist. If the stream is an +incremental send stream, all the normal verification will be performed. .RE .RE -- cgit v1.2.3