Method: Backup::Configuration::Database::MongoDB.only_collections
- Defined in:
- lib/backup/configuration/database/mongodb.rb
.only_collections ⇒ Object
Collections to dump, collections that aren’t specified won’t get dumped
27 28 29 |
# File 'lib/backup/configuration/database/mongodb.rb', line 27 def only_collections @only_collections end |