Closed MartenMIK closed 1 year ago
Try these commands instead:
wtsexporter -i -b ~/Library/Application\ Support/MobileSync/Backup/00008110-000C59623ABA801E
,
wtsexporter -i -b ~"/Library/Application Support/MobileSync/Backup/00008110-000C59623ABA801E"
.
The top suggestion worked, thanks!
I also modified the docs to address this issue.
Hey, thank you a lot for the work! I got an error running the script, maybe someone can help me with this:
Running the command
wtsexporter -i -b "~/Library/Application Support/MobileSync/Backup/00008110-000C59623ABA801E"
I get the following traceback:The backup is not encrypted. Navigating to
cd ~/Library/Application\ Support/MobileSync/Backup/00008110-000C59623ABA801E
(adding a \ to escape the white space, otherwise the same path as in the original command) I arrive in the backup folder containing, amongst other files, the expected manifest.db:I copied that file to the desktop and opened it using sqlitebrowser. It showed two tables and three indices. So
Manifest.db
is in the expected place and after copying it I was able to open it. That makes me think something is off with the path that I pass to your script or that it doesn't have permissions to read that folder? Any ideas on next steps are much appreciated!