home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / unix / ultrix / 9040 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  1.7 KB

  1. Xref: sparky comp.unix.ultrix:9040 comp.unix.admin:6752
  2. Newsgroups: comp.unix.ultrix,comp.unix.admin
  3. Path: sparky!uunet!gatech!darwin.sura.net!spool.mu.edu!sdd.hp.com!saimiri.primate.wisc.edu!usenet.coe.montana.edu!osyjm
  4. From: osyjm@cs.montana.edu (Jaye Mathisen)
  5. Subject: Re: Backup procedure sought
  6. Message-ID: <1992Dec22.191823.25172@coe.montana.edu>
  7. Keywords: Ultrix 4.3 backup dump tape date
  8. Sender: usenet@coe.montana.edu (USENET News System)
  9. Organization: CS
  10. References: <1992Dec22.145720.1684@dd.dk>
  11. Date: Tue, 22 Dec 1992 19:18:23 GMT
  12. Lines: 25
  13.  
  14. In article <1992Dec22.145720.1684@dd.dk> wes@dd.dk (Mads Westermann) writes:
  15. >I'm running an Ultrix 4.3 system on a DECSystem 5100 having three rz24 disks
  16. >and two rz57 disks. The disks are partitioned into eight different file-
  17. >systems. I need a backup procedure that (unattended) will bring the system
  18. >into single-user mode, do a full or an incremental backup on *ONE* tape
  19. >and then bring the system back into multi-user mode again. I have read
  20. >the docs for dump(8) over and over again, and to me it seems like there is
  21. >no way to make dump put more filesystems on the same tape. and Also
  22. >it seems to me that there's no way to bring the system into single-user
  23. >and back into multiuser mode unattended ?
  24.  
  25. So what's the problem?  Use the norewind device after each dump, and they'll
  26. just keep getting tacked on the end of the tame.  Use the /dev/nrmt* devices,
  27. rather than the /dev/rmt* devices.
  28.  
  29. mt -f /dev/rmt0h rewind
  30. dump 0f /dev/nrmt0h /
  31. dump 0f /dev/nrmt0h /usr
  32. dump 0f /dev/nrmt0h /var
  33.  
  34. etc. etc ad nauseum.
  35. -- 
  36.  Jaye Mathisen, COE Systems Manager                (406) 994-4780
  37.  410 Roberts Hall,Dept. of Computer Science
  38.  Montana State University,Bozeman MT 59717    osyjm@cs.montana.edu
  39.