Skip to content

Consider storing the original images as well #3

@msikma

Description

@msikma

Hello, I think the data that's been preserved in this repo is very interesting, and I applaud the efforts to rescue this data from the original disks. I wanted to make a suggestion that it might be worth preserving the original disk images as well, or potentially storing the original files in zip archives.

The main reason is that files have file creation/modification metadata, even on floppy disks, and this data ends up being lost when storing the files in a git repo. Git repos aren't designed to store information at the file metadata level, with the files being dynamically recreated based on e.g. switching branches. For old binaries and source code like this it can be quite useful to keep the file timestamps, for determining exactly when a particular file was worked at, or when exactly a particular binary was created relative to others, and so on.

Even if it's difficult to preserve disk images, zip files do store file creation/modification metadata as well and will properly set them on extraction, so that's potentially an option as well.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions