home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / sys / next / sysadmin / 4749 < prev    next >
Encoding:
Text File  |  1992-08-19  |  2.7 KB  |  75 lines

  1. Newsgroups: comp.sys.next.sysadmin
  2. Path: sparky!uunet!destroyer!ubc-cs!unixg.ubc.ca!kakwa.ucs.ualberta.ca!news
  3. From: sherwood@fenris.space.ualberta.ca (Sherwood Botsford)
  4. Subject: TarChive on Sonata
  5. Message-ID: <1992Aug19.191913.2297@kakwa.ucs.ualberta.ca>
  6. Sender: news@kakwa.ucs.ualberta.ca
  7. Nntp-Posting-Host: fenris.space.ualberta.ca
  8. Organization: University Of Alberta, Edmonton Canada
  9. Date: Wed, 19 Aug 1992 19:19:13 GMT
  10. Lines: 63
  11.  
  12.     Welcome to TarChive 0.7
  13.  
  14. This is a command line method of maintaining your sanity  
  15. when dealing with tapes.  The TarChive package is a set of  
  16. Perl scripts, and two binary files that together make a  
  17. sensible way to deal with tapes.
  18.  
  19. This is a preliminary release. (escape?)  Use with the due  
  20. caution for any beta software.  I appreciate bugs reports,  
  21. suggestions, etc.
  22.  
  23. Tapes have several drawbacks as means of storing  
  24. information.
  25.     They're slow.
  26.     You have to read the whole tape to find out what's  
  27. on it.
  28.     You often aren't quite sure if what you think is  
  29. there is really there.
  30.     You have little protection from someone else  
  31. writing on the tape if you leave it in the drive.
  32.     If you have serveral tapes they are difficult for  
  33. programs to tell apart. (Generally you have to go look at  
  34. the label.)
  35.     If there is a glitch in the tape, you've usually  
  36. lost the rest of the archive.
  37.     
  38. TarChive has partial solutions to most of the problems  
  39. above.
  40.  
  41.     Speed:    TarChive encourages creating archives in  
  42. the 20-100 MB range.  Because of this you can use the much  
  43. faster file positioning commands (10-100 times faster than  
  44. reading the tape).
  45.     
  46.     Directories:  TarChive keeps log files of whatever  
  47. it puts on tape.  So later, a single grep command will tell  
  48. you that file x is in the 11th archive on tape Y.
  49.     
  50.     Verification:  TarChive writes an archive to tape,  
  51. then reads it back and compares it to the original.
  52.     
  53.     Tape Labeling:  TarChive will not write on a tape  
  54. that is not labeled. TarChive will not write on a tape not  
  55. owned by the user.  TarChive will not write on a tape that  
  56. is not registered on the system.  All log files refer to  
  57. the tape label so that you can easily determine what is on  
  58. each tape.
  59.  
  60.     Error recovery:  TarChive uses gnutar as it's  
  61. tarring command.  If gnutar can't read a part of the tape,  
  62. it moves on to the next file header within the archive, and  
  63. carries on from there.  Losses are minimized.
  64.     
  65.     Driver glitches:  On occasion Next's tape driver  
  66. decides to reset the tapedrive. TarChive keeps track of  
  67. what tapefile is being written, and when a reset occures,  
  68. repositions the tape to the correct tar file, and carries  
  69. on.
  70.     
  71. Prerequisites:
  72.     In addition to this package, you need gnutar 1.10  
  73. and perl 4.1
  74.     
  75.