The BackupOptions type exposes the following members.

Constructors

  NameDescription
BackupOptions
Initializes a new instance of the BackupOptions class

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(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
Returns a string that represents the current object.
(Inherited from Object.)

Fields

  NameDescription
Clean
If true, all files are removed from the target backup directory before the back up 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, as well as might exist 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 back up 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 back up. When this option is specified, only log files are copied to the target directory.

See Also