home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / lang / perl / 6910 < prev    next >
Encoding:
Text File  |  1992-11-09  |  1.7 KB  |  54 lines

  1. Newsgroups: comp.lang.perl
  2. Path: sparky!uunet!think.com!rpi!psinntp!psinntp!juliet!news
  3. From: jja@fnbc.com (Joseph Alotta)
  4. Subject: Re: i need help with tar and tapes drives.
  5. Message-ID: <1992Nov9.164953.20181@fnbc.com>
  6. Keywords: tar,gnutar,tapes
  7. Sender: news@fnbc.com
  8. Organization: First National Bank Of Chicago, Chicago IL, USA
  9. References: <1992Nov9.164404.20112@fnbc.com>
  10. Date: Mon, 9 Nov 92 16:49:53 GMT
  11. Lines: 41
  12.  
  13. i am trying to tar backup files to tape. 
  14.  
  15. i can:
  16.  
  17. tar cvf /dev/rst0 /data/*
  18. tar tvf /dev/rst0
  19. tar xvf /devrst0  filenames.
  20.  
  21. without much problem.
  22.  
  23. but since my tape is not filled up, i'd like to append new files to
  24. the end of it.
  25.  
  26.  
  27. i tried "tar rvf /dev/rst0"  but it didn't work.  seems the r option
  28. is unsupported on my machine.  
  29.  
  30. i ftp'd gnutar and tried "gnutar -Avf /dev/rst0"  but that didn't work.
  31. i got cannot backspace errors.
  32.  
  33. people say i should use "mt -f /dev/nrst0 -fsf 99" to get to the end of  
  34. thetape and then "tar cvf /dev/nrst0 *", but i don't like having to  
  35. remember what segments i've used on the tape and what is in each segment.
  36.  
  37. can anyone help me to get gnutar to append?
  38.  
  39. btw, i am using a archive dat tape and a nextstation 3.0. and perl as a
  40. wrapper for all these commands.
  41.  
  42.  
  43. thanks in advance,
  44.  
  45. joe.
  46.  
  47. ==============================================================
  48. ! joe alotta                                    jja@fnbc.com !                                               
  49. !                                             (312) 732-3439 !
  50. !                                                            !
  51. ! "The main thing is to keep the main thing the main thing." !
  52. ! Dr. George Sweeney                                         !
  53. ==============================================================
  54.