Class: Backup::Configuration::Storage::Base
- Defined in:
- lib/backup/configuration/storage/base.rb
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!, #load_defaults!
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 |