home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / bsd / 5199 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.3 KB  |  39 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!mcsun!Germany.EU.net!rz.uni-hildesheim.de!agsc!rubikon.han.de!toad
  3. From: toad@rubikon.han.de (Peter Cleve)
  4. Subject: Re: backup w/ compression for UN*X?
  5. References: <1992Sep3.165702.3809@gateway.novell.com> <1992Sep4.085828.10853@ntuix.ntu.ac.sg>
  6. Organization: Rubikon Rethen BRD
  7. Date: Sun, 06 Sep 92 10:43:50 GMT
  8. Message-ID: <1992Sep06.104350.2659@rubikon.han.de>
  9. Lines: 28
  10.  
  11. In <1992Sep4.085828.10853@ntuix.ntu.ac.sg> eoahmad@ntuix.ntu.ac.sg (Othman Ahmad) writes:
  12.  
  13. >: Doesn't gnutar support -z (LZW compression)?
  14. >Cannot do multi-volume, at least the 386bsd one. The reason is due to
  15. >the fact that it gnu tar just pipes it through compress, instead of
  16. >incorporating it before the multivolume archiving.
  17. >    The trick is to call the compress before the archiving.
  18.  
  19. >Any ideas?
  20.  
  21. Something like this: (Not a ready to go script, but it shows the idea)
  22.  
  23. YourFavoriteArchiver |
  24. YourFavoriteCompress | (
  25.     echo Insert Media > /dev/tty
  26.     read dummy < /dev/tty
  27.     dd of=YourFavoriteDevice bs=Foo count=YourFavoriteMediaSize
  28. )
  29.  
  30. Reading from the Media should be implemented easily too.
  31.  
  32. By
  33.  
  34. It would nice if someone put this in a ready to go script and post it here
  35.  
  36. -- 
  37. Peter Cleve, Hildesheimer Str. 316, 3014 Laatzen 3, Tel. 05102/1854 (Voice)
  38.   Energiesparen ist das moralische Aequivalent zum Krieg. (Jimmy Carter)
  39.