File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ Troubleshooting
2525---------------
2626
2727** Problem:** When I run this tool, I get the error message like ` Not a HASH reference at ios_backup_extractor.pl line 729 ` .\
28- ** Solution:** This happens when the iOS backup is corrupted or incomplete. Just run the device backup again and the error
29- message should disappear .
28+ ** Solution:** There was a bug in an earlier version of this tool, that randomly caused this type of error on Windows.
29+ Please use at least version 1.2.2 and this problem should be fixed .
3030
3131** Problem:** I run the tool on the MacOS and it says there are no iOS backups available or I see an error message
3232 about directory access.\
@@ -57,6 +57,7 @@ Options:
5757 - ‘flat’ no subdirectories
5858 -s, --since DATE Extract and copy only files created since DATE.
5959 DATE must be in format YYYY-MM-DD.
60+ --add-trash Extract also items marked as deleted.
6061 -d, --dry Dry run, don't copy any files.
6162 -v, --verbose Show more information while running.
6263 -h, --help Display help.
@@ -72,7 +73,7 @@ Examples:
7273 ios_backup_extractor.exe ABC123ABC123 -o "My Photos and Videos"
7374
7475Version:
75- 1.2.1 (2024-03-21 )
76+ 1.2.2 (2024-07-14 )
7677```
7778
7879License
You can’t perform that action at this time.
0 commit comments