Sha256: 3608dab468d7242945df3e0bf3e96125d73152cd35c00a3129312dc0133eef5a

Contents?: true

Size: 725 Bytes

Versions: 27

Compression:

Stored size: 725 Bytes

Contents

  ##
  # Dropbox [Storage]
  #
  # Your initial backup must be performed manually to authorize
  # this machine with your Dropbox account. This authorized session
  # will be stored in `cache_path` and used for subsequent backups.
  #
  store_with Dropbox do |db|
    db.api_key     = "my_api_key"
    db.api_secret  = "my_api_secret"
    # Sets the path where the cached authorized session will be stored.
    # Relative paths will be relative to ~/Backup, unless the --root-path
    # is set on the command line or within your configuration file.
    db.cache_path  = ".cache"
    # :app_folder (default) or :dropbox
    db.access_type = :app_folder
    db.path        = "/path/to/my/backups"
    db.keep        = 25
  end

Version data entries

27 entries across 27 versions & 5 rubygems

Version Path
backup-4.2.0 templates/cli/storages/dropbox
backup-4.1.12 templates/cli/storages/dropbox
backup-4.1.11 templates/cli/storages/dropbox
backup-ssh-4.1.10 templates/cli/storages/dropbox
backup-4.1.10 templates/cli/storages/dropbox
backup-4.1.9 templates/cli/storages/dropbox
backup-4.1.8 templates/cli/storages/dropbox
backup-4.1.7 templates/cli/storages/dropbox
backup-4.1.6 templates/cli/storages/dropbox
backup-4.1.5 templates/cli/storages/dropbox
backup-4.1.4 templates/cli/storages/dropbox
backup-4.1.3 templates/cli/storages/dropbox
venet-backup-4.1.3 templates/cli/storages/dropbox
backup-4.1.2 templates/cli/storages/dropbox
backup-4.1.1 templates/cli/storages/dropbox
backup-4.1.0 templates/cli/storages/dropbox
backup-4.0.7 templates/cli/storages/dropbox
backup-4.0.6 templates/cli/storages/dropbox
backup-4.0.5 templates/cli/storages/dropbox
backup-4.0.4 templates/cli/storages/dropbox