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

  1. Newsgroups: comp.unix.programmer
  2. Path: sparky!uunet!think.com!rpi!psinntp!psinntp!juliet!news
  3. From: jja@fnbc.com (Joseph Alotta)
  4. Subject: i need help with tar and tapes drives.
  5. Message-ID: <1992Nov9.164404.20112@fnbc.com>
  6. Keywords: tar,gnutar,tapes
  7. Sender: news@fnbc.com
  8. Organization: First National Bank Of Chicago, Chicago IL, USA
  9. Date: Mon, 9 Nov 92 16:44:04 GMT
  10. Lines: 42
  11.  
  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. i tried "tar rvf /dev/rst0"  but it didn't work.  seems the r option
  27. is unsupported on my machine.  
  28.  
  29. i ftp'd gnutar and tried "gnutar -Avf /dev/rst0"  but that didn't work.
  30. i got cannot backspace error.
  31.  
  32. people say i should use "mt -f /dev/nrst0 -fsf 99" to get to the end of  
  33. thetape and then "tar cvf /dev/nrst0 *", but i don't like having to  
  34. remember what segments i've used on the tape and what is in each segment.
  35.  
  36. can anyone help me to get gnutar to append?
  37.  
  38. btw, i am using a archive dat tape and a nextstation 3.0.
  39.  
  40. thanks in advance,
  41.  
  42. joe.
  43.  
  44.  
  45.  
  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.