Base
Rackspace AuthURL allows you to connect to a different Rackspace datacenter
auth.api.rackspacecloud.com (Default: US)
Improve performance and avoid data transfer costs by setting @servicenet to `true` This only works if Backup runs on a Rackspace server
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
Generated with the Darkfish Rdoc Generator 2.