home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / bsd / 5204 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.3 KB

  1. Path: sparky!uunet!wupost!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!news!brtmac
  2. From: brtmac@maverick.ksu.ksu.edu (Brett McCoy)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Re: backup w/ compression for UN*X?
  5. Date: 6 Sep 92 14:01:31
  6. Organization: Kansas State University
  7. Lines: 21
  8. Message-ID: <BRTMAC.92Sep6140131@maverick.ksu.ksu.edu>
  9. References: <1992Sep3.165702.3809@gateway.novell.com>
  10.     <1992Sep4.085828.10853@ntuix.ntu.ac.sg>
  11.     <1992Sep06.104350.2659@rubikon.han.de>
  12. NNTP-Posting-Host: maverick.ksu.ksu.edu
  13. In-reply-to: toad@rubikon.han.de's message of Sun, 06 Sep 92 10:43:50 GMT
  14.  
  15. In article <1992Sep06.104350.2659@rubikon.han.de> toad@rubikon.han.de
  16. (Peter Cleve) writes:
  17.  
  18. >Something like this: (Not a ready to go script, but it shows the idea)
  19. >
  20. >YourFavoriteArchiver |
  21. >YourFavoriteCompress | (
  22. >       echo Insert Media > /dev/tty
  23. >       read dummy < /dev/tty
  24. >       dd of=YourFavoriteDevice bs=Foo count=YourFavoriteMediaSize
  25. >)
  26. >
  27. >Reading from the Media should be implemented easily too.
  28.  
  29. There is a serious problem with this scheme.  You have to read every
  30. single disk, or whatever, to get a file that is on the last disk.
  31. Also, if a disk in the middle of the dump is bad there is no way to
  32. get the data from the disks following the bad one because you can't
  33. start reading a compressed file in the middle.
  34.  
  35. ++Brett;
  36.