On Mon, Mar 16, 2015 at 3:13 PM, Johnny Billquist <bqt at softjar.se> wrote:
And one of the tricks were to reduce disk seek times during a backup. And that is done by
actually not backing up files in the logical order of the blocks in the file, but in the
order they appear on disk, which is why I said the format is slightly tricky.
That was a common trade off - the reason being that backup was done way more often then
restore. But the problem was that the a lot of the those formats had a big issues when
you had a tape error (UNIX tp and the PDP-10 dumper formats were notorious for this
problem).
But as you say a threaded format like that, you don't need a PhD to figure it out.
You just need to be careful and recognize there is a bunch of housekeeping needed when you
pull things back in. Today its a little easier, but on an 11/40 class (shared I/D space)
that would be even more difficult, since you don't have a lot of room in active memory
to keep those tables.
Clem
Show replies by date