Sha256: 8729cece3238e95cf50dc92068e467476f263af8949acf47559d0219d3e89228

Contents?: true

Size: 451 Bytes

Versions: 29

Compression:

Stored size: 451 Bytes

Contents

  ##
  # Dropbox File Hosting Service [Storage]
  #
  # Access Type:
  #
  #  - :app_folder (Default)
  #  - :dropbox
  #
  # Note:
  #
  #  Initial backup must be performed manually to authorize
  #  this machine with your Dropbox account.
  #
  store_with Dropbox do |db|
    db.api_key     = "my_api_key"
    db.api_secret  = "my_api_secret"
    db.access_type = :app_folder
    db.path        = "/path/to/my/backups"
    db.keep        = 25
  end

Version data entries

29 entries across 29 versions & 4 rubygems

Version Path
backup-3.11.0 templates/cli/storage/dropbox
backup-3.10.0 templates/cli/storage/dropbox
backup-3.9.0 templates/cli/storage/dropbox
backup-3.8.0 templates/cli/storage/dropbox
backup-3.7.2 templates/cli/storage/dropbox
backup-3.7.1 templates/cli/storage/dropbox
backup-3.7.0 templates/cli/storage/dropbox
backup-3.6.0 templates/cli/storage/dropbox
backup-3.5.1 templates/cli/storage/dropbox
backup-3.5.0 templates/cli/storage/dropbox
backup-3.4.0 templates/cli/storage/dropbox
backup-3.3.2 templates/cli/storage/dropbox
backup-3.3.1 templates/cli/storage/dropbox
backup-3.3.0 templates/cli/storage/dropbox
backup-3.2.0 templates/cli/storage/dropbox
backup-3.1.3 templates/cli/storage/dropbox
backup-3.1.2 templates/cli/storage/dropbox
backup-3.1.1 templates/cli/storage/dropbox
backup-3.1.0 templates/cli/storage/dropbox
backup-agoddard-3.0.28 templates/cli/utility/storage/dropbox