home *** CD-ROM | disk | FTP | other *** search
- *
- * ArchiveViper150Tool.tar.Z
- *
- * This program is a tool to access a tape drive like "Archive Viper 150" from
- * a NeXT computer. (compiled under NS2.1)
- *
- * tape [-f device] [fsf|fsr|bsf|bsr|rew|end] [count]
- *
- * tape -f device : set device, default is /dev/nrst0 (not rewinding!)
- * tape fsf : Forward space 1 (count) EOF marks
- * tape fsr : Forward space 1 (count) records
- * tape bsf : Back space 1 (count) EOF marks
- * tape bsr : Back space 1 (count) records
- * tape rew : rewind tape
- * tape end : space to EOF (behind last EOF mark)
- *
- * tape < file : write file to tape
- * tape > file : read file from tape
- *
- * examples:
- * tar cvf - files | tape : write files on the tape using tar
- * tape | tar xvf - files : read files from the tape using tar
- *
- *
- * written by Max Boehm (boehm@cs.uni-duesseldorf.de)
- *
-