|
|
|
|
|
by saryant
3689 days ago
|
|
How's the restore process? I've actually been backing up to Backblaze for about a year now but (knock on wood) haven't had to restore any data. That said, one of my drives has been acting up in the last few days so that moment may be at hand (though I also have it backed up to a second local drive). |
|
You don't have backups, unless you can do restores. So you have to practice doing restores.
For my servers at work, we're using btrfs snapshots and send/receive to the backup host. So restoring files is just going into the appropriate snapshot directory, and copying out the files of interest.
If your backup scheme is any more complicated than that, you need to practice it at least a few times per year so that it is completely familiar.
Hilarious story from the old days...
We were doing backups to QIC tape drives. At one point, there was a lightning storm. The servers were plugged into UPSs with power protection though.
However, when running a backup, I noticed that the tape drive sounded a little different. So I check one of the backup tapes... the tape drive would no longer switch over the tracks on the tape. So it was just overwriting the same track again and again. Corrupted backups. Worse yet: silently corrupted backups. No messages from the OS about a hardware problem.
That could have been bad news if it wasn't caught quickly.