Re: Random thoughts
To amplify your point, allow me to introduce the young'uns to the behavior we called "shoe shining". The DDS and DLT systems in use at my old employer would only read or write data at one speed. If the attached system couldn't keep up the tape would stop, rewind a bit, wait for the buffer to fill (or empty as the case may be), then try to resume where it left off. If you had some systemic bottleneck this could be happening ever minute or so through a multi-hour backup/restore.
So when I read "ten uses" I'm not thinking of ten full passes + ten full rewinds, I envision ten days of the tape running back and forth, starting and stopping hundreds of times because someone left the target on a 10mbps hub...
It was a happy day when I learned LTO drives has variable streaming speeds, and if you stayed in their allowed range it would never exhibit this behavior. I made a neat (to me) script to manage backups to an autoloading LTO4 over a 1gbps iSCSI link that used 'mbuffer' to keep the rate acceptable to all components. If anyone needs to repeat that stunt get in touch, I kept a copy for posterity.