Copying Twrp Backup To My Computer


akdmkz

Members
Aug 25, 2017
39
20
Hi, i just want to ask if you cant copy your TWRP Backup from your phone to your computer? I am facing this problem i want to free up the space of my Mi5. I dont know why i cant copy/transfer twrp backup. can someone now how to fix this? pls need help. thanks!




here's the error...
error.PNG
 
ADB transfers should work, it is enabled also in TWRP recovery or you can use it in Android when Developer options is enabled. Install latest MiFlash for drivers (Check if Win8+).

https://stackoverflow.com/questions/8650407/how-to-copy-selected-files-from-android-with-adb-pull

Code:
adb pull /sdcard/TWRP/

Don't know if adb pull can fetch whole dir, if not you must pull files one by one with full path.

Code:
adb ls /sdcard/TWRP/

"adb ls" lists directory content.

thanks for your help but I already did that and it's not working.

I already solved this issue by booting into TWRP and connect my phone to my computer and simply copy the twrp backup file :D