home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / 2014.11.minnie.tuhs.org.tar / minnie.tuhs.org / UnixArchive / PDP-11 / Tools / Tapes / 512restor.README next >
Text File  |  1995-11-02  |  807b  |  27 lines

  1. This directory contains sources for 512restor and 1024restor, restore
  2. programs which can read V7-style dump tapes generated on 512-block
  3. file systems (straight V7), and 1024-block file systems (Ultrix-11),
  4. respectively.
  5.  
  6. Table of contents:
  7.  
  8.     1024:        directory where 1024restor is made
  9.     512:        ditto, 512restor
  10.     Makefile:    the Magic Makefile (invokes make in 512 and 1024)
  11.     README:        this file
  12.  
  13.     rstr.h:
  14.     dir.c:        Source code for the programs, #ifdef'd on ULTRIX_11
  15.     getfile.c:    to produce two different executables.
  16.     interact.c:    
  17.     rstr.c:    
  18.  
  19.     dump.5.v7:    N/troff source for standard V7 documents giving
  20.     filsys.5.v7:    helpful information about the environment where
  21.     types.5.v7:    the V7 dump tapes were created.
  22.  
  23.     v7restor.c:    Source for original V7 restor program, here for
  24.             reference.
  25.  
  26. Scott Narveson, August 1988
  27.