home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / os / linux / 24951 < prev    next >
Encoding:
Text File  |  1993-01-21  |  966 b   |  32 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!psinntp!cmcl2!RM303.ECON.NYU.EDU!sens
  3. From: sens@FASECON.ECON.NYU.EDU (Sunando Sen)
  4. Subject: Re: compression programs
  5. Message-ID: <sens.28.726911471@FASECON.ECON.NYU.EDU>
  6. Sender: notes@cmcl2.nyu.edu (Notes Person)
  7. Nntp-Posting-Host: rm303.econ.nyu.edu
  8. Organization: New York University
  9. References: <1993Jan11.063052.11030@sol.UVic.CA>
  10. Date: Wed, 13 Jan 1993 07:51:11 GMT
  11. Lines: 19
  12.  
  13. In article <1993Jan11.063052.11030@sol.UVic.CA>
  14. pmacdona@sanjuan (Peter MacDonald) writes:
  15.  
  16. >Also, a while back someone posted a shell script that drove
  17. >cpio to do multivolume backups, with compression (it was
  18. >a long time ago).  Does anyone have such a beast? 
  19.  
  20. Do you have something in mind like the following:
  21.  
  22.  Create archive -->    find / -depth -print | cpio -o -O /dev/fd1
  23.  Extract archive -->    cpio -i -I /dev/fd1
  24.  List archive -->    cpio -it -I /dev/fd1
  25.  
  26. Or something more complicated?
  27.  
  28. Regards,
  29.  
  30. Sunando Sen
  31. sens@fasecon.econ.nyu.edu
  32.