home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / admin / 6697 < prev    next >
Encoding:
Text File  |  1992-12-18  |  1.1 KB  |  39 lines

  1. Newsgroups: comp.unix.admin
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!malgudi.oar.net!news.uakron.edu!joy.cs.uakron.edu!sun030
  3. From: sun030@joy.cs.uakron.edu (JAYARAM S AKULA)
  4. Subject: cpio options & compressed files
  5. Message-ID: <1992Dec17.224214.26869@news.uakron.edu>
  6. Keywords: cpio, compressed format, 9-track tapes
  7. Sender: news@news.uakron.edu
  8. Organization: The University of Akron, Akron, Ohio
  9. Date: Thu, 17 Dec 1992 22:42:14 GMT
  10. Lines: 27
  11.  
  12.       I was trying to restore some files 9-track tape reels.
  13.  
  14.       I was using the command :
  15.  
  16.        cpio -icBdmux < /dev/backup
  17.  
  18.       this works but it does'nt retrieve some files whose ascii headers
  19.  
  20.       got screwed up. So I used
  21.  
  22.        cpio -icbBdmux < /dev/backup
  23.  
  24.       this worked fine and retrieved the files I was looking for, but
  25.       the files which were stored in compressed format got screwed up.
  26.  
  27.       when I try to uncompress I get the error message.
  28.  
  29.                 " file is not in compressed format "
  30.  
  31.       can anyone throw some light on this......dumb question
  32.  
  33.        Thanks in advance.
  34.  
  35.            Jay
  36.  
  37.         
  38.  
  39.