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

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!usenet.ins.cwru.edu!agate!boulder!ucsu!rintintin.Colorado.EDU!gleasokr
  3. From: gleasokr@rintintin.Colorado.EDU (Kris Gleason)
  4. Subject: Re: [Q] Compressed Filesystem? Interest?
  5. Message-ID: <gleasokr.727664417@rintintin.Colorado.EDU>
  6. Sender: news@ucsu.Colorado.EDU (USENET News System)
  7. Nntp-Posting-Host: rintintin.colorado.edu
  8. Organization: University of Colorado, Boulder
  9. References: <vera.727556635@fanaraaken.Stanford.EDU> <1993Jan20.200550.24590@wam.umd.edu> <1993Jan20.213854.5028@sfu.ca> <1993Jan20.221858.1962@wam.umd.edu> <2B5EB4A9.1B6D@tct.com>
  10. Date: Fri, 22 Jan 1993 01:00:17 GMT
  11. Lines: 21
  12.  
  13. >According to joel@wam.umd.edu (Joel M. Hoffman):
  14. >>The idea is that the anti-compressed file system would work in tandem
  15. >>with an ordinary file system.  For most uses, you would mount the
  16. >>system as, say xfs.  But for backup purposes, you would umount the xfs
  17. >>system, and remount >the same disk partition< as xfs-anti-compress.
  18.  
  19. I think that this is way too much code to put in the kernel for backup
  20. purposes only.  To implement it, you would have to write an anti-compressed
  21. filesystem for every normal filesystem.  There are three now, with two
  22. or three more on the way.  Why not instead, just write a program designed
  23. to do multi-volume compressed backups, or better yet, a program that 
  24. creates multi-volume gnu-tar archives, with the individual files compressed
  25. (and a .Z or whatever tacked onto the filename).  In fact, it might be
  26. really trivial to hack an `input compress' option to gnu tar that is 
  27. compatible with the multi volume system and does not risk total loss at
  28. the corruption of a single byte.
  29.  
  30. Ideas?  
  31.  
  32. Kris
  33.  
  34.