home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / os / vms / 20074 < prev    next >
Encoding:
Internet Message Format  |  1992-12-30  |  1.9 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!news.claremont.edu!nntp-server.caltech.edu!SOL1.GPS.CALTECH.EDU!CARL
  2. From: carl@SOL1.GPS.CALTECH.EDU (Carl J Lydick)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: Backup question
  5. Date: 30 Dec 1992 12:22:48 GMT
  6. Organization: HST Wide Field/Planetary Camera
  7. Lines: 26
  8. Distribution: world
  9. Message-ID: <1hs4aoINNnqs@gap.caltech.edu>
  10. References: <29846@castle.ed.ac.uk>
  11. Reply-To: carl@SOL1.GPS.CALTECH.EDU
  12. NNTP-Posting-Host: sol1.gps.caltech.edu
  13.  
  14. In article <29846@castle.ed.ac.uk>, ercn50@castle.ed.ac.uk (Lifesupport) writes:
  15. [Description of the "I've accidentally overwritten my backup tape" problem
  16. deleted]
  17.  
  18. OK.  First of all, everything depends on what kind of tape you're talking
  19. about.  If it's a TK50 or TK70, you're out of luck.  If it's a 9-track, what
  20. you can do is:
  21.     1)  Mount the tape
  22.         /FOREIGN/BLOCK=big_block_size/REC=save_set_record_size
  23.     2)  Use SET MAG/SKIP=FILE=whatever to position near the double
  24.         end-of-file mark that signals logical end-of-tape;
  25.     3)  Use DUMP or equivalent to skip over the end-of-tape mark;
  26.     4)  COPY the tape to disk or to a file on a tape that's been mounted as
  27.         a FILES-11 volume;
  28.     5)  Use dump to skip the end-of-file and beginning-of-file labels on
  29.         the tape, so you're at the beginning of the next saveset;
  30.     6)  Repeat steps 4 and 5 until you've recovered all the data.
  31. If this doesn't make sense to you, e-mail me for more details.
  32. --------------------------------------------------------------------------------
  33. Carl J Lydick | INTERnet: CARL@SOL1.GPS.CALTECH.EDU | NSI/HEPnet: SOL1::CARL
  34.  
  35. Disclaimer:  Hey, I understand VAXen and VMS.  That's what I get paid for.  My
  36. understanding of astronomy is purely at the amateur level (or below).  So
  37. unless what I'm saying is directly related to VAX/VMS, don't hold me or my
  38. organization responsible for it.  If it IS related to VAX/VMS, you can try to
  39. hold me responsible for it, but my organization had nothing to do with it.
  40.