diff options
author | Paul Dagnelie <[email protected]> | 2016-06-09 11:18:16 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-06-28 13:47:03 -0700 |
commit | e6d3a843d6ced970cbc74a3f809d744c30a7ec7c (patch) | |
tree | fbcb5128219b84a43f2704a26f6261e87fb3b416 /man/man8 | |
parent | fd41e93563b0543e2a2bdc17bceb731ed22a04b4 (diff) |
OpenZFS 6393 - zfs receive a full send as a clone
Authored by: Paul Dagnelie <[email protected]>
Reviewed by: Matthew Ahrens <[email protected]>
Reviewed by: Prakash Surya <[email protected]>
Reviewed by: Richard Elling <[email protected]>
Approved by: Dan McDonald <[email protected]>
Ported-by: Brian Behlendorf <[email protected]>
OpenZFS-issue: https://www.illumos.org/issues/6394
OpenZFS-commit: https://github.com/openzfs/openzfs/commit/68ecb2e
Diffstat (limited to 'man/man8')
-rw-r--r-- | man/man8/zfs.8 | 9 |
1 files changed, 7 insertions, 2 deletions
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 <[email protected]> -.\" 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 |