Sha256: 026208e696d8964e3ba4b644c817019cb652ad911d385ee561dfb734fb504836

Contents?: true

Size: 903 Bytes

Versions: 7

Compression:

Stored size: 903 Bytes

Contents

# encoding: utf-8

##
# Backup
# Generated Main Config Template
#
# For more information:
#
# View the Git repository at https://github.com/meskyanichi/backup
# View the Wiki/Documentation at https://github.com/meskyanichi/backup/wiki
# View the issue log at https://github.com/meskyanichi/backup/issues

##
# Global Configuration
# Add more (or remove) global configuration below
#
# Backup::Storage::S3.defaults do |s3|
#   s3.access_key_id     = "my_access_key_id"
#   s3.secret_access_key = "my_secret_access_key"
# end
#
# Backup::Encryptor::OpenSSL.defaults do |encryption|
#   encryption.password = "my_password"
#   encryption.base64   = true
#   encryption.salt     = true
# end

##
# Load all models from the models directory (after the above global configuration blocks)
Dir[File.join(File.dirname(Config.config_file), "models", "*.rb")].each do |model|
  instance_eval(File.read(model))
end

Version data entries

7 entries across 7 versions & 4 rubygems

Version Path
omniauth-sabia-1.0.1 db/backup/config.rb
backup-agoddard-3.0.28 templates/cli/utility/config
backup-agoddard-3.0.27 templates/cli/utility/config
ey-vendored-backup-3.0.27 templates/cli/utility/config
backup-3.0.27 templates/cli/utility/config
backup-3.0.26 templates/cli/utility/config
backup-3.0.25 templates/cli/utility/config