tar problems with SCO

Chip Salzenberg chip at ateng.com
Fri Jun 30 00:01:31 AEST 1989


According to marks at mgse.UUCP (Mark Seiffert):
>[...] some of my spool/news directories became quite large. [...]
>tar will start backing up the large directory repeatedly.

This is an >old< tar bug.

Try using a different backup program.  I use afio, a PD implementation of
the "cpio -c" format.  It has several advantages over tar:

	It makes more efficient use of media.
	It can read while writing (fork/write/read/wait).
	You can specify the files to be backed up however you like,
	    since the filenames come from standard input.
	    A reasonable "everything" is "find . -depth -print".

>Joke of the month:
>Instant Mainframe. Just Add SCO. (SCO advertisement)

Ever tried to use a mainframe?  They have bugs too.
-- 
You may redistribute this article only to those who may freely do likewise.
Chip Salzenberg         |       <chip at ateng.com> or <uunet!ateng!chip>
A T Engineering         |       Me?  Speak for my company?  Surely you jest!



More information about the Comp.unix.xenix mailing list