SaidAchmiz comments on Rationalists Are Less Credulous But Better At Taking Ideas Seriously - LessWrong

43 Post author: Yvain 21 January 2014 02:18AM

You are viewing a comment permalink. View the original post to see all comments and the full post content.

Comments (285)

You are viewing a single comment's thread. Show more comments above.

Comment author: SaidAchmiz 06 February 2014 03:13:50PM 0 points [-]

Precisely. My most immediately critical data — the stuff on which my current employment and professional success/advancement depends — exists in no less than seven places:

  1. My desktop's primary drive (an SSD).
  2. My desktop's backup hard drive.
  3. My laptop's primary drive (an SSD).
  4. My laptop's backup hard drive.
  5. The primary drive (an SSD) of a different computer, in a different part of the country.
  6. That computer's backup hard drive.
  7. A cloud-based storage service.

I worry that that's not enough. I am considering investing in some sort of NAS, or two, and placing them in more secure areas of both of the dwellings to which I have access.

Comment author: gwern 07 February 2014 01:47:54AM *  2 points [-]

How much time are you spending keeping all of that in sync...?

Just having a lot of drives is not a good use of resources from the data protection standpoint. It ensures you protection against the catastrophic failure of one or two drives simultaneously, but you seem unprotected against most other forms of data loss: for example, silent corruption of files (what are you using to ensure integrity? I don't see any mention of hashes or DVCSes), or mistaken deletions/modifications (what stops a file deletion from percolating through each of the 7 before you realize 6 months later that it was a critical file?).

For improving general safety, you should probably drop some of those drives in favor of adding protection in the form of read-only media and error detection + forward error correction (eg periodically making a full backup with PAR2 redundancy to BluRays), and more frequent backups to the backup drives.

Comment author: SaidAchmiz 07 February 2014 02:52:18AM 0 points [-]

Synchronization is automatic. It does not take up any of my time.

I have enough drive space to maintain backups going back several months, which protects against both file corruption (volume corruption is taken care of by redundancy) and mistaken deletion/modification. In any case, the files in question are mostly text or text-based, not binary formats, so corruption is less of a concern.

Code, specifically, is of course also kept in git repositories.

Backups to read-only media are a good idea, and I do them periodically as well (not blurays, though; DVDs or even CDs suffice, as the amount of truly critical data is not that large).

Comment author: Lumifer 06 February 2014 03:36:48PM 1 point [-]

I can't resist the temptation... :-D

"Only wimps use tape backup: real men just upload their important stuff on ftp, and let the rest of the world mirror it" -- Linus Torvalds