Class: Backup::Configuration::Storage::Base
- Defined in:
- lib/backup/configuration/storage/base.rb
Direct Known Subclasses
Class Attribute Summary collapse
-
.keep ⇒ Object
Sets the limit to how many backups to keep in the remote location.
Method Summary
Methods inherited from Base
Methods included from Helpers
#clear_defaults!, #getter_methods, #load_defaults!, #setter_methods
Class Attribute Details
.keep ⇒ Object
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 |