home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / ultrix / 5853 < prev    next >
Encoding:
Internet Message Format  |  1992-07-23  |  1.3 KB

  1. Path: sparky!uunet!mcsun!Germany.EU.net!unido!news.Hamburg.Germany.EU.net!stoll!sup!vg
  2. From: Volkmar.Grote@Stollmann.DE (Volkmar Grote)
  3. Newsgroups: comp.unix.ultrix
  4. Subject: Re: Remote Backups
  5. Keywords: remote,backups
  6. Message-ID: <3qgm!cg@Stollmann.DE>
  7. Date: 23 Jul 92 11:48:36 GMT
  8. References: <1992Jul20.183850.21948@sei.cmu.edu>
  9. Sender: news@Stollmann.DE (News daemon)
  10. Organization: Stollmann GmbH, D-2000 Hamburg 50, Germany
  11. Lines: 20
  12. Nntp-Posting-Host: sup
  13. Originator: vg@sup
  14.  
  15. tmenner@sei.cmu.edu (Thomas Menner) writes:
  16.  
  17. | 1. warns users, then does a fake shutdown
  18. | 2. restricts login access thereafter
  19. | 3. mt -f /dev/nrmt0h rew 
  20. |    dump 0uf - /file_sys | compress fv | rsh rem_tape dd of=/dev/nrmt0h bs=64k
  21. |    {dump subsequent file systems to /dev/nrmt0h, then rewind tape}
  22. | 4. get rid of /etc/nologin
  23.  
  24. | I'm interested in finding out what problems there might be with this
  25. | scheme, or if anyone has a better scheme (that doesn't rely on opser
  26. | or single-user mode).  The only problem I foresee with this is when
  27. | a file is open (which I hope to control by restricting logins during
  28. | the dump).  Any other unforeseen bugs?  Suggestions?
  29.  
  30. How about using gnutar? It is able to use remote tapes via TCP/IP,
  31. can do level controlled backups and needs no piping for compress
  32. by doing that internally. We are rather happy with it.
  33.  
  34.     Volkmar
  35.