Class: Backup::Configuration::Storage::Base

Inherits:
Base
  • Object
show all
Defined in:
lib/backup/configuration/storage/base.rb

Direct Known Subclasses

CloudFiles, Dropbox, Local, Ninefold, RSync, SFTP

Class Attribute Summary collapse

Method Summary

Methods inherited from Base

defaults

Methods included from Helpers

#clear_defaults!, #load_defaults!

Class Attribute Details

.keepObject

Sets the limit to how many backups to keep in the remote location. If the limit exceeds it will remove the oldest backup to make room for the newest



12
13
14
# File 'lib/backup/configuration/storage/base.rb', line 12

def keep
  @keep
end