jfarley248 / iTunes_Backup_Reader

Python 3 Script to parse out iTunes backups

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not read data if no Status.plist file is present

agorham opened this issue · comments

I have an incomplete backup that contains the "info.plist", "Manifest.mbdb", and "Manifest.plist" files, as well as the other long name files. It does not contain a "Status.plist" file. Other tools are able to pull data from it (In the trial), but this reader fails without the "Status.plist" file. Can you add a flag that allows the program to continue with the information it has?

That's great idea. Will implement

Fixed with latest commit