Print this page
*** NO COMMENTS ***

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man1m/zfs.1m
          +++ new/usr/src/man/man1m/zfs.1m
   1    1  '\" te
   2    2  .\" Copyright (c) 2009 Sun Microsystems, Inc. All Rights Reserved.
   3    3  .\" Copyright (c) 2012 by Delphix. All rights reserved.
   4      -.\" Copyright (c) 2012 Nexenta Systems, Inc. All Rights Reserved.
        4 +.\" Copyright 2012 Nexenta Systems, Inc. All Rights Reserved.
   5    5  .\" Copyright (c) 2012, Joyent, Inc. All rights reserved.
   6    6  .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
   7    7  .\"  See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with
   8    8  .\" the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   9    9  .\" Copyright 2011 Joshua M. Clulow <josh@sysmgr.org>
  10   10  .TH ZFS 1M "28 Jul 2011"
  11   11  .SH NAME
  12   12  zfs \- configures ZFS file systems
  13   13  .SH SYNOPSIS
  14   14  .LP
↓ open down ↓ 122 lines elided ↑ open up ↑
 137  137  \fBzfs\fR \fBshare\fR \fB-a\fR | \fIfilesystem\fR
 138  138  .fi
 139  139  
 140  140  .LP
 141  141  .nf
 142  142  \fBzfs\fR \fBunshare\fR \fB-a\fR \fIfilesystem\fR|\fImountpoint\fR
 143  143  .fi
 144  144  
 145  145  .LP
 146  146  .nf
 147      -\fBzfs\fR \fBsend\fR [\fB-DnPpRrv\fR] [\fB-\fR[\fBiI\fR] \fIsnapshot\fR] \fIsnapshot\fR
      147 +\fBzfs\fR \fBsend\fR [\fB-DnPpRrvs\fR] [\fB-\fR[\fBiI\fR] \fIsnapshot\fR] \fIsnapshot\fR
 148  148  .fi
 149  149  
 150  150  .LP
 151  151  .nf
 152  152  \fBzfs\fR \fBreceive\fR [\fB-vnFu\fR] \fIfilesystem\fR|\fIvolume\fR|\fIsnapshot\fR
 153  153  .fi
 154  154  
 155  155  .LP
 156  156  .nf
 157  157  \fBzfs\fR \fBreceive\fR [\fB-vnFu\fR] [\fB-d\fR|\fB-e\fR] \fIfilesystem\fR
↓ open down ↓ 2555 lines elided ↑ open up ↑
2713 2713  .RS 4n
2714 2714  Unshare the specified filesystem. The command can also be given a path to a
2715 2715  \fBZFS\fR file system shared on the system.
2716 2716  .RE
2717 2717  
2718 2718  .RE
2719 2719  
2720 2720  .sp
2721 2721  .ne 2
2722 2722  .na
2723      -\fBzfs send\fR [\fB-DnPpRrv\fR] [\fB-\fR[\fBiI\fR] \fIsnapshot\fR] \fIsnapshot\fR
     2723 +\fBzfs send\fR [\fB-DnPpRrvs\fR] [\fB-\fR[\fBiI\fR] \fIsnapshot\fR] \fIsnapshot\fR
2724 2724  .ad
2725 2725  .sp .6
2726 2726  .RS 4n
2727 2727  Creates a stream representation of the second \fIsnapshot\fR, which is written
2728 2728  to standard output. The output can be redirected to a file or to a different
2729 2729  system (for example, using \fBssh\fR(1). By default, a full stream is
2730 2730  generated.
2731 2731  .sp
2732 2732  .ne 2
2733 2733  .na
↓ open down ↓ 87 lines elided ↑ open up ↑
2821 2821  .na
2822 2822  \fB\fB-n\fR\fR
2823 2823  .ad
2824 2824  .sp .6
2825 2825  .RS 4n
2826 2826  Do a dry-run ("No-op") send.  Do not generate any actual send data.  This is
2827 2827  useful in conjunction with the \fB-v\fR or \fB-P\fR flags to determine what
2828 2828  data will be sent.
2829 2829  .RE
2830 2830  
     2831 +.sp
     2832 +.ne 2
     2833 +.na
     2834 +\fB\fB-s\fR\fR
     2835 +.ad
     2836 +.sp .6
     2837 +.RS 4n
     2838 +Calculate send stream size.  Do not generate any actual send data.  This is
     2839 +useful when one needs to know stream size in order to store the stream externally. 
     2840 +With \fB-v\fR specified, provides info on stream header and stream data portion 
     2841 +sizes, in addition to the total stream size.
     2842 +.RE
     2843 +
2831 2844  .sp
2832 2845  .ne 2
2833 2846  .na
2834 2847  \fB\fB-P\fR\fR
2835 2848  .ad
2836 2849  .sp .6
2837 2850  .RS 4n
2838 2851  Print machine-parsable verbose information about the stream package generated.
2839 2852  .RE
2840 2853  
↓ open down ↓ 1022 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX