home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / sun / admin / 5877 < prev    next >
Encoding:
Text File  |  1992-08-27  |  1.7 KB  |  42 lines

  1. Newsgroups: comp.sys.sun.admin
  2. Path: sparky!uunet!usc!cs.utexas.edu!sun-barr!news2me.ebay.sun.com!cronkite.Central.Sun.COM!rmtc.Central.Sun.COM!berliner
  3. From: berliner@rmtc.Central.Sun.COM (Brian Berliner)
  4. Subject: Re: Automatic dump 0 backup, need help!
  5. Message-ID: <1992Aug27.132452.21715@rmtc.Central.Sun.COM>
  6. Organization: Sun Microsystems, Inc.
  7. References: <13741@chalmers.se>
  8. Date: Thu, 27 Aug 92 13:24:52 GMT
  9. Lines: 31
  10.  
  11. In <13741@chalmers.se> d0bpl@dtek.chalmers.se (Patrik Larsson) writes:
  12. >I am doing an automatic backup every night. This is an icremental backup
  13. >with dump 9. Every friday I do a complete backup (dump 0). To do this I
  14. >need to set the SUN in single-user mode. Today I do this manually.
  15.  
  16. >The question is: how do I tell cron to
  17.  
  18. >   1, enter single-user mode
  19. >   2, make several dump 0's
  20. >   3, reenter multiuser-mode and start up everything
  21.  
  22. >Any help is appriciated!
  23.  
  24. Ideally, you *don't* tell cron to drop the machine to single-user to do
  25. your backup.  Else you will lose all your processes and network-provided
  26. services (there goes NFS).
  27.  
  28. You can purchase the Sun Backup Copilot software product.  It includes a
  29. version of "dump" that cooperates with the file system to block certain
  30. operations during the different phases of "dump" (all configurable, of
  31. course).  This increases your availability dramatically over going to
  32. single-user mode, since only the file system that is being dumped will have
  33. these temporary locks applied -- and you are assured of creating a backup
  34. tape that is restorable.
  35.  
  36. The cost of the product is really low, too, as you only pay for the
  37. machines that you will use as the backup tape servers.  A right-to-use is
  38. included with the purchase for clients that simply dump to a tape server.
  39. Check it out!
  40.  
  41.     -Brian
  42.