1

I read the thread Accessing WhatsApp iCloud backup? and did all Kanthala Raghu explained to reveal iCloud WhatsApp backup in the terminal. But what I get is only a list in the terminal after typing cd ~/Library/Mobile\ Documents/find *whatsapp*. Like these:

  • 57TXXXXX~net~whatsapp~WhatsApp
  • 57TXXXXXX~net~whatsapp~WhatsApp/Documents

Now I can only see they exist on the terminal console. How can I examine the files or content stored in the backup?

bmike
  • 235,889
Ted525
  • 11
  • The answer you indicate also says how to download and untar the files. What happens after you do that step? – fsb Jun 15 '20 at 12:01
  • Sorry I'm very new to terminal command. After typing "cd ~/Library/Mobile\ Documents/find whatsapp" I only see these 2 things: -57TXXXXX~net~whatsapp~WhatsApp -57TXXXXXX~net~whatsapp~WhatsApp/Documents (I put XXX instead of numbers) I can't see any .tar – Ted525 Jun 15 '20 at 14:09

2 Answers2

1

The files are already downloaded to your Mac. The folder you're searching is on your local Mac.

As explained in the answer you've linked, the backups are stored as tar archives (tar being a program that can bundle multiple files in one archive file). You can do as they instruct:

cp *whatsapp*/Accounts/*/backup/*.tar ~/AFolderIChoose

Create the "AFolderIChoose" folder in your home directory before running the command. You should then see that folder populated with the backup archives. You can double them in Finder to unpack them.

jksoegaard
  • 77,783
  • I just created a folder at the first level of my home folder (the user folder). Typed cp whatsapp/Accounts//backup/.tar ~/AFolderIChoose (With the right name of my folder) but I get this: cp: whatsapp/Accounts//backup/.tar: No such file or directory :(( Thanks for your help – Ted525 Jun 15 '20 at 14:13
  • 1
    @Ted525 You have the command text wrong; you're missing * before the tar command. You have to follow the command exactly. – fsb Jun 15 '20 at 14:46
  • I typed cp whatsapp/Accounts//backup/.tar ~/GoodFolder (which is the name of my folder). But I get this: cp: whatsapp/Accounts//backup/.tar: No such file or directory. As I said above I After typing "cd ~/Library/Mobile\ Documents/find whatsapp" I only see these 2 things: -57TXXXXX~net~whatsapp~WhatsApp -57TXXXXXX~net~whatsapp~WhatsApp/Documents (I put XXX instead of numbers). Does it means the backup are existing or maybe not ? You can't imagine how much finding those backup are important for me. I thank you so much for your help. – Ted525 Jun 15 '20 at 14:52
  • Copy the command exactly as written. The * you missed before .tar makes the difference between a command that works, and one that does nothing at all. – jksoegaard Jun 15 '20 at 17:28
  • I did put the * in terminal. I copy and paste the command, just replacing the name of my folder. I also checked the spaces between letters. The* don't show up in my messages ! don't know why because I also cut and pasted, they do appear on terminal. I'm trying again and again with no luck.I only see in the list 2 lines. Are the .tar inside those folders ? : -57TXXXXX~net~whatsapp~WhatsApp -57TXXXXXX~net~whatsapp~WhatsApp/Documents. Then type: cp whatsapp/Accounts//backup/.tar ~/NameOfMyFolder and I get : No such file or directory .I also tried to search using EasyFind but nothing... – Ted525 Jun 16 '20 at 07:26
  • If you haven’t got a tar file in those folders, you haven’t got a backup. – jksoegaard Jun 16 '20 at 08:19
  • I can't even find those 2 folders. I just see them in terminal list but no way to reveal them in finder. After the command in terminal you gave me or after serching for hidden files. Anyway I loste hope because what I need is a backup from the 9 of june. And I don't know if a daily backup replace the last one. Backup was set to daily... So even I find those .tar not sure what I will find the right ones. I saw that on android backup are stored for several months. look at 3'12 https://www.youtube.com/watch?v=mPivkTW6Uts (it's in french but you can see the backups files) – Ted525 Jun 16 '20 at 08:32
  • You can use the command "open ." to open the current folder in Finder. So cd to the indicated path and use that command to browse it in Finder. You could also browse iCloud Drive normally in Finder and find the WhatsApp folder. – jksoegaard Jun 16 '20 at 11:29
  • Unfortunately it doesn't work for me, did I do everything right? cd /Users/user/Library/Mobile\ Documents mkdir ~/AFolderIChoose; cp whatsapp/Accounts//backup/.tar ~/AFolderIChoose – BabyBoy Mar 13 '21 at 07:33
-1

Another way is restore the backup directly on iphone.