Class: Backup::Storage::CloudFiles
- Defined in:
- lib/backup/storage/cloudfiles.rb
Instance Method Summary collapse
-
#initialize(adapter) ⇒ CloudFiles
constructor
Stores the backup file on the remote server using Rackspace Cloud Files.
Methods included from CommandHelper
Constructor Details
#initialize(adapter) ⇒ CloudFiles
Stores the backup file on the remote server using Rackspace Cloud Files
8 9 10 11 12 |
# File 'lib/backup/storage/cloudfiles.rb', line 8 def initialize(adapter) cf = Backup::Connection::CloudFiles.new(adapter) cf.connect cf.store end |