home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume2 / remote / README < prev    next >
Encoding:
Text File  |  1986-11-30  |  851 b   |  21 lines

  1. README  --- remote mag tape library and diffs for tar(1) and dd(1)
  2.  
  3. The files in this directory implement a library of routines which allow
  4. a user using the Unix system calls for i/o to transparently access a tape
  5. drive on a remote machine, via rsh(1) and rmt(8).
  6.  
  7. The files are as follows:
  8.  
  9. README        ---    This file.
  10. dd.1.DIFF    ---    Context diff for dd(1) man page.
  11. dd.c.DIFF    ---    Context diff for dd.c source code.
  12. tar.1.DIFF    ---    Context diff for tar(1) man page.
  13. tar.c.DIFF    ---    Context diff for tar.c source code.
  14. rmt.h        ---    Remote mag tape include file.
  15. rmtlib.c    ---    Remote mag tape library source code.
  16. rmtops.3    ---    Remote mag tape library man page.
  17.  
  18. The diffs are for BRL Unix 3.0 (4.2 BSD), your line numbers may vary.
  19. The tar(1) diffs include a fix to keep tar from damaging the file system;
  20. existing directories are removed only if they are empty.
  21.