home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / 2014.11.minnie.tuhs.org.tar / minnie.tuhs.org / UnixArchive / PDP-11 / Tools / Tapes / README < prev    next >
Text File  |  2000-05-25  |  2KB  |  69 lines

  1. These programs are used to get files back from old Unix tape backup images.
  2. Many were written ages ago, and my need to be ported to 32-bit and/or
  3. big-endian machines.
  4.  
  5. Here's a chart of what each is supposed to do what, and my success with using
  6. it on a 32-bit little-endian machine (an i486 running FreeBSD).
  7.  
  8.          tp      itp      dtp      v6
  9.        backup   backup   backup   dump
  10. 512restor                   ?
  11. tp-progs     Y        Y        Y
  12.  
  13.   ? = it's supposed to, but I haven't tried it yet
  14.   Y = it worked on my FreeBSD box
  15.  
  16.  
  17. 512restor Readme
  18. ----------------
  19. This directory contains sources for 512restor and 1024restor, restore
  20. programs which can read V7-style dump tapes generated on 512-block
  21. file systems (straight V7), and 1024-block file systems (Ultrix-11),
  22. respectively.
  23.  
  24. Scott Narveson, August 1988
  25.  
  26. Tarx Readme
  27. -----------
  28.  
  29. Tarx is a newer, cleaner, more versatile replacement for my old targ/tarl
  30. programs for salvaging information from damaged tar tapes.  It does a
  31. better job on various details and has been extensively tidied up.
  32.  
  33.                     Henry Spencer at U of Toronto Zoology
  34.                                         henry@zoo.toronto.ca
  35.  
  36. Tp-progs Readme
  37. ---------------
  38. These programs list the table of contents and extract files from tp, dtp
  39. and itp Unix archives. These archive formats were used in 6th and 7th
  40. Edition Unix, and predate tar(1) format.
  41.  
  42.     Warren Toomey    wkt@cs.adfa.oz.au    March 1995
  43.  
  44. Vtserver Readme
  45. ---------------
  46. The VTserver software allows you to install 7th Edition UNIX onto a PDP-11
  47. without requiring a tape drive.
  48.  
  49.  
  50. Tarboot Readme
  51. --------------
  52.  
  53. Tarboot is a standalone bootstrap which will load a program from an
  54. (unblocked) tar-format tape on a TM11 or equivalent. When started,
  55. it prompts with `=' for a filename;  it then rewinds the tape and
  56. searches it for a file of that name. The first file of that name is
  57. loaded into core and executed.
  58.                     Henry Spencer at U of Toronto Zoology
  59.                                         henry@zoo.toronto.ca
  60.  
  61. Newoldar Readme
  62. ---------------
  63.  
  64. A modified 2.9BSD ar which handles archives created on a PDP-11 directly from
  65. non-PDP platforms.  Archives identified as "old PDP-11 archive" by file(1)
  66. or otherwise having a 2-byte header of value 177545 (0xff65) can be 
  67. manipulated using this utility.  The omnipresent "cont.a" archives 
  68. fall into this category.
  69.