read/write tar/cpio tapes under dos

Andy Toy andy at mks.com
Fri Dec 28 03:39:55 AEST 1990


In article <19397 at netcom.UUCP> feustel at netcom.UUCP (David Feustel) writes:
>The MKS Toolkit includes a TAR command which can be used to read unix
>tar files. The command will only read from /dev/mt0 so to use the
>command, create a /dev directory and mv your tar file to /dev/mt0.
>Kludgy, but it works. 

You should be able use the command:  tar xf file.tar

>I haven't figured out how to use this command to write a tar file yet.

Try: tar cf file.tar file1 file2 file3 ...

or:  tar cf file.tar dir1 dir2 dir3 ...
-- 
Andy Toy, Mortice Kern Systems Inc.,       Internet: andy at mks.com
  35 King Street North, Waterloo,       UUCP: uunet!watmath!mks!andy
      Ontario, CANADA N2J 2W9      Phone: 519-884-2251  FAX: 519-884-8861



More information about the Comp.unix.questions mailing list