summaryrefslogtreecommitdiff
path: root/usr/src/man/man4/ndmp.4
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/man/man4/ndmp.4')
-rw-r--r--usr/src/man/man4/ndmp.437
1 files changed, 6 insertions, 31 deletions
diff --git a/usr/src/man/man4/ndmp.4 b/usr/src/man/man4/ndmp.4
index a508e825b7..99400297de 100644
--- a/usr/src/man/man4/ndmp.4
+++ b/usr/src/man/man4/ndmp.4
@@ -3,7 +3,7 @@
.\" 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.
.\" 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
.\" fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
-.TH ndmp 4 "3 Mar 2009" "SunOS 5.11" "File Formats"
+.TH NDMP 4 "Mar 3, 2009"
.SH NAME
ndmp \- configuration properties for Solaris Network Data Management Protocol
(NDMP) server
@@ -21,59 +21,49 @@ for these properties in SMF.
You can set the following properties by using the \fBndmpadm set\fR command:
.sp
.ne 2
-.mk
.na
\fB\fBbackup-quarantine\fR\fR
.ad
.RS 24n
-.rt
Backup the files marked as quarantined by AV. Acceptable values are \fByes\fR
or \fBno\fR. The default is \fBno\fR.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBdar-support\fR\fR
.ad
.RS 24n
-.rt
Set the Direct Access Recovery mode. Acceptable values are \fByes\fR or
\fBno\fR. The default is \fBno\fR.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBdebug-level\fR\fR
.ad
.RS 24n
-.rt
Set the debug level. The debug-level can be set to either \fB0\fR (off) or
\fB1\fR (on). The default is \fB0\fR.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBdebug-path\fR\fR
.ad
.RS 24n
-.rt
The path to which to save the debug log. The default is \fB/var/ndmp\fR.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBdump-pathnode\fR\fR
.ad
.RS 24n
-.rt
Enable or disable backing up the directories containing modified files or
directories in \fBdump\fR(1) backup format. Acceptable values are yes or no.
The default is no.
@@ -81,12 +71,10 @@ The default is no.
.sp
.ne 2
-.mk
.na
\fB\fBignore-ctime\fR\fR
.ad
.RS 24n
-.rt
Determines whether the change timestamp (\fBctime\fR) of files and directories
is used to determine whether a file should be backed up in level backup. If
this parameter is set to \fByes\fR, only the modification time (\fBmtime\fR) of
@@ -96,36 +84,30 @@ values are \fByes\fR or \fBno\fR. The default value is \fBno\fR.
.sp
.ne 2
-.mk
.na
\fB\fBoverwrite-quarantine\fR\fR
.ad
.RS 24n
-.rt
Restore quarantined files on top of current files if they already exist.
Acceptable values are \fByes\fR or \fBno\fR. The default value is \fBno\fR.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBrestore-quarantine\fR\fR
.ad
.RS 24n
-.rt
Restore the files that had been marked as quarantined by AV and are backed up.
Acceptable values are yes or no. The default value is no.
.RE
.sp
.ne 2
-.mk
.na
\fB\fBtar-pathnode\fR\fR
.ad
.RS 24n
-.rt
Enable or disable backing up the directories containing modified files or
directories in \fBtar\fR(1) backup format. Acceptable values are \fByes\fR or
\fBno\fR. The default value is \fBno\fR.
@@ -133,12 +115,10 @@ directories in \fBtar\fR(1) backup format. Acceptable values are \fByes\fR or
.sp
.ne 2
-.mk
.na
\fB\fBtoken-maxseq\fR\fR
.ad
.RS 24n
-.rt
Set the maximum sequence number for subsequent token-based incremental backup
in NDMP-V4. The default value is \fB9\fR. There are two limits for this value:
soft-limit, which is \fB59\fR, and hard-limit, equal to \fB64\fR. If the token
@@ -149,12 +129,10 @@ exceed the hard-limit value.
.sp
.ne 2
-.mk
.na
\fB\fBversion\fR\fR
.ad
.RS 24n
-.rt
Set the maximum active NDMP protocol version. Valid values are currently
\fB2\fR, \fB3\fR, and \fB4\fR. The default is \fB4\fR.
.RE
@@ -165,12 +143,10 @@ The following property can only be set when using the \fBndmpadm enable\fR or
\fBndmpadm disable\fR command:
.sp
.ne 2
-.mk
.na
\fB\fBauth-type\fR\fR
.ad
.RS 13n
-.rt
Sets the password encryption type for the authentication of local users. Valid
values are \fBcram-md5\fR or \fBcleartext\fR.
.RE
@@ -183,13 +159,12 @@ See \fBattributes\fR(5) for descriptions of the following attributes:
.sp
.TS
-tab() box;
-cw(2.75i) |cw(2.75i)
-lw(2.75i) |lw(2.75i)
-.
-ATTRIBUTE TYPEATTRIBUTE VALUE
+box;
+c | c
+l | l .
+ATTRIBUTE TYPE ATTRIBUTE VALUE
_
-Interface StabilityCommitted
+Interface Stability Committed
.TE
.SH SEE ALSO