is have a bunch of SQLite databases on a Linux server. I recently made a backup of them. The site where the databases where crashed and I had to reupload all the files.
Now the SQLite databases don't work anymore. The server is running Linux and I have Windows installed, but the files were only downloaded and they were never opened locally. Plus I made sure I download them from the server overnight so the nobody was communicating with the file at the time.
I read (now, after the damage has been done) that I have to use some sort of SQLite API to make backups which I didn't know at first.
So my question is - is there any way to save these malformed files? And why are they malformed in the first place?
Tnx!
EDIT:
I am able to query SELECT * FROM sqlite_master
on the database files, but nothing else...