Sha256: 4c6ca62916fdbd6b2921f41ea0689784085f09309f1e4c14a3a665bde64c58a0

Contents?: true

Size: 808 Bytes

Versions: 42

Compression:

Stored size: 808 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
    # db.keep        = Time.now - 2592000 # Remove all backups older than 1 month.
  end

Version data entries

42 entries across 42 versions & 8 rubygems

Version Path
backup-ssh-4.4.5 templates/cli/storages/dropbox
backup-5.0.0.beta.3 templates/cli/storages/dropbox
backup-remote-0.0.19 templates/cli/storages/dropbox
backupii-0.1.0.pre.alpha.1 templates/cli/storages/dropbox
cm-backup-1.0.0 templates/cli/storages/dropbox
backedup-5.0.0.beta.5 templates/cli/storages/dropbox
backedup-5.0.0.beta.4 templates/cli/storages/dropbox
backedup-5.0.0.beta.3 templates/cli/storages/dropbox
ext_backup-5.0.0.beta.2.1 templates/cli/storages/dropbox
backup-ssh-4.4.4 templates/cli/storages/dropbox
backup-ssh-4.4.3 templates/cli/storages/dropbox
ext_backup-5.0.0.beta.2.ext.0.1.2 templates/cli/storages/dropbox
backup-4.4.1 templates/cli/storages/dropbox
ext_backup-5.0.0.beta.2.ext.0.1.1 templates/cli/storages/dropbox
ext_backup-5.0.0.beta.2.ext.0.1.0 templates/cli/storages/dropbox
backup-remote-0.0.18 templates/cli/storages/dropbox
backup-5.0.0.beta.2 templates/cli/storages/dropbox
backup-5.0.0.beta.1 templates/cli/storages/dropbox
backup-remote-0.0.17 templates/cli/storages/dropbox
backup-remote-0.0.16 templates/cli/storages/dropbox