home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / aix / 8053 < prev    next >
Encoding:
Text File  |  1992-07-22  |  1.9 KB  |  48 lines

  1. Newsgroups: comp.unix.aix
  2. Path: sparky!uunet!cis.ohio-state.edu!magnus.acs.ohio-state.edu!merrick
  3. From: merrick@magnus.acs.ohio-state.edu (Tom Merrick)
  4. Subject: Re: MUltiple backups in a single tape.
  5. Message-ID: <1992Jul22.123127.28641@magnus.acs.ohio-state.edu>
  6. Keywords: backup, dump, restore
  7. Sender: news@magnus.acs.ohio-state.edu
  8. Nntp-Posting-Host: top.magnus.acs.ohio-state.edu
  9. Organization: The Ohio State University
  10. References: <1992Jul16.191929.15642@thunder.mcrcim.mcgill.edu>
  11. Date: Wed, 22 Jul 1992 12:31:27 GMT
  12. Lines: 34
  13.  
  14. In article <1992Jul16.191929.15642@thunder.mcrcim.mcgill.edu> carlosp@McRCIM.McGill.EDU (Thunder Carlosp) writes:
  15. >
  16. >How can I squeeze multiple level 0 backups in a single 8mm tape?
  17. >
  18. >I tried to use tctl to skip my first dump file and dump the second one. However,
  19. >tctl sems to move forward but keep rewinding the tape. I tried to use
  20. >tapedevice /dev/rmt0.1 ( a non-rewinding device according to the man pages),
  21. >However, if I use this device I always get a read input/outout error while
  22. >trying to restore my data. A single dump/restore  (or I should say backup/restore)
  23. >works fine, but I have not been able to skip the first dump file (it seems). 
  24. >
  25. >Tapechk reports the existence of 2 file in good shape. However
  26. >
  27. >tctl -f /dev/rmt0 rew
  28. >tctl -f /dev/rmt0.1 fsf 1
  29. >restore -if /dev/rmt0.1 
  30.  
  31. You should always use the -s option on restore command when extracting files
  32. from a multiple file backup tape.  For example:
  33.  
  34.   tctl -f /dev/rmt0 rew
  35.   restore -s2 -if /dev/rmt0.1
  36.  
  37. will do what you want to do.
  38. >
  39. >will produce  input/output  or tape error. 
  40. >-- 
  41. >-----------------------------------------------------------------------------
  42. >Carlos Perez, Systems Administrator               carlosp@mcrcim.mcgill.edu 
  43. >McGill Research Centre For Intelligent Machines       Phone: (514) 398-7155 
  44. >3480 University St., McConnell Eng. R-414             
  45.  
  46. Tom Merrick
  47. Ohio State University
  48.