Sha256: 789d5491b0cdd4b75c3a2015c2c2bf5760adab9ab8c4c877b698acb9a95ac28c

Contents?: true

Size: 564 Bytes

Versions: 3

Compression:

Stored size: 564 Bytes

Contents

  ##
  # Rackspace Cloud Files [Syncer]
  #
  # See the documentation on the Wiki for details.
  # https://github.com/meskyanichi/backup/wiki/Syncers
  sync_with Cloud::CloudFiles do |cf|
    cf.username          = "my_username"
    cf.api_key           = "my_api_key"
    cf.container         = "my_container"
    cf.path              = "/backups"
    cf.mirror            = true
    cf.thread_count      = 10

    cf.directories do |directory|
      directory.add "/path/to/directory/to/sync"
      directory.add "/path/to/other/directory/to/sync"
    end
  end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
backup-3.7.2 templates/cli/syncer/cloud_files
backup-3.7.1 templates/cli/syncer/cloud_files
backup-3.7.0 templates/cli/syncer/cloud_files