Class Backup::Database::Base
In: lib/backup/database/base.rb
Parent: Object

Methods

new   perform!  

Included Modules

Backup::CLI::Helpers Backup::Configuration::Helpers

Attributes

utility_path  [RW]  Allows the user to specify the path to a "dump" utility in case it cannot be auto-detected by Backup
DEPRECATED
- use each subclass’ <utility_name>_utility method

Public Class methods

Creates a new instance of the MongoDB database object

  • Called using super(model) from subclasses *

Public Instance methods

Super method for all child (database) objects. Every database object‘s perform! method should call super before anything else to prepare

[Validate]