The BackupOptions type exposes the following members.
 Constructors
Constructors
| Name | Description | |
|---|---|---|
|  | BackupOptions | Initializes a new instance of the BackupOptions class | 
 Methods
Methods
| Name | Description | |
|---|---|---|
|  | Equals | (Inherited from Object.) | 
|  | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | ToString | (Inherited from Object.) | 
 Fields
Fields
| Name | Description | |
|---|---|---|
|  | Clean | 
            If true, all files are removed from the target backup directory 
            before the backup is performed.
             | 
|  | Creation | 
            Specify whether the target directory will be created if it does not
            already exist.
             | 
|  | Files | 
            If true, all ordinary files that might exist in the environment or
            in the environment's subdirectories are backed up; otherwise, only files
            necessary for the proper operation of Berkeley DB are backed up.
             | 
|  | NoLogs | 
            If true, log files are not included in the backup. Instead, only 
            *.db files are copied to the target directory.
             | 
|  | SingleDir | 
            If true, then regardless of the directory structure used by the 
            source environment, place all backup files in the single target 
            directory.  Use this option if absolute path names to your 
            environment directory and the files within that directory are 
            required by your application. 
             | 
|  | Update | 
            If true, perform an incremental back up, instead of a full backup.
            When this option is specified, only log files are copied to the 
            target directory. 
             | 





