freebsd-dev/usr.bin/tcopy
Poul-Henning Kamp 4b9c5aabdd Tcopy uses 32 bit unsigned to accumulate a count of bytes read/written.
That doesn't work well for tapes over 4G.

I use tcopy a lot to write images of a tape to tape as tape to tape
copying is terribly slow. Slower than it should be. Quickly found out
tcopy can not rewind a file when doing copy/verify.

PR:		11386
Submitted by:	David Kelly dkelly@hiwaay.net
Reviewed by:	phk
1999-04-30 13:13:32 +00:00
..
Makefile BSD 4.4 Lite Usr.bin Sources 1994-05-27 12:33:43 +00:00
pathnames.h Update tcopy for CAM. (/dev/rst0 -> /dev/rsa0) 1998-11-16 00:05:46 +00:00
tcopy.1 Tcopy uses 32 bit unsigned to accumulate a count of bytes read/written. 1999-04-30 13:13:32 +00:00
tcopy.c Tcopy uses 32 bit unsigned to accumulate a count of bytes read/written. 1999-04-30 13:13:32 +00:00