Sha256: c06f2102316a7ca72632fe5edbdcc5a384d87518f8aa441b27baee9e0e07c06e
Contents?: true
Size: 473 Bytes
Versions: 1
Compression:
Stored size: 473 Bytes
Contents
## # Dropbox File Hosting Service [Storage] # 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' # Dropbox Access Type # The default value is :app_folder # Change this to :dropbox if needed # db.access_type = :dropbox db.path = '/path/to/my/backups' db.keep = 25 end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
backup-3.0.21 | templates/cli/utility/storage/dropbox |