home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / admin / 7010 < prev    next >
Encoding:
Internet Message Format  |  1993-01-10  |  1.8 KB

  1. Path: sparky!uunet!ferkel.ucsb.edu!taco!lll-winken!ames!saimiri.primate.wisc.edu!zaphod.mps.ohio-state.edu!menudo.uh.edu!nuchat!lobster!siswat!buck
  2. From: buck@siswat.hou.tx.us (Lester Buck)
  3. Newsgroups: comp.unix.admin
  4. Subject: Re: How do you back up a terabyte?
  5. Message-ID: <1993Jan10.043714.6764@siswat.hou.tx.us>
  6. Date: 10 Jan 93 04:37:14 GMT
  7. References: <1992Dec31.174549.677@mav.com> <1993Jan2.165300.13971@siswat.hou.tx.us> <1993Jan4.125908.28013@cc.ic.ac.uk>
  8. Organization: Photon Graphics, Houston
  9. Lines: 31
  10.  
  11. In article <1993Jan4.125908.28013@cc.ic.ac.uk> cmaae47@imperial.ac.uk writes:
  12. >I fear the "perfect, reliable backup" can no longer be achieved, shutting
  13. >down applications is not appropriate if they provide real time response.
  14. >Making snapshots of a file system can dump all closed files and a previous 
  15. >version of open ones, or flag them as needing further attention. The 
  16. >usefulness of such a backup set is doubtful. It also does not address file
  17. >interdependence.
  18. >
  19. >You should give up the notion that there is such a thing as a verifyably
  20. >correct filesystem backup and go for a "reliable enough backup set". This
  21. >of course means that all serious applications have to cope with corrupted
  22. >information, just as filesystems (and backup procedures) try to cope with
  23. >disk failures.
  24.  
  25. No, reliable backups are achievable by several methods, though you
  26. may not like the price.
  27.  
  28. 1)  Applications log their transactions, so fuzzy backups can be
  29.     reconciled on an application by application basis.
  30.  
  31. 2)  Use a transactional filesystem.  If necessary, consider the
  32.     data blocks and not just the file metadata as part of the
  33.     transaction.
  34.  
  35. 3)  Or go whole hog and build your filesystem on top of a database.
  36.     Tandom's operating system takes this approach, and the filesystem
  37.     is extremely reliable.
  38.  
  39.  
  40. -- 
  41. A. Lester Buck   buck@siswat.hou.tx.us   ...!uhnix1!siswat!buck
  42.