Print this page
NEX-13374 NDMP should be able to backup unmounted ZFS filesystems
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Reviewed by: Evan Layton <evan.layton@nexenta.com>
NEX-894 Default location of NDMP log file should be under /var/log

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man4/ndmp.4
          +++ new/usr/src/man/man4/ndmp.4
   1    1  '\" te
   2    2  .\" Copyright (C) 2009, Sun Microsystems, Inc. All Rights Reserved.
   3      -.\" Copyright 2014 Nexenta Systems, Inc.  All rights reserved.
        3 +.\" Copyright 2017 Nexenta Systems, Inc.  All rights reserved.
   4    4  .\" 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.
   5    5  .\"  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 the
   6    6  .\" fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   7    7  .TH NDMP 4 "Feb 24, 2014"
   8    8  .SH NAME
   9    9  ndmp \- configuration properties for Solaris Network Data Management Protocol
  10   10  (NDMP) server
  11   11  .SH DESCRIPTION
  12   12  .sp
  13   13  .LP
↓ open down ↓ 106 lines elided ↑ open up ↑
 120  120  .ad
 121  121  .RS 24n
 122  122  Set the maximum sequence number for subsequent token-based incremental backup
 123  123  in NDMP-V4. The default value is \fB9\fR. There are two limits for this value:
 124  124  soft-limit, which is \fB59\fR, and hard-limit, equal to \fB64\fR. If the token
 125  125  sequence number, passed by the DMA, is between the soft and hard limits, a
 126  126  warning message is issued to the DMA. The token sequence number can never
 127  127  exceed the hard-limit value.
 128  128  .RE
 129  129  
      130 +.sp
      131 +.ne 2
      132 +.na
      133 +\fB\fBautosync-support\fR\fR
      134 +.ad
      135 +.RS 24n
      136 +When set \fByes\fR the most recent AutoSync snapshot, if found, will be
      137 +used to back up. If \fBno\fR, the file system will be checkpointed
      138 +and backed up.
      139 +Acceptable values are \fByes\fR or \fBno\fR.
      140 +The default is \fBno\fR.
      141 +.RE
      142 +
      143 +.sp
      144 +.ne 2
      145 +.na
      146 +\fB\fBhpr-support\fR\fR
      147 +.ad
      148 +.RS 24n
      149 +When set \fByes\fR the most recent HPR snapshot, if found, will be
      150 +used to back up. If this option is set to \fByes\fR, it
      151 +with override the setting for AutoSync. If \fBno\fR, the file
      152 +system will be checkpointed and backed up.
      153 +Acceptable values are \fByes\fR or \fBno\fR.
      154 +The default is \fByes\fR.
      155 +.RE
      156 +
 130  157  .sp
 131  158  .ne 2
 132  159  .na
 133  160  \fB\fBversion\fR\fR
 134  161  .ad
 135  162  .RS 24n
 136  163  Set the maximum active NDMP protocol version. Valid values are currently
 137  164  \fB2\fR, \fB3\fR, and \fB4\fR. The default is \fB4\fR.
 138  165  .RE
 139  166  
↓ open down ↓ 35 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX