Options
All
  • Public
  • Public/Protected
  • All
Menu

Various config options

Hierarchy

  • ConfigOptions

Index

Properties

Properties

Optional method

method: undefined | "mongoexport" | "mongodump"

The backup method to use.

Possible values:

  • 'mongoexport': During exporting, mongoexport command will be used
  • 'mongodump': During exporting, mongodump command will be used

Default: 'mongoexport'

Generated using TypeDoc