2

Running Ubuntu 12.04

I have a library of personal files and documents stored in Dropbox. I want the Dropbox folder to be automatically mirrored to a directory in the local machine, as a backup to the backup. I want it to be done automatically. In other words, each time I add a file/folder to the Dropbpx, that file/folder is copied automatically to the second location on the local drive.

Any ideas, tips or advices would be appreciated.

Best regards

user68186
  • 37,461
GIS_DBA
  • 121

1 Answers1

5

I don't think (or know) how " each time I add a file/folder " could be done easily. But if you are OK with say a once a minute sync, I believe you could put together rsync and cron into a workable solution. I am not sure how efficient rsync is with data on the order of GBs, possibly made mostly of binary data?

A question arises though. If you want to mirror each change immediately, how is that a backup? Wont a mistake/corruption get mirrored instantly as well?

Checkout rdiff-backup if you want a proper backup solution.

But frankly, I would expect your backup drive to fail before dropbox store does.

Karthik T
  • 2,116