home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / sys / tandy / 2045 < prev    next >
Encoding:
Internet Message Format  |  1993-01-12  |  2.1 KB

  1. Path: sparky!uunet!gatech!destroyer!cs.ubc.ca!yukongold.cs.ubc.ca!not-for-mail
  2. From: phillips@cs.ubc.ca (George Phillips)
  3. Newsgroups: comp.sys.tandy
  4. Subject: Re: Model 1 cassette tape backup method?
  5. Date: 11 Jan 1993 22:36:53 -0800
  6. Organization: Computer Science, University of B.C., Vancouver, B.C., Canada
  7. Lines: 27
  8. Distribution: na
  9. Message-ID: <1itou5INN8r8@yukongold.cs.ubc.ca>
  10. References: <1993Jan7.232950.13623@netcom.com>
  11. NNTP-Posting-Host: yukongold.cs.ubc.ca
  12.  
  13. In article <1993Jan7.232950.13623@netcom.com> lachman@netcom.com (Hans Lachman) writes:
  14. >I have an old TRS-80 Model 1 with cassette tapes.  I would like to
  15. >keep this system well-preserved so that 50 years from now I can
  16. >show it off as a working antique computer.  I am concerned about
  17. >deterioration of data on cassette tapes.  Is there a good way to
  18. >back up these tapes?  I would perfer a method whereby the computer
  19. >reads the data and makes a fresh recording on a new tape (as opposed
  20. >to tape-to-tape recording, which would carry forward any deterioration
  21. >thus far).
  22.  
  23. If you have access to a computer which can record sound you could use it
  24. to make a digital copy of your tapes.  The sampled file size would not
  25. have to be too big as a 2 Khz sampling rate would be sufficient.  Each
  26. digital copy could be verified by playing it back to tape and loading
  27. it on your TRS-80.   Built-in system software is more than up to the
  28. task on any PC or UNIX workstation I can think of.
  29.  
  30. But if you're going to digitially copy the tape, you may as well go
  31. all the way and save a bit-for-bit (or even byte-for-byte) representation
  32. of a tape file on a disk.  Getting the data off the tape may be a bit
  33. tricky.  I did something like this on my old Model III TRS-80 by writing
  34. a tape loader which dumped files from the tape into memory and then
  35. out the RS-232.  If you have some programming experience it shouldn't
  36. be hard to take a digitally sampled version of the tape file and convert
  37. it to a decoded bit stream.  Converting bit streams back to audio format
  38. should be easy enough too (especially if you get them via sampling), but
  39. heck, you've got 50 years to figure that one out fully.
  40.