home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / amiga / hardware / 19774 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  1.9 KB

  1. Path: sparky!uunet!ogicse!uwm.edu!caen!sdd.hp.com!hp-col!fc.hp.com!koren
  2. From: koren@fc.hp.com (Steve Koren)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: Tape Drive Questions (was: Re: 3M MCD-40 Tape Drives & HDBackup)
  5. Message-ID: <BxvABA.KIy@fc.hp.com>
  6. Date: 17 Nov 92 15:42:46 GMT
  7. Article-I.D.: fc.BxvABA.KIy
  8. References: <lgg9n7INNdkp@news.bbn.com>
  9. Sender: news@fc.hp.com (news daemon)
  10. Organization: Hewlett-Packard Fort Collins Site
  11. Lines: 37
  12. X-Newsreader: Tin 1.1.3 PL5
  13.  
  14. Lee Kilpatrick (leekil@bbn.com) wrote:
  15.  
  16. > Also, someone talked about using gnutar on the Amiga for tape drives.
  17. > I am using the tar version mentioned in the BTNtape documents, but one
  18. > thing I want to be able to do is transfer data using tapes & tar from
  19. > a Unix system.  When I have done this in the past using disks and this
  20. > version of tar, it doesn't properly read the dates from the
  21. > Unix-created archive.  I was hoping gnutar would fix this.
  22.  
  23. I'm not using GNU tar, just another small tar port on the Amiga (it is
  24. about 35Kb, and I don't know who did the port).  It works flawlessly,
  25. and I've been able to write data on the Amiga and extract it on Unix,
  26. and vice versa.
  27.  
  28. However, I did not have good luck with GNU tar.  It worked sort of OK
  29. except for one flaw.  It could not maintain more than one archive per
  30. tape.  For example, BTNtape lets you say:
  31.  
  32.     tar -cf tape: some_dir
  33.     tar -cf tape:app some_other_dir
  34.     ...
  35.  
  36. Then you can get at each of the archives on the same tape via:
  37.  
  38.     tar -xf tape:0
  39.     tar -xf tape:1
  40.     ...
  41.  
  42. No amount of prodding would get GNU tar to handle this.  This was
  43. essential for me; I have tapes with over 150 archives on a single tape.
  44. GNU tar would always overwrite the first archive on the tape when
  45. creating later ones.  In addition, the port of GNU tar was much larger
  46. than the other tar and seemed to have more bugs.  I'd suggest ditching
  47. GNU tar and using some other tar.  If needed, I could upload the one I
  48. have to an FTP site.
  49.  
  50.    - steve
  51.