Sha256: afc8684fbc14c483d4f7a0e41388853b5286883c402c10fffcd48b9caf20cb61
Contents?: true
Size: 433 Bytes
Versions: 3
Compression:
Stored size: 433 Bytes
Contents
# encoding: utf-8 module Backup module Configuration module Syncer class Cloud < Base class << self ## # Amazon S3 bucket name and path to sync to attr_accessor :bucket, :path ## # Directories to sync attr_accessor :directories ## # Flag to enable mirroring attr_accessor :mirror end end end end end
Version data entries
3 entries across 3 versions & 2 rubygems
Version | Path |
---|---|
backup_checksum-3.0.23 | lib/backup/configuration/syncer/cloud.rb |
backup-3.0.23 | lib/backup/configuration/syncer/cloud.rb |
backup-3.0.22 | lib/backup/configuration/syncer/cloud.rb |