home *** CD-ROM | disk | FTP | other *** search
/ Peanuts NeXT Software Archives / Peanuts-3.iso / Tools / tape / ArchiveViper150Tool.README < prev    next >
Encoding:
Text File  |  1993-04-27  |  968 b   |  27 lines

  1. *
  2. *    ArchiveViper150Tool.tar.Z
  3. *
  4. *    This program is a tool to access a tape drive like "Archive Viper 150" from
  5. *    a NeXT computer. (compiled under NS2.1)
  6. *
  7. *    tape [-f device] [fsf|fsr|bsf|bsr|rew|end] [count]
  8. *
  9. *    tape -f device        : set device, default is /dev/nrst0 (not rewinding!)
  10. *    tape fsf              : Forward space 1 (count) EOF marks
  11. *    tape fsr              : Forward space 1 (count) records
  12. *    tape bsf              : Back space 1 (count) EOF marks
  13. *    tape bsr              : Back space 1 (count) records
  14. *    tape rew              : rewind tape
  15. *    tape end              : space to EOF (behind last EOF mark)
  16. *
  17. *    tape < file           : write file to tape
  18. *    tape > file           : read file from tape
  19. *
  20. *    examples:
  21. *    tar cvf - files | tape     : write files on the tape using tar    
  22. *    tape | tar xvf - files     : read files from the tape using tar
  23. *
  24. *
  25. *    written by Max Boehm (boehm@cs.uni-duesseldorf.de)
  26. *
  27.