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
pathnames.h
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