For those of you who are new to such things, ADB (Android Debug Bridge) is a command line tool that grants you access to every little nick of your Android device using the command line. It is incredibly powerful and this latest TWRP update has made it even better by bringing in support for ADB for taking nandroid backup directly on your PC. Here is a step-by-step guide which will help you create an ADB backup using the TWRP recovery.Follow the detailed guide to safely take TWRP backup directly on PC with TWRP 3.1 via ADB. [symple_box color=”gray” fade_in=”false” float=”center” text_align=”left” width=””]You May Like [icon name=”hand-o-right” class=”” unprefixed_class=””] How To Create & Restore Nandroid Backup On Android Devices [/symple_box]  

Disclaimer:

RootMyGalaxy.net is not responsible for any damage happened to your device(s) while following this guide. Proceed at your own risk.

How to take TWRP backup directly on PC with TWRP 3.1 via ADB

Setup ADB on your PC and connect your device to PC. Now, reboot your device into TWRP recovery. Now, create a new folder where you want to save the backup files. Then, press “Shift + Right click” anywhere and select “Open Command Window Here”. Once the command window opens, give the following command to start TWRP backup -> “adb backup –twrp”. Now, select the partitions which you want to include in your backup and swipe to backup. Wait until the process finishes. After that, disconnect your device.

How to restore TWRP backup via ADB

If you are able to take TWRP backup via ADB, then obviously you can also restore it back directly via ADB. To do so, follow these simple instructions.

Go to the folder where you save the TWRP backup on your PC and open a command window there. Now, boot your device into TWRP recovery and then connect it to your PC via USB cable. Now, give the following command -> “adb restore –twrp” That’s it! You have restored TWRP backup via ADB. How To Take TWRP Backup Directly On PC With TWRP 3 1 Via ADB - 61