home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / Documentation / PUPS / Programs / Arcutils / tp-progs.README < prev    next >
Encoding:
Text File  |  1998-11-09  |  1.5 KB  |  50 lines

  1.         Tp, Dtp and Itp Archive Programs
  2.         --------------------------------
  3.  
  4. These programs list the table of contents and extract files from tp, dtp
  5. and itp Unix archives. These archive formats were used in 6th and 7th
  6. Edition Unix, and predate tar(1) format.
  7.  
  8.  
  9. How do I know if my file is in tp/dtp/itp format?
  10. -------------------------------------------------
  11.  
  12. Simple. Compile tp, dtp and itp, and try doing a table of contents using
  13. each program:
  14.  
  15.    % tp  t file
  16.    % dtp t file
  17.    % itp t file
  18.  
  19. If one of them gives something sane-looking, you have probably found the
  20. right one, and you can use the `x' option with the same command to extract
  21. files.
  22.  
  23.  
  24. Caveats
  25. -------
  26.  
  27. The programs do not use the checksums available in the archives. If the
  28. archive is corrupt, the programs will merrily extract garbage.
  29.  
  30. mkdir -p is used to recursively make directory hierachies if they are needed.
  31. This could be recoded, but the programs were hacked up to do what I needed
  32. and I haven't fixed this yet.
  33.  
  34. The programs have only had a small sample of input archives to extract. Thus,
  35. they may not extract all tp/dtp/itp archives. Bug reports and patches most
  36. welcome.
  37.  
  38.  
  39. Other Notes
  40. -----------
  41.  
  42. I wrote these to extract archives of this type off old backup tapes. I
  43. hope some other people find the programs useful.
  44.  
  45. I am _very_ interested in finding programs that can extract from 7th
  46. Edition dump/restor archives, and also from 6th and 7th Edition filesystem
  47. images. If you have any of these or know of them, please email me!
  48.  
  49.     Warren Toomey    wkt@cs.adfa.edu.au    March 1995
  50.