Sha256: 46a0c65a8d893cd97c495be0d630e5c0f62e9a0ade06037992812ff10cff9dae
Contents?: true
Size: 624 Bytes
Versions: 22
Compression:
Stored size: 624 Bytes
Contents
## # Rackspace Cloud Files [Storage] # # Available Auth URLs: # # - https://auth.api.rackspacecloud.com (US - Default) # - https://lon.auth.api.rackspacecloud.com (UK) # # Servicenet: # # Set this to 'true' if Backup runs on a Rackspace server. It will avoid # transfer charges and it's more performant. # store_with CloudFiles do |cf| cf.api_key = "my_api_key" cf.username = "my_username" cf.container = "my_container" cf.path = "/path/to/my/backups" cf.keep = 5 cf.auth_url = "lon.auth.api.rackspacecloud.com" cf.servicenet = false end
Version data entries
22 entries across 22 versions & 4 rubygems