Ask HN: What's the best (basic/cheap) backup solution?
I have very simple needs: I want to ensure that, in an extreme case, (e.g. my house burns down) my files (not covered by web services) can be retrieved.
So let's assume a TB (or a few in the future), with slow regular upload, and very rare DL access. I want to minimize cost, but also effort in sync (assume limited technical expertise).
What's the best option?
14 comments
[ 2.0 ms ] story [ 27.8 ms ] threadBut I think more important is the front-end tool, what format it creates, whether the content is encrypted before it leaves your machines, etc....
Once you decide which front-end you want to use, then start looking at which back-end might work best with it.
For my part, I believe that it is best to do the first level of backups locally to a NAS device (with encryption before the files hit the server), and then secondarily back up the NAS device to the cloud (with another layer of encryption before the files leave your site).
If you don’t have upstream bandwidth, try USB disks and place them in a safe place elsewhere. It’s an expensive drill in terms of commitment but I’ve seen in practice and works.
It would be cheaper still if I used Amazon Glacier but I prefer to have the speedier access, when needed.
[0] https://duplicacy.com/
With this backup frequency, I would lose some data. I don't generate much important data, so backing up after the few times I generate it is fine with me. The only except is for code, but I use GitHub so that is covered.
Having 3 copies of the data (with one being local) is safe enough for me, you can multiply that by as much as you're willing to pay.