Skip to content

Commit

Permalink
added cmd to locate chats DB in iOS backup
Browse files Browse the repository at this point in the history
  • Loading branch information
residentsummer committed Apr 26, 2017
1 parent 00e4b83 commit 778fd37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Migrate Whatsapp chats history from Android to iOS.
Find the latest backup in `~/Library/Application Support/MobileSync/Backup`.
* Locate Whatsapp database file inside the backup and copy it somewhere:

$ sqlite3 <backup>/MetaInfo.db select ...
$ sqlite3 <backup>/Manifest.db "select fileID from Files where relativePath = 'ChatStorage.sqlite' and domain like '%whatsapp%';"
abcdef01234567890
$ cp <backup>/ab/abcdef01234567890 ~/Downloads/watoi/ChatStorage.sqlite

Expand Down

0 comments on commit 778fd37

Please sign in to comment.