keithgh1 / AmigaQB_extract

Amiga Quarterback ADF file extractor
MIT License
4 stars 0 forks source link

add support for the backup catalog #9

Open keithgh1 opened 1 month ago

keithgh1 commented 1 month ago

Now that we have support for primary catalog processing, it would be nice, especially when there's corruption present within that catalog, to be able to process the backup catalog.

The primary catalog is stored at the beginning of the first backup floppy. The backup catalog is only written in certain cases and normally is written to the last disk of the backup. The task requires

merlin555 commented 1 month ago

With this backup, the last diskette is not required for the catalog. But I remember that I already had certain backups with QB.

keithgh1 commented 1 month ago

Right. Definitely not required.

They give you a second copy of the catalog at the end, in case your primary has been corrupted.

merlin555 commented 1 month ago

Understand. Good to know.