mirror of
https://github.com/mvt-project/mvt.git
synced 2026-03-31 00:39:12 +02:00
Improves documentation
This commit is contained in:
@@ -52,7 +52,7 @@ Once you have a decrypted backup available for analysis you can use the `check-b
|
||||
|
||||
--help Show this message and exit.
|
||||
|
||||
Following is a basic usage of `check-backup`:
|
||||
Following is a basic usage of `check-backup`:
|
||||
|
||||
```bash
|
||||
mvt-ios check-backup --output /path/to/output/ /path/to/backup/udid/
|
||||
|
||||
@@ -1 +1,16 @@
|
||||
# Backup with iTunes app
|
||||
|
||||
It is possible to do an iPhone backup by using iTunes on Windows or Mac computers (in most recent versions of Mac OS, this feature is included in Finder).
|
||||
|
||||
To do that:
|
||||
|
||||
* Make sure iTunes is installed.
|
||||
* Connect your iPhone to your computer using a Lightning/USB cable.
|
||||
* Open the device in iTunes (or Finder on Mac OS).
|
||||
* If you want to have a more accurate detection, ensure that the encrypted backup option is activated and choose a secure password for the backup.
|
||||
* Start the backup and wait for it to finish (this may take up to 30 minutes).
|
||||
|
||||

|
||||
_Source: [Apple Support](https://support.apple.com/en-us/HT211229)_
|
||||
|
||||
* Once the backup is done, find its location and copy it to a place where it can be analyzed by `mvt`. On Windows, the backup can be stored either in `%USERPROFILE%\Apple\MobileSync\` or `%USERPROFILE%\AppData\Roaming\Apple Computer\MobileSync\`. On Mac OS, the backup is stored in `~/Library/Application Support/MobileSync/`.
|
||||
|
||||
Reference in New Issue
Block a user