Module Backup::Config
In: lib/backup/config.rb

Methods

Constants

DEFAULTS = { :config_file => 'config.rb', :data_path => 'data', :log_path => 'log', :cache_path => '.cache', :tmp_path => '.tmp'

Attributes

cache_path  [R] 
config_file  [R] 
data_path  [R] 
log_path  [R] 
root_path  [R] 
tmp_path  [R] 
user  [R] 

Public Class methods

Tries to find and load the configuration file

Setup required paths based on the given options

[Validate]