The BackupOptions type exposes the following members.

Fields

  NameDescription
Clean
If true, all files are removed from the target backup directory before the backup is performed.
Creation
Specify whether the target directory is 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.

See Also