IBackup Extractor is an open-source tool for extracting particular data from iOS backups. The purpose of the tool is to detect basic data and metadata in all available backups, as well as extract selected data. Similar closed proprietary solutions include iPhone Backup Extractor, iMazing, and iPhone Backup Viewer.
Before you begin, make sure you have the following installed on your local machine:
- Git
- Python
To clone the IbackupExtractor project from GitLab, follow these steps:
-
Open a terminal or command prompt on your local machine.
-
Navigate to the directory where you want to clone the repository. For example:
cd /path/to/your/directory -
Run the following command to clone the repository:
git clone https://gitlab.com/erasmus-team/ibackup-extractor -
After the repository has been cloned, navigate to the project folder:
cd ibackup-extractor -
Install the required Python packages using pip:
pip install -r requirements.txt
-
Execute the
run.pyscript with the commands:python run.py -
Follow the instructions in the user manual: https://github.com/A-DONALD/iBackup-Extractor/wiki/User-Manual