Live data from Hacker News

Ask HN: How do you back up your data?

news.ycombinator.com

11–20 of 60 posts

Re: Ask HN: How do you back up your data?

#12
For my laptop: I use backblaze for everything. I have timemachine setup on a small server (running zfs and snapshotting). I also use arq to backup more important stuff an extra time to S3.

For servers with data, which currently is just postgres - Heroku pg backups. We download, verify and archive them on S3 and to local server.

Re: Ask HN: How do you back up your data?

#14
post #9

BackBlaze has worked well for me: http://www.backblaze.com/ easy to restore, and works silently in the background.

I've been reading up on Backblaze but don't they require you keep a local copy and they only keep history for 30 days before its wiped?

Yes. I use them; the other bad thing you might read about is that to download encrypted stuff, you need to enter your password on their server.

Re: Ask HN: How do you back up your data?

#15
I have a 500Gb portable hard disk that gets appended to daily and cycled every 2 years. Plus a digitalocean VM which gets rsynced to daily.

Oh and a VS320 DLT which gets done when I can be arsed as that has a two decade shelf life. It and the drive live in a 400kg fire safe.

And I print all my photos on 10x8 paper that are worth keeping.

And I have CDs for music still.

Edit: see a lot of people relying on just cloud services. Don't do that. Shit does go missing and fail. And I bet you don't test your multi-gigabyte cloud drop until you need to restore it which is bad juju.

Re: Ask HN: How do you back up your data?

#17
1. I keep working data on my laptop, and archived data/media on a desktop machine in my home.

2. Both are backed up to Time Machine to a network drive, and also with Arq to Glacier.

3. I keep important documents in Dropbox.

This gives me "Oh shit, I deleted a file" protection from Time Machine and Dropbox, two local copies of all media and data in case of hardware failure or machine loss, and a last-ditch offsite Glacier backup.

Works well, and Arq isn't that pricey if using only Glacier.

Re: Ask HN: How do you back up your data?

#18
This is not answering the question, but someone please build this for me (and hopefully a million others): Simple live off-site backup for worst-case scenario.

I buy a pair of devices (e.g. Tonidos) with attached commodity HDDs that I split with a friend. He plugs his into his network, I plug mine in.

I dump files to my local device, but they actually get buffered and then stored overnight at his place, and vice-versa. It's a remote backup storage device, not a NAS. Not for fast file serving.

If my house burns down, he hands me the HDDs and I decrypt them with my password.

If his IP changes, his device re-registers with mine somehow. Cleverness needed here, not a $10 month subscription. E.g. his IP is emailed to me, or my device, or something like that. Someone knows how to make two devices find each other over the net, I am sure.

Edit: Of course, it would be nice if it still worked if he was tech-illiterate, e.g. you could give the other one to your elderly parent or neighbor or whatever.

Re: Ask HN: How do you back up your data?

#20

This is not answering the question, but someone please build this for me (and hopefully a million others): Simple live off-site backup for worst-case scenario. I buy a pair of devices (e.g. Tonidos) with attached commodity HDDs that I split with a friend. He plugs his into his network, I plug mine in. I dump files to my local device, but they actually get buffered and then stored overnight at his place, and vice-vers…

I think Crashplan's software will do this without you paying them a sub.
Post reply on HN