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

  1. Path: sparky!uunet!spool.mu.edu!darwin.sura.net!sgiblab!svcs1!slix
  2. From: slix@svcs1.UUCP (Bill Miller)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Re: backup w/ compression for UN*X?
  5. Summary: yes, but will it span disks?
  6. Message-ID: <707@svcs1.UUCP>
  7. Date: 7 Sep 92 01:33:52 GMT
  8. References: <1992Sep3.015437.15379@msuinfo.cl.msu.edu> <colin.715495706@marsh>
  9. Organization: Silicon Valley Computer Society, Sunnyvale, CA
  10. Lines: 19
  11.  
  12. In article <colin.715495706@marsh>, colin@marsh.cs.curtin.edu.au (Colin Manning) writes:
  13. > You could use tar -cf - <directory> | compress | tar -cf -
  14. > (I think the second one should work, but if you have GNU tar use that.)
  15. > >I realize that this isn't the standard UN*X way to do backups,
  16. > >but a compressing dump program would be really useful to students.
  17.  
  18. Yes, I tried this, plus some of the other suggestions, but I don't see
  19. how it will span disks.  Tar by itself would be more convenient than
  20. cpio, I suppose, but it would be nice to stick in a prompt or something
  21. to change disks when the first disk fills up.  Tar just seems to keep
  22. going.
  23.  
  24. Or, do you simply switch disks as soon as the little red light on the
  25. drive has gone out for a while? :)
  26.  
  27.  
  28.