DLT tape / no streaming

Olivier Nicole on at cs.ait.ac.th
Sun Apr 24 18:50:41 PDT 2005


> I use a Benchmark DLT tape drive to backup data on my DELL PowerEdge 2650
> system [...]
> The problem I see is that data flow is not steadily streaming; the tape
> drive is operating in start-stop-mode.

I use team(1) (/usr/ports/misc/team) to bufferize the acces to a tape
drive, in a command like:

tar cf - /mydisk | team 1m 16 >/dev/tape_drive

It usually does the trick.

Olivier


More information about the freebsd-questions mailing list