Forum Discussion

2 Replies

  • See also 'Disk Thrash'

    NBU uses a scheme called 'multiplexing' to write to tape. Data is read from disk and written to shared memory. The shared memory segment is written to tape. Each segment of a backup image are intervealed on the tape. With multiplexing enabled, the tape drive does not 'shoeshine' or reposition between writes- data just keeps streaming, the drive keeps on spinning.

    Disk has no such 'shoeshing' issues. Images are laid out in one contiguous stream of data, and restores are then single streamed as well.