home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / linux / 25517 < prev    next >
Encoding:
Text File  |  1993-01-26  |  1.0 KB  |  28 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!gatech!mailer.cc.fsu.edu!chchen
  3. From: chchen@stat (Ching-Hsiang Chen)
  4. Subject: How to 'tar' w/o Broken pipe?
  5. Message-ID: <1993Jan26.093459.4118@mailer.cc.fsu.edu>
  6. Sender: news@mailer.cc.fsu.edu (Usenet News File Owner)
  7. Nntp-Posting-Host: stat.fsu.edu
  8. Organization: Florida State University
  9. Date: Tue, 26 Jan 93 09:34:59 GMT
  10. Lines: 16
  11.  
  12. I usually use the tar command with sentence like 'tar cvf foo.tar bin/'.
  13. This way I got a nice foo.tar backup of the bin directory. But when I
  14. compress it by compress or gzip and then do a 
  15.  
  16.    gunzip -c foo.tar.z|tar xvf -
  17.  
  18. I always got a 'Broken Pipe' message when it's done. I notice that most
  19. of the tar file from tsx11 have no such problem. Am I doing wrong
  20. somewhere in my tar command?
  21.  
  22. Steve Chen
  23. -- 
  24. -----------------------------------------------------------------
  25. Ching-Hsiang Chen             chchen@stat.fsu.edu
  26. Department of Statistics,     Florida State University
  27. -----------------------------------------------------------------
  28.