home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / sun / admin / 8590 < prev    next >
Encoding:
Text File  |  1992-11-23  |  1.8 KB  |  39 lines

  1. Newsgroups: comp.sys.sun.admin
  2. Path: sparky!uunet!spool.mu.edu!think.com!ames!sun-barr!news2me.EBay.Sun.COM!seven-up.East.Sun.COM!sixgun.East.Sun.COM!cronkite.Central.Sun.COM!rmtc.Central.Sun.COM!berliner
  3. From: berliner@rmtc.Central.Sun.COM (Brian Berliner)
  4. Subject: Re: fast restores
  5. Message-ID: <1992Nov23.151316.11200@rmtc.Central.Sun.COM>
  6. Keywords: restore, speedup
  7. Organization: Sun Microsystems, Inc.
  8. References: <1992Nov23.043712.2792@cs.uow.edu.au>
  9. Date: Mon, 23 Nov 92 15:13:16 GMT
  10. Lines: 27
  11.  
  12. In <1992Nov23.043712.2792@cs.uow.edu.au> pdg@cs.uow.edu.au (Peter Gray) writes:
  13. >Below is a program I wrote to turn on delayed
  14. >I/O while doing restores. It improves the speed
  15. >of restores by about 500% on my machines.
  16.  
  17. This "feature" was driven by the Backup Copilot product, which uses it in
  18. exactly the way that you describe -- to improve the speed of full restores.
  19. We do not recommend using this feature on file systems with data that you
  20. care about, however.  It is ideally suited for disaster recovery, though,
  21. where you might not care if the machine crashes while in the middle of the
  22. file system restore -- as long as it doesn't happen 5 times in a row, since
  23. that's the improvement that you noted (we've measured higher, but it
  24. depends on a number of factors).
  25.  
  26. Also, Backup Copilot includes a utility also called "fastfs".  It is very
  27. much like yours, but a bit more feature filled -- ours can show you the
  28. status of all mounted file systems with a single call.  But that's about
  29. the only big difference.
  30.  
  31. >I also use it for /tmp rather than running tmpfs.
  32.  
  33. I wouldn't recommend that.  Only even think about doing this if your /tmp
  34. is its own file system.  Otherwise, you will be disabling safe mode for
  35. your root file system, which is not a good idea.  I'd just use tmpfs for
  36. /tmp.  It will be faster than a "fastfs-enabled" /tmp UFS file system.
  37.  
  38.     -Brian
  39.