Please also remember that a backup is only as good as the restore process. If you've never had cause to test that your restore process works as intended then you're still vulnerable. PS: I admit that while I keep backups, I've not once checked that I can actually restore (but I know I should). I suspect many people are the same.
Today is World Backup Day – a friendly reminder to backup and check restores
41–50 of 78 posts
Re: Today is World Backup Day – a friendly reminder to backup and check restores
#42Earlier quoted context omitted.
Just use ZFS. It works.
But, as with the old adage "RAID is not backup", don't forget that ZFS is not a backup either. ZFS has bugs like any other codebase, and metadata corruption will make your whole pool unrecoverable. RAID-Z and block checksums won't save you from that. I speak from personal experience with ZFS. Backups are important, no matter what filesystem you use.
If you're doing differential backups on external USB disks (generally of dubious reliability), you definately want some integrity checking. Bitrot happens!
Re: Today is World Backup Day – a friendly reminder to backup and check restores
#43Earlier quoted context omitted.
I considered the same thing. But when you are backing up several terabytes of photos and home movies collected over many years the cost of storing them on Glacier isn't as cheap as using the unlimited service of Crashplan or Backblaze ($10 a month vs $5-6 month). Furthermore, Crashplan and Backblaze don't charge you to retrieve your data unlike Glacier, which is where it gets very expensive.
Absolutely. After messing around with various combinations of rsync/ssh/unison/s3/glacier/etc for a few years, I bit the bullet and paid for Crashplan. It's cheap - the family plan is ~150 USD/year for up to ten computers, unlimited. It's a lifesaver. I've installed it on my parents/wifes/siblings computers and the piece of mind it gives me is immense - when I get the inevitable phone calls about the damn computer de…
Re: Today is World Backup Day – a friendly reminder to backup and check restores
#44I spent last night looking into off-site backup solutions, and haven't yet found one I would be willing to pay for. They all seem to require strange client software to work. Is there anything out there where I can set up an account and simply have cron rsync everything over every week? Why do I need a Java GUI (Crashplan) or some 3rd party python script (Glacier) to do a task that doesn't change week to week?
Re: Today is World Backup Day – a friendly reminder to backup and check restores
#45I wish that they included options for Linux too. What Linux backup tools do people use? Currently I'm making do with a bash script that's just a wrapper around rsync, but it'd be nice to have something a little more powerful, especially with the option to back up things to glacier, etc.
http://skeptu.com/online-backup-service+has-client:linux-app...
Re: Today is World Backup Day – a friendly reminder to backup and check restores
#46Re: Today is World Backup Day – a friendly reminder to backup and check restores
#47I wish that they included options for Linux too. What Linux backup tools do people use? Currently I'm making do with a bash script that's just a wrapper around rsync, but it'd be nice to have something a little more powerful, especially with the option to back up things to glacier, etc.
Re: Today is World Backup Day – a friendly reminder to backup and check restores
#48I wish that they included options for Linux too. What Linux backup tools do people use? Currently I'm making do with a bash script that's just a wrapper around rsync, but it'd be nice to have something a little more powerful, especially with the option to back up things to glacier, etc.
Re: Today is World Backup Day – a friendly reminder to backup and check restores
#49Earlier quoted context omitted.
Just use ZFS. It works.
But, as with the old adage "RAID is not backup", don't forget that ZFS is not a backup either. ZFS has bugs like any other codebase, and metadata corruption will make your whole pool unrecoverable. RAID-Z and block checksums won't save you from that. I speak from personal experience with ZFS. Backups are important, no matter what filesystem you use.
Re: Today is World Backup Day – a friendly reminder to backup and check restores
#50Funny timing. Had a near-panic last night where I almost had to tell my wife I lost the last 2 years worth of photos because backups are stale. Fortunately, they were all found on an old laptop, so disaster averted. I spent last night looking into off-site backup solutions, and haven't yet found one I would be willing to pay for. They all seem to require strange client software to work. Is there anything out there wh…