Sha256: cbe84fff54a392a8d5a1e708d10af7b9e255bb1aeacd9f2804be065670ff641f
Contents?: true
Size: 360 Bytes
Versions: 1
Compression:
Stored size: 360 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
backup-3.0.20 | templates/cli/utility/storage/dropbox |