home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / sun / misc / 4138 < prev    next >
Encoding:
Text File  |  1992-09-08  |  1.8 KB  |  35 lines

  1. Newsgroups: comp.sys.sun.misc
  2. Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!haven.umd.edu!darwin.sura.net!spool.mu.edu!umn.edu!lynx!zia.aoc.nrao.edu!rmilner
  3. From: rmilner@zia.aoc.nrao.edu (Ruth Milner)
  4. Subject: Re: Incremental tar to 8mm tape
  5. Message-ID: <1992Sep8.212319.6608@zia.aoc.nrao.edu>
  6. Reply-To: rmilner@zia.aoc.nrao.edu (Ruth Milner)
  7. Organization: National Radio Astronomy Observatory, Socorro NM
  8. References: <1992Sep4.120414.5823@zoo.bt.co.uk>
  9. Date: Tue, 8 Sep 92 21:23:19 GMT
  10. Lines: 23
  11.  
  12. In article <1992Sep4.120414.5823@zoo.bt.co.uk> gah@zoo.bt.co.uk writes:
  13. >
  14. >Does anyone know how to do incremental dumps to tape using tar or similar? I know that tar has an option to do incrementals, but it is not (apparently) supported to the 8mm tape drives.
  15.  
  16. Not using u or r, but you can append another tar file at the end of the tape.
  17. Use "mt -f /dev/nrst0 eom" to skip to the end of recorded media, then start
  18. writing a new tar file. Note that you must use the nonrewinding device name
  19. for the tape, otherwise it will rewind as soon as it has finished skipping.
  20.  
  21. Ordinary tar does not have an option to do incrementals, at least not one that
  22. is described in the 4.1.2 man page. GNU tar does, but I don't know much about
  23. it.
  24.  
  25. >I have been using dump, but I need to be more specific about the directories backed up than just the raw device.
  26.  
  27. As of some version around SunOS 4.1.1, dump accepts file/directory names as
  28. well as partition device names/mount points. So you can keep using dump if
  29. you prefer it. Remember that there are some file types tar cannot handle 
  30. (special files such as sockets and devices; don't know how GNU tar handles
  31. these), so dump may well be best.
  32. -- 
  33. Ruth Milner                          NRAO/VLA                  Socorro NM
  34. Computing Division Head      rmilner@zia.aoc.nrao.edu
  35.