Parent

Methods

Class/Module Index [+]

Quicksearch

Backup::Syncer::Cloud::CloudFiles

Attributes

api_key[RW]

Rackspace CloudFiles Credentials

auth_url[RW]

Rackspace AuthURL allows you to connect to a different Rackspace datacenter

container[RW]

Rackspace CloudFiles Container

servicenet[RW]

Improve performance and avoid data transfer costs by setting @servicenet to `true` This only works if Backup runs on a Rackspace server

username[RW]

Rackspace CloudFiles Credentials

Public Class Methods

new(&block) click to toggle source

Instantiates a new Cloud::CloudFiles Syncer.

Pre-configured defaults specified in Configuration::Syncer::Cloud::CloudFiles are set via a super() call to Cloud::Base, which in turn will invoke Syncer::Base.

Once pre-configured defaults and Cloud specific defaults are set, the block from the user's configuration file is evaluated.

# File lib/backup/syncer/cloud/cloud_files.rb, line 38
def initialize(&block)
  super

  instance_eval(&block) if block_given?
  @path = path.sub(/^\//, '')
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.