Class Backup::Storage::Base
In: lib/backup/storage/base.rb
Parent: Object

Methods

new   perform!  

Included Modules

Backup::Configuration::Helpers

Attributes

keep  [RW]  Sets the limit to how many backups to keep in the remote location. If exceeded, the oldest will be removed to make room for the newest
storage_id  [RW]  (Optional) User-defined string used to uniquely identify multiple storages of the same type. This will be appended to the YAML storage file used for cycling backups.

Public Class methods

Creates a new instance of the storage object

  • Called with super(model, storage_id) from each subclass

Public Instance methods

Performs the backup transfer

[Validate]