home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / unix / bsd / 5037 < prev    next >
Encoding:
Text File  |  1992-09-02  |  1.3 KB  |  42 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!munnari.oz.au!uniwa!cujo!marsh!colin
  3. From: colin@marsh.cs.curtin.edu.au (Colin Manning)
  4. Subject: Re: backup w/ compression for UN*X?
  5. Message-ID: <colin.715495706@marsh>
  6. Sender: news@cujo.curtin.edu.au (News Manager)
  7. Organization: Curtin University of Technology
  8. References: <1992Sep3.015437.15379@msuinfo.cl.msu.edu>
  9. Date: Thu, 3 Sep 1992 04:48:26 GMT
  10. Lines: 30
  11.  
  12. paoletti@cps.msu.edu (David R. Paoletti) writes:
  13.  
  14. >Does anyone know of any software for UN*X, 386BSD or otherwise,
  15. >that does on-the-fly compression?  Thinking of looking into
  16. >writing my own, or getting some 386BSD people together to help,
  17. >as soon as I get my new machine built with enough HD space to
  18. >re-compile 386BSD...  This would be really nice for people with
  19. >floppies, or even people who want to save on tapes.
  20.  
  21. GNU tar has a -z option.  This compresses the tar file.
  22.  
  23. OR
  24.  
  25. You could use tar -cf - <directory> | compress | tar -cf -
  26.  
  27. (I think the second one should work, but if you have GNU tar use that.)
  28.  
  29. >I realize that this isn't the standard UN*X way to do backups,
  30. >but a compressing dump program would be really useful to students.
  31.  
  32. >Dave Paoletti :)
  33.  
  34.  
  35. Colin.
  36.  
  37. --
  38. Colin [colin@cs.curtin.edu.au]
  39.  
  40. "Knowledge is not knowing all the answers, but knowing where to find them."
  41.                                                                   -anon.
  42.