Sha256: b95461404ccbcaff5bea384a154f745cb2f5178c388d85df636cf3a5b7b506be
Contents?: true
Size: 515 Bytes
Versions: 7
Compression:
Stored size: 515 Bytes
Contents
## # Rackspace Cloud Files [Storage] # # See the documentation on the Wiki for details. # https://github.com/meskyanichi/backup/wiki/Storages store_with CloudFiles do |cf| cf.api_key = 'my_api_key' cf.username = 'my_username' cf.container = 'my_container' cf.segments_container = 'my_segments_container' # must be different than `container` cf.segment_size = 5 # MiB cf.path = 'path/to/backups' # path within the container end
Version data entries
7 entries across 7 versions & 1 rubygems