Gustavo:
So here is the deal with backing up to tape and block sizing. The following is very simplified! Experts be kind!
Tape backup systems are also called "streaming tape" backup systems. When you begin writing to a streaming tape, the drive starts running tape past the write head. Ontape begins by writing a header block that is the "TAPEBLK" size. Then it waits until the tape device acknowledges the write was successful before writing the next block. Meanwhile the tape is still streaming past the write head with nothing being written so there is a gap. Those gaps are all the same size (with a few exceptions I suppose). The smaller the write block the more space on the tape is wasted in the inter-block gaps in the data written to the tape. If you could "see" the data on the tape, small block data looks something like this:
XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX XXXXXXXXXX
Double the block size and it looks like this:
XXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXX
In the second set we got 120 X's in less space than the first set stored the same amount of data.
On disk, if you write an archive to disk, there is no wasted space, so block size really does not matter. But on tape, it does.
Art
------------------------------
Art S. Kagel, President and Principal Consultant
ASK Database Management Corp.
www.askdbmgt.com------------------------------