A Python script for extracting data from iOS backups
- Install Python. I used v3.9.5.
- Ensure
pathvalidate
,plistlib
,pyprind
, andtabulate
are installed.
- Create a backup of an iOS device
It has only been tested with iPhones and iTunes.
python3 pybackup.py -b <path to root folder of backup>
Seepython3 pybackup.py --help
for more information.