Welcome, Guest. Please login or register.

Author Topic: Linux versions of Amiga archive programs?  (Read 1967 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline pkivolowitzTopic starter

Linux versions of Amiga archive programs?
« on: April 05, 2010, 07:52:01 PM »
Hi,

I was asked if I could locate source code to ASDG software. I have some backup tapes (Exabyte) from 1994. I purchased an Exabyte tape drive from around that era and have installed it on my Linux machine. I have loaded a few hundred megabytes from the most promising tape before it his a bad block.

The question now is how to make sense of the loaded data.

The data is not tar format (which I thought it was). Can you all point me to safe downloads of Linux versions of Amiga archiving programs?

I'll try those and if I still can't make send of the files I will post an octal dump of the header - maybe someone can recognize the format.
 

Offline runequester

  • It\'s Amiga time!
  • Hero Member
  • *****
  • Join Date: Oct 2009
  • Posts: 3695
    • Show only replies by runequester
Re: Linux versions of Amiga archive programs?
« Reply #1 on: April 05, 2010, 07:59:42 PM »
Do you have any idea what the format is ?
 
I know ubuntu has an option for reading LHA files. Im sure if we know the file type, something out there can open it
 

Offline pkivolowitzTopic starter

Re: Linux versions of Amiga archive programs?
« Reply #2 on: April 05, 2010, 08:28:03 PM »
Quote from: runequester;551550
Do you have any idea what the format is ?
 
I know ubuntu has an option for reading LHA files. Im sure if we know the file type, something out there can open it

No idea of the file format.  I loaded the LHA for Linux. No joy.

The first 32 bits are
0x036001

Byte swapped they are:
0x000474

I bought an Amiga Forever license and will try that.
 

Offline the_leander

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 3448
    • Show only replies by the_leander
    • http://www.extropia.co.uk/theleander/
Re: Linux versions of Amiga archive programs?
« Reply #3 on: April 05, 2010, 08:49:56 PM »
Quarterback Tools had some nifty things in it, I believe amongst them was the option to backup to a tape.

Otherwise try Aminet if you're going the AmigaForever route.
Blessed Be,
Alan Fisher - the_leander

[SIGPIC]http://www.extropia.co.uk/theleander/[/SIGPIC]
 

Offline pkivolowitzTopic starter

Re: Linux versions of Amiga archive programs?
« Reply #4 on: April 05, 2010, 10:32:37 PM »
One tape down. It contained only accounting records.

I have another two tapes to try.
 

Offline johnklos

  • Full Member
  • ***
  • Join Date: Feb 2010
  • Posts: 190
    • Show only replies by johnklos
Re: Linux versions of Amiga archive programs?
« Reply #5 on: April 05, 2010, 11:12:35 PM »
Quote from: pkivolowitz;551548
The question now is how to make sense of the loaded data.

The data is not tar format (which I thought it was). Can you all point me to safe downloads of Linux versions of Amiga archiving programs?


dd the tapes to files on disk (with conv=noerror) and then bring them into UAE or something equivalent so you don't have to keep trying the tapes over and over. It'll make getting help from others easier, too, if you want to send the dd'ed files over the Internet.
 

Offline pkivolowitzTopic starter

Re: Linux versions of Amiga archive programs?
« Reply #6 on: April 06, 2010, 04:25:18 AM »
That's what I did.

Turns out the tapes were written on early Windows machines. The file format must be an early backup format.

I was able to make out the file names using a hex editor and the tapes do not contain the source code to ADPro.

I purchased a USB Zip drive and started looking through old Zip disks. I have located the source code to ADPro loaders and operators - not enough to build ADPro.

I have a number of 4mm DATs from that era. I will have to purchase a DAT drive. And load those tapes. At least I know how now.

Lastly, I have an A3000 that hasn't been powered on in more than 10 years. It might have the source on its hard drive.

Hope somebody appreciates the trouble I'm going through. :)
 

Offline Gulliver

Re: Linux versions of Amiga archive programs?
« Reply #7 on: April 06, 2010, 05:02:20 AM »
@pkivolowitz

Thank you! I hope in the end you find the sourcecode. Dont give up!
 

Offline johnklos

  • Full Member
  • ***
  • Join Date: Feb 2010
  • Posts: 190
    • Show only replies by johnklos
Re: Linux versions of Amiga archive programs?
« Reply #8 on: April 06, 2010, 05:55:44 AM »
Quote from: pkivolowitz;551625
That's what I did.


I should've realized when you said you were successful with at least one tape.

Quote from: pkivolowitz;551625
I have a number of 4mm DATs from that era. I will have to purchase a DAT drive. And load those tapes. At least I know how now.


If you don't feel like buying one or can't find a suitable one, I'd be happy to dump the tapes to files for you. I have two SCSI DAT drives, one DDS-3 and one DDS.

Quote from: pkivolowitz;551625
Hope somebody appreciates the trouble I'm going through. :)


It's appreciated! Thanks!
 

Offline LoadWB

  • Hero Member
  • *****
  • Join Date: Jul 2006
  • Posts: 2901
  • Country: 00
    • Show only replies by LoadWB
Re: Linux versions of Amiga archive programs?
« Reply #9 on: April 06, 2010, 06:24:43 AM »
Done on early Windows machines could be the built-in backup (.qic format) or one of the Colorado formats.  I am not familiar with the Exabyte or what programs supported it, so my idea is a shot in the dark.

If is it a .qic format, you can only read it with the backup program found in 95 and 98, possibly ME.  Although some other commercial programs would/can read .qic.

So long as you have a dd copy of the tape, you are in good shape to try things out.  Quick search on QIC:
Quote
Primary association: Windows Backup
Company: Microsoft Corporation
Identifying characters Hex: 56 54 42 4C , ASCII: VTBL
Program ID: Backup_Data
Related links: CKNOW QIC Info

Does not seem to match your dump, though.

Edit: If, by chance, it is a QIC or BKF format and my thoughts are not a red herring, this site has some neat information

http://www.fpns.net/willy/msbackup.htm
« Last Edit: April 06, 2010, 06:28:52 AM by LoadWB »
 

Offline LoadWB

  • Hero Member
  • *****
  • Join Date: Jul 2006
  • Posts: 2901
  • Country: 00
    • Show only replies by LoadWB
Re: Linux versions of Amiga archive programs?
« Reply #10 on: April 06, 2010, 06:37:14 AM »
Quote from: johnklos;551636

If you don't feel like buying one or can't find a suitable one, I'd be happy to dump the tapes to files for you. I have two SCSI DAT drives, one DDS-3 and one DDS.


Fortunately, DDS drives are backwards compatible. If you have a DDS-4 drive you can read earlier formats.  Some DAT-72 drives with which I have come into contact refuse to read back past DDS-2.  I think your DDS-3 drive should work fine, though.

In any case, I as well have a number of tape drives I would offer up to the cause.  Just keep me reminded, as I tend to wander off.

Quote from: johnklos;551636
It's appreciated! Thanks!


Seconded and carried.