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

  1. Path: sparky!uunet!munnari.oz.au!bruce.cs.monash.edu.au!monu6!vaxc.cc.monash.edu.au!che358w
  2. From: che358w@vaxc.cc.monash.edu.au
  3. Newsgroups: comp.unix.aix
  4. Subject: Multiple tars on a tape. Me too !!
  5. Message-ID: <1992Jul24.172257.89532@vaxc.cc.monash.edu.au>
  6. Date: 24 Jul 92 17:22:57 +1000
  7. Organization: Computer Centre, Monash University, Australia
  8. Lines: 14
  9.  
  10. Hi,
  11.    I want to do multiple tars onto one tape. Say a tar of all my files this
  12. week and another one next week and still be able to restore the files from
  13. either archive at some later date.  This is what I've tried.
  14.       tar -cvf/dev/rmt0.1 *
  15.       tctl -f/dev/rmt0.1 rewind
  16.       tctl -f/dev/rmt0.1 fsf 1
  17.       tar -cvf/dev/rmt0.1 *
  18. At this point I get a tar error message about invalid parameter passed to system.
  19. Or some such nonsense. Can anyone tell me how I really should do this ?
  20.  
  21. Thanks muchly in advance.
  22. Samantha Lane.
  23. CHE358w@vaxc.cc.monash.edu.au
  24.