Hello, in the process of getting some repairs done on my phone I had to reset it to factory settings, erasing all my data. As I hadn't rooted it or unlocked the bootloader I was a little limited on recovery options and ended up making 2 adb backups using
this guide.
Now I cannot seem to restore the backups - that's what I get for using severely out of date methods I suppose, I've used this opportunity to install twrp for future backup and recovery - using the
adb restore <backup>
command. It simply proceeds as expected for 5-10 minutes, before wrapping up and displaying a "Restoration Ended" message without anything having actually been restored.
I simply lack the knowledge to even diagnose what's going wrong.
If there's no way to properly restore the backup I'd hope to at least be able to manually extract and copy over my regular data (pictures, files, etc.). I've attempted to extracted the files from one of my backups using
this, but cannot seem to find any regular files, just apps and their data. There's just a fraction of the ~10GB backup to be found in the .tar archive using 7zip, WinRar spits out an error that the .tar is corrupted. I suspect using Windows is not helping me here.
Any help or advice would be much appreciated.