Using Dropbox API instead of a FTP server for backing up DB/Source in your application.

Posted by Somebody still uses you MS-DOS on Server Fault See other posts from Server Fault or by Somebody still uses you MS-DOS
Published on 2010-05-31T14:19:59Z Indexed on 2010/05/31 18:03 UTC
Read the original article Hit count: 139

Filed under:
|
|

This is a small aplication scenario.

Usually, when you have to do some backups of source code/database on your server, you use a second ftp server, a cronjob to tar.gz your db dumps and source files, and send this file to your ftp server from your application server.

Dropbox created an API to use it's infrastrucutre. Since they provide 2gb for free accounts, I thought about being able to upload to it instead of a ftp server. So, if you do some freelance work, you can create a free account for each client and use this approach, maybe encrypting the files you send. You even gain a revision for each sent file, like a revison control system, for free, from the last 30 days.

What do you think of this approach? Is it possible? And, more importantly: what are the security risks involved? (That's why I'm asking this on serverfault, since this POV from sysadmins will be more accurate).

Thanks!

© Server Fault or respective owner

Related posts about backup

Related posts about ftp