Sha256: 3910634b5e1a0e46d14ad858671c38e1b14028e772a8766e2ec902eeab763ffc

Contents?: true

Size: 402 Bytes

Versions: 25

Compression:

Stored size: 402 Bytes

Contents

# encoding: utf-8

module Backup
  module Configuration
    module Storage
      class Base < Backup::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

25 entries across 25 versions & 3 rubygems

Version Path
backup-3.0.2 lib/backup/configuration/storage/base.rb
backup-3.0.1.build.0 lib/backup/configuration/storage/base.rb
backup-3.0.1 lib/backup/configuration/storage/base.rb
backup-3.0.0.build.0 lib/backup/configuration/storage/base.rb
backup-3.0.0 lib/backup/configuration/storage/base.rb