Class: Backup::Configuration::Syncer::Cloud
- Defined in:
- lib/backup/configuration/syncer/cloud.rb
Direct Known Subclasses
Class Attribute Summary collapse
-
.bucket ⇒ Object
Amazon S3 bucket name and path to sync to.
-
.directories ⇒ Object
Directories to sync.
-
.mirror ⇒ Object
Flag to enable mirroring.
-
.path ⇒ Object
Amazon S3 bucket name and path to sync to.
Method Summary
Methods inherited from Base
Methods included from Helpers
#clear_defaults!, #load_defaults!
Class Attribute Details
.bucket ⇒ Object
Amazon S3 bucket name and path to sync to
10 11 12 |
# File 'lib/backup/configuration/syncer/cloud.rb', line 10 def bucket @bucket end |
.directories ⇒ Object
Directories to sync
14 15 16 |
# File 'lib/backup/configuration/syncer/cloud.rb', line 14 def directories @directories end |
.mirror ⇒ Object
Flag to enable mirroring
18 19 20 |
# File 'lib/backup/configuration/syncer/cloud.rb', line 18 def mirror @mirror end |
.path ⇒ Object
Amazon S3 bucket name and path to sync to
10 11 12 |
# File 'lib/backup/configuration/syncer/cloud.rb', line 10 def path @path end |