Sha256: 6bdf4c93f9fec7bc6ede14022544354268308381423dd27bc554f8370d621750

Contents?: true

Size: 394 Bytes

Versions: 4

Compression:

Stored size: 394 Bytes

Contents

# encoding: utf-8

module Backup
  module Configuration
    module Storage
      class Base < Configuration::Base
        class << self

          ##
          # 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
          attr_accessor :keep

        end
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
backup_checksum-3.0.23 lib/backup/configuration/storage/base.rb
backup-3.0.23 lib/backup/configuration/storage/base.rb
backup-3.0.22 lib/backup/configuration/storage/base.rb
backup-3.0.21 lib/backup/configuration/storage/base.rb