1 NDMP(4)                 File Formats and Configurations                NDMP(4)
   2 
   3 
   4 
   5 NAME
   6        ndmp - configuration properties for Solaris Network Data Management
   7        Protocol (NDMP) server
   8 
   9 DESCRIPTION
  10        The behavior of the Solaris NDMP server is specified by property values
  11        that are stored in the Service Management Facility, smf(5).
  12 
  13 
  14        An authorized user can use the ndmpadm(1M) command to set global values
  15        for these properties in SMF.
  16 
  17 
  18        You can set the following properties by using the ndmpadm set command:
  19 
  20        backup-quarantine
  21                                Backup the files marked as quarantined by AV.
  22                                Acceptable values are yes or no. The default is
  23                                no.
  24 
  25 
  26        dar-support
  27                                Set the Direct Access Recovery mode. Acceptable
  28                                values are yes or no. The default is no.
  29 
  30 
  31        debug-path
  32                                The path to which to save the debug log. The
  33                                default is /var/log/ndmp.
  34 
  35 
  36        debug-mode
  37                                Enable or disable debug log messages.
  38 
  39 
  40        dump-pathnode
  41                                Enable or disable backing up the directories
  42                                containing modified files or directories in
  43                                dump(1) backup format. Acceptable values are
  44                                yes or no.  The default is no.
  45 
  46 
  47        ignore-ctime
  48                                Determines whether the change timestamp (ctime)
  49                                of files and directories is used to determine
  50                                whether a file should be backed up in level
  51                                backup. If this parameter is set to yes, only
  52                                the modification time (mtime) of the file or
  53                                directory determines whether it should be
  54                                backed up. Acceptable values are yes or no. The
  55                                default value is no.
  56 
  57 
  58        overwrite-quarantine
  59                                Restore quarantined files on top of current
  60                                files if they already exist.  Acceptable values
  61                                are yes or no. The default value is no.
  62 
  63 
  64        restore-quarantine
  65                                Restore the files that had been marked as
  66                                quarantined by AV and are backed up.
  67                                Acceptable values are yes or no. The default
  68                                value is no.
  69 
  70 
  71        tar-pathnode
  72                                Enable or disable backing up the directories
  73                                containing modified files or directories in
  74                                tar(1) backup format. Acceptable values are yes
  75                                or no. The default value is no.
  76 
  77 
  78        token-maxseq
  79                                Set the maximum sequence number for subsequent
  80                                token-based incremental backup in NDMP-V4. The
  81                                default value is 9. There are two limits for
  82                                this value: soft-limit, which is 59, and hard-
  83                                limit, equal to 64. If the token sequence
  84                                number, passed by the DMA, is between the soft
  85                                and hard limits, a warning message is issued to
  86                                the DMA. The token sequence number can never
  87                                exceed the hard-limit value.
  88 
  89 
  90        autosync-support
  91                                When set yes the most recent AutoSync snapshot,
  92                                if found, will be used to back up. If no, the
  93                                file system will be checkpointed and backed up.
  94                                Acceptable values are yes or no.  The default
  95                                is no.
  96 
  97 
  98        hpr-support
  99                                When set yes the most recent HPR snapshot, if
 100                                found, will be used to back up. If this option
 101                                is set to yes, it with override the setting for
 102                                AutoSync. If no, the file system will be
 103                                checkpointed and backed up.  Acceptable values
 104                                are yes or no.  The default is yes.
 105 
 106 
 107        version
 108                                Set the maximum active NDMP protocol version.
 109                                Valid values are currently 2, 3, and 4. The
 110                                default is 4.
 111 
 112 
 113 
 114        The following property can only be set when using the ndmpadm enable or
 115        ndmpadm disable command:
 116 
 117        auth-type
 118                     Sets the password encryption type for the authentication
 119                     of local users. Valid values are cram-md5 or cleartext.
 120 
 121 
 122 ATTRIBUTES
 123        See attributes(5) for descriptions of the following attributes:
 124 
 125 
 126 
 127 
 128        +--------------------+-----------------+
 129        |  ATTRIBUTE TYPE    | ATTRIBUTE VALUE |
 130        +--------------------+-----------------+
 131        |Interface Stability | Committed       |
 132        +--------------------+-----------------+
 133 
 134 SEE ALSO
 135        dump(1), tar(1), ndmpadm(1M), ndmpd(1M), attributes(5), smf(5)
 136 
 137 
 138 
 139                                February 24, 2014                       NDMP(4)