Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Probably could've designed a good backup and restore strategy with the time that was invested in this piece. A combo of full backups with append-only storage of changes going a certain amount of time into the past. Worked for me for long, long time despite my many screwups. Even when I lost all my stuff to triple, storage failure I still recovered a tiny bit stored on my cheap, write-once solution: DVD-R's. There was some bit rot but better than bit loss. I imagine their solution would be better done with a filesystem or backup software.

Note: It was neat that much of the community was supportive. I see the article as really a thank you to them.



> Probably could've designed a good backup and restore strategy with the time that was invested in this piece

You do realize that it probably wasn't the engineering team writing this blog post, right?


I thought the engineering team was the reason they wrote it.


Instead of DVD-Rs, I now use write-protected USB flash drives (Netac U335 or similar) with their write protect switches melted with a soldering iron. I know this doesn't protect about hardware failure, but most data loss actally gets caused by user actions or software bugs. Store several of them at different locations to protect from other threats.


We are considering using S4 (http://www.supersimplestorageservice.com/), it's probably the best place to store your important data.


No, too expensive and proprietary. I can't understand why people pay for these tools when you can build the same thing using open source technologies?

Here's a script I use at home for this:

  #!/bin/bash
  tar -cf - ~/Documents/ > /dev/null


Back in the dark ages (1980s or so), a professor at my uni managed to get a speaking slot for his presentation on "write-only memory". Good times.


Ahhh, absolutely adore alliteration.


That's a good idea. I havent looked into them in a long time. Thanks for the reminder.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: