home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / os / vms / 14096 < prev    next >
Encoding:
Internet Message Format  |  1992-08-25  |  1.9 KB

  1. Path: sparky!uunet!ogicse!uwm.edu!linac!att!rutgers!spcvxb.spc.edu!terry
  2. From: terry@spcvxb.spc.edu (Terry Kennedy, Operations Mgr.)
  3. Newsgroups: comp.os.vms
  4. Subject: Re: Transferring BACKUP savesets via ftp
  5. Message-ID: <1992Aug25.185351.3689@spcvxb.spc.edu>
  6. Date: 25 Aug 92 22:53:50 GMT
  7. Article-I.D.: spcvxb.1992Aug25.185351.3689
  8. References: <1992Aug25.110548.18149@newsserver.rrzn.uni-hannover.de>
  9. Organization: St. Peter's College, US
  10. Lines: 33
  11.  
  12. In article <1992Aug25.110548.18149@newsserver.rrzn.uni-hannover.de>, dehning@tnt.uni-hannover.de (Oliver Dehning) writes:
  13. > I tried to get some utilities from ftp.spc.edu using ftp. However, I could
  14. > not processs  the *.BCK files (BACKUP savesets) because they have the wrong
  15. > file format. How can I convert transferred BACKUP savesets to the right
  16. > format? CONVERT doesn't work.
  17.  
  18.   The only directories that have uncompressed .BCK savesets are [.FINGER] and
  19. [.UCX]. Both of these directories have clearly named files (AAA-UCX.README and
  20. AAAREADME.1ST) which contain instructions for dealing with this. Here's the
  21. content of AAAREADME.1ST:
  22.  
  23.   These savesets were backed up with blocksize 8192. If you transfer them
  24. with UCX or another FTP that doesn't understand STRU VMS, you will have to
  25. change the record size from 512 to 8192 in order to restore the saveset.
  26.  
  27.   If you have Joe Meadows' FILE utility, you can say:
  28.  
  29.   $ FILE saveset.BCK/REC=8192/MAX=8192
  30.  
  31.   If you don't have FILE, then you can use the COPY/OVERLAY command to set
  32. the proper block size:
  33.  
  34.   $ BACKUP any-old-files FOO.BCK/SAVESET/BLOCK=8192
  35.   $ COPY/OVERLAY saveset.BCK FOO.BCK
  36.   $ RENAME FOO.BCK saveset.BCK
  37.  
  38.   where saveset.BCK is the name of the saveset you retrieved from here, and
  39. any-old-files are any files (you're just interested in the file structure,
  40. not the contents).
  41.  
  42.     Terry Kennedy        Operations Manager, Academic Computing
  43.     terry@spcvxa.bitnet    St. Peter's College, Jersey City, NJ USA
  44.     terry@spcvxa.spc.edu    +1 201 915 9381
  45.