lib/templates/storage/dropbox in backup-3.0.15 vs lib/templates/storage/dropbox in backup-3.0.16
- old
+ new
@@ -1,4 +1,7 @@
+ ##
+ # Dropbox File Hosting Service [Storage]
+ #
store_with Dropbox do |db|
db.email = 'my@email.com'
db.password = 'my_password'
db.api_key = 'my_api_key'
db.api_secret = 'my_api_secret'
\ No newline at end of file