Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I currently use Git to backup my things in DropBox but I haven't found this easy enough. I am not going to create cron hacks. Does there exist some built-in way for DropBox to do backups?

share|improve this question
1  
Why would you want to backup Dropbox? Its supposed to be a cloud storage & hence backup/sync solution. However if you wish to backup, you can use Microsoft Sync Toy to sync your Dropbox folder to another folder, possibly in some external storage. – AbhishekGirish Oct 31 '12 at 0:27
cron is not a hack, it is an automation tool. Automation tools are ideal for things you want to happen automatically. – Paul Oct 31 '12 at 1:53

1 Answer

Install one of the many services similar to DropBox (Google Drive client comes to mind).

  1. If you create a symbolic link in the Google Drive folder that points to the dropbox folder, this should result in the contents of your dropbox getting uploaded to google drive. This should happen WITHOUT making another copy on your computer of the thing you are trying to back up (in this case, the contents of the dropbox folder). Try linkshellextension for this if you have no other easy way.

    • Full disclosure, the way that I do this is I put symbolic links inside my dropbox folder and it works perfectly. So I'm assuming it would work similarly if you put the link in your google drive folder and point it to your dropbox folder. I can spell out exactly how this works with examples if the way I have explained it is not specific enough.

1a. As an alternative to (1), you could try setting the dropbox folder an the google drive folders to the same folder. This might work perfectly but it also sounds like it might be a tad more unpredictable.


Regarding the initial feature request, dropbox is NOT for creating a second copy of your stuff on your computer. The whole point of DropBox is to put the second copy of your data on their servers (the data is versioned going back a number of days, which is kind of cool). In fact, if dropbox DID let you make a second copy on your computer, it would undercut the entire business model of dropbox where you NEED to access their service in order to get your data if it is ever lost.

If you must have the second copy on your computer, there are many solutions, I recommend SyncBackPro for its staggering list of features and ability to automate everything.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.