Class Backup::Configuration::Database::MongoDB
In: lib/backup/configuration/database/mongodb.rb
Parent: Base

Attributes

additional_options  [RW]  Additional "mongodump" options
host  [RW]  Connectivity options
ipv6  [RW]  IPv6 support (disabled by default)
lock  [RW]  ‘lock’ dump meaning wrapping mongodump with fsync & lock
mongo_utility  [RW]  Path to the mongo utility (optional)
mongodump_utility  [RW]  Path to the mongodump utility (optional)
name  [RW]  Name of the database that needs to get dumped
only_collections  [RW]  Collections to dump, collections that aren‘t specified won‘t get dumped
password  [RW]  Credentials for the specified database
port  [RW]  Connectivity options
username  [RW]  Credentials for the specified database

[Validate]