Sha256: d6908e3a5527b6d07da18eea4715756cad18be14df2cce72c5b2220182f804af
Contents?: true
Size: 359 Bytes
Versions: 2
Compression:
Stored size: 359 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' db.timeout = 300 db.path = '/path/to/my/backups' db.keep = 25 end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
backup-3.0.19 | lib/templates/storage/dropbox |
backup-3.0.18 | lib/templates/storage/dropbox |