I had a nasty Windows 10 update problem locking myself out of my Windows installation. Unfortunately, I had no Windows backups.
I ended up loading into my dual-boot Ubuntu, making a backup of the whole Windows HDD with dc3dd, re-installing the Windows, and then restoring the dc3dd backup into a separate partition.
With that, I can now access all the old Windows files from the new Windows installation.
But I had some important projects within the WSL2 Ubuntu on the old Windows, which I would like to restore. Obviously, if I had wsl --export backups - this wouldn't be a problem, but I don't.
As far as I understand, it's not as simple as finding them somewhere deep in the old filesystem because they live in some sort of a virtual machine file.
So how can I approach this?
Thank you