I've been thinking of getting one, but the price tag has me hesitating.
Jwz's guide to backups: "Shut up. I know things. You will listen to me. Do it anyway."
11–20 of 26 posts
Re: Jwz's guide to backups: "Shut up. I know things. You will listen to me. Do it anyway."
#12And for those of us for whom "D'oh, I deleted that!", or "Nooooo....I overwrote that file yesterday!" is more of a danger than "My house just burned down", I strongly recommend rdiff-backup: http://www.nongnu.org/rdiff-backup/ It's short, sweet, incremental - and, because it uses diffs, not just hardlinks and new files, it doesn't use an extra 500MB each time you add 2k to the end of a 500MB dataset.
Regardless of your backup strategy, you're going to have to replace the physical disk. If the disk you are backing up to is compatible with the broken disk, you 1) already have a disk to put in your computer, and 2) you can already boot off it. So the time wasted is the absolute minimum.
Even for people using rdiff, it's probably best to have a ready-to-go backup as described in the article. His recommendation of having a bootable backup is still valid, and is not limited to the "My house just burned down" case. That's what the third disk is for :-)
Re: Jwz's guide to backups: "Shut up. I know things. You will listen to me. Do it anyway."
#13You want to look at the "--link-dest" option. Essentially you can keep parallel trees of backups but they use hardlinks to share unchanged files. In practice, backing up web/mail/misc servers I find each extra copy I keep takes about 5% of the first copy's space. rdiff-backup is more space efficient, but 5% isn't much and this is simpler.
If you name the backup trees after the day of the week you don't even have to worry about rotating names and purging old trees, they just overwrite.
(note: you lose the ability to just flop the drive back into the original machine. But I wouldn't do that anyway. I'd use the opportunity for a clean install.)
Re: Jwz's guide to backups: "Shut up. I know things. You will listen to me. Do it anyway."
#14Does anyone have experience with Drobo ( http://drobo.com/ )? I've been thinking of getting one, but the price tag has me hesitating.
Re: Jwz's guide to backups: "Shut up. I know things. You will listen to me. Do it anyway."
#15Re: Jwz's guide to backups: "Shut up. I know things. You will listen to me. Do it anyway."
#16It optionally encrypts data, though. I don't do that, because encrypting backups seems like playing with fire to me. What if you lose the private key? Now you have two problems.
Re: Jwz's guide to backups: "Shut up. I know things. You will listen to me. Do it anyway."
#17I've had good results backing up to S3 with Brackup: http://search.cpan.org/~bradfitz/Brackup/ It optionally encrypts data, though. I don't do that, because encrypting backups seems like playing with fire to me. What if you lose the private key? Now you have two problems.
Re: Jwz's guide to backups: "Shut up. I know things. You will listen to me. Do it anyway."
#18If you're using Windows, go fuck yourself. This is what happens when someone who knows what they're doing, rather than a journalist, writes an article ;-)
Re: Jwz's guide to backups: "Shut up. I know things. You will listen to me. Do it anyway."
#19If you're using Windows, go fuck yourself. This is what happens when someone who knows what they're doing, rather than a journalist, writes an article ;-)
I'm liking this community less and less each day. When this sort of comment on this sort of article is the top comment something is wrong. For some reason I don't seem to be able to vote that comment down either.
I must agree with you, however, that I cannot figure out why my flippant observation got voted up, but this is not the fault of the comment.
Re: Jwz's guide to backups: "Shut up. I know things. You will listen to me. Do it anyway."
#20If you're using Windows, go fuck yourself. This is what happens when someone who knows what they're doing, rather than a journalist, writes an article ;-)
I'm liking this community less and less each day. When this sort of comment on this sort of article is the top comment something is wrong. For some reason I don't seem to be able to vote that comment down either.