{"id":6887,"date":"2017-05-06T18:10:36","date_gmt":"2017-05-06T12:40:36","guid":{"rendered":"https:\/\/www.wikitechy.com\/technology\/?p=6887"},"modified":"2017-05-06T18:14:03","modified_gmt":"2017-05-06T12:44:03","slug":"take-twrp-backup-directly-pc-via-adb","status":"publish","type":"post","link":"https:\/\/www.wikitechy.com\/technology\/take-twrp-backup-directly-pc-via-adb\/","title":{"rendered":"How to take TWRP Backup directly to PC via ADB"},"content":{"rendered":"<p>Now we can take TWRP Backup directly to PC via ADB with the release of TWRP v3.1.0. Earlier the feature to take TWRP backup was limited to system wide or only for the device but with the latest release you may take TWRP Backup directly to PC through ADB. TWRP updates their recovery to v3.1.0 featuring ADB backup, A\/B OTA zip, Android 7.1.1 Support and many more. In case you\u2019ve run out of space to your phone, then use the simple ADB command to take TWRP Backup or Nandroid Backup directly to PC.<\/p>\n[ad type=&#8221;square&#8221;]\n<p>TWRP backups can save your device in case you mess up your Android device. It allows to recover all your data in case of bootloop or some other incorrect flashing. To flashing new ROMs or Kernels then taking a TWRP backup is must and recommended by each ROM developers. TWRP previous version take system image backup and save it on your device or save that backup in PC in case need to format its storage. Now the TWRP 3.1.0 take TWRP Backup directly to PC through ADB.<\/p>\n<p>To install the latest version of TWRP v3.1.0, and ADB and Fastboot drivers then only we need to create an ADB backup using TWRP recovery. With ADB, we can easily control your device from the computer through USB, transfer files and run powerful shell commands.<\/p>\n<h4 id=\"requirements\"><span style=\"color: #993300;\"><strong>Requirements:<\/strong><\/span><\/h4>\n<p>Download and Install <span style=\"color: #3366ff;\"><strong><a style=\"color: #3366ff;\" href=\"https:\/\/www.wikitechy.com\/technology\/install-adb-and-fastboot-on-windows\/\">ADB and fastboot on Windows<\/a><\/strong><\/span> or <span style=\"color: #3366ff;\"><strong><a style=\"color: #3366ff;\" href=\"https:\/\/www.wikitechy.com\/technology\/setup-adb-and-fastboot-on-mac\/\">ADB drivers for Mac.<\/a><\/strong><\/span><\/p>\n<p>Download <span style=\"color: #3366ff;\"><strong><a style=\"color: #3366ff;\" href=\"https:\/\/www.wikitechy.com\/technology\/download-twrp-3-1-0-featuring-adb-backup-ab-ota-zip-android-7-1-1-support\/\">TWRP v3.1.0<\/a><\/strong><\/span><\/p>\n[ad type=&#8221;banner&#8221;]\n<h4 id=\"how-to-take-twrp-backup-directly-to-pc-via-adb\"><span style=\"color: #ff6600;\"><strong>How to take TWRP Backup directly to PC via ADB<\/strong><\/span><\/h4>\n<p><label class=\"label label-success\">STEP 1:<\/label>Enable \u2018USB debugging\u2019 from setting&gt;developer option&gt;. To enable Developer Options, go to About phone and tap the Build Number 7 times.<\/p>\n<p><label class=\"label label-success\">STEP 2:<\/label>Reboot your device into TWRP Recovery.<\/p>\n<p><label class=\"label label-success\">STEP 3:<\/label>Now create a new folder on your PC, where you want to save the TWRP backup files.<\/p>\n<p><label class=\"label label-success\">STEP 4:<\/label>Open the command window by pressing and hold the \u2018shift\u2019 key and right-clicked anywhere in that folder.<\/p>\n<p><label class=\"label label-success\">STEP 5:<\/label>In the command window type the following command to create TWRP backup.<\/p>\n<p style=\"text-align: center;\"><code>adb backup --twrp<\/code><\/p>\n<p><label class=\"label label-success\">STEP 6:<\/label>The above command will bring up the GUI and allow you to choose partitions from the backup page.<\/p>\n<p style=\"text-align: left;\"><label class=\"label label-success\">STEP 7:<\/label>Or you can also take backup of particular options with below command<\/p>\n<p style=\"text-align: center;\"><code>adb backup -f --twrp<\/code><\/p>\n<p style=\"text-align: left;\"><label class=\"label label-success\">STEP 8:<\/label>where options are<br \/>\n<code><\/code><\/p>\n<p style=\"text-align: center;\"><code>--compress: compress data<br \/>\nsystem: backup system<br \/>\ncache: backup cache<br \/>\ndata: backup data<br \/>\nboot: backup boot<br \/>\netc for each partition.<\/code><\/p>\n<p style=\"text-align: left;\"><label class=\"label label-success\">STEP 9:<\/label>You can also string multiple options like<\/p>\n<p style=\"text-align: center;\"><code>adb backup -f --twrp --compress cache system data<\/code><\/p>\n<p><label class=\"label label-success\">STEP 10:<\/label>After choosing any above option to take TWRP Backup on PC\/Laptop, wait until process finishes.<\/p>\n<p><label class=\"label label-success\">STEP 11:<\/label>Once the process completes, disconnect your device from the PC.<\/p>\n<p><label class=\"label label-success\">STEP 12:<\/label>Done.<\/p>\n[ad type=&#8221;banner&#8221;]\n<h4 id=\"how-to-restore-twrp-backup-from-pc-via-adb\"><span style=\"color: #99cc00;\"><strong>How to Restore TWRP backup from PC via ADB<\/strong><\/span><\/h4>\n<p><label class=\"label label-success\">STEP 1:<\/label>To Restore TWRP Backup via ADB, Open a command window inside the folder where you saved the TWRP backup on your PC.<\/p>\n<p><label class=\"label label-success\">STEP 2:<\/label>Reboot your device into TWRP Recovery.<\/p>\n<p><label class=\"label label-success\">STEP 3:<\/label>Connect your device to the PC via USB cable.<\/p>\n<p><label class=\"label label-success\">STEP 4:<\/label>Use the below command to Restore TWRP Backup via ADB.<\/p>\n<p><center><code>adb restore<br \/>\nor<br \/>\nadb restore backup.ab<br \/>\n<\/code><\/center><label class=\"label label-success\">STEP 5:<\/label>Done. The above command will restore TWRP\/Nandroid backup from your PC.<\/p>\n<p>This the easiest way to take TWRP Backup directly to PC via ADB and Restore the TWRP back from PC.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>How to take TWRP Backup directly to PC via ADB &#8211; Android &#8211; Now we can take TWRP Backup directly to PC via ADB with the release of TWRP v3.1.0<\/p>\n","protected":false},"author":1,"featured_media":12190,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1791],"tags":[20294,19074,20314,20303,20315,20304,20319,9466,20316,20295,20318,20296,20297,20298,20299,20300,20301,20306,20307,20312,20317,20302,20310,20308,20311,20313,20309,20045,20305],"class_list":["post-6887","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-android","tag-adb-backup-using-twrp-recovery","tag-android-apps","tag-android-backup-to-pc","tag-android-root","tag-backup-rom","tag-custom-recovery","tag-custom-recovery-twrp","tag-download-custom-recovery","tag-flash-recovery","tag-nandroid-backup","tag-online-nandroid-backup","tag-restore-nandroid-backup-from-pc","tag-restore-twrp-backup-from-pc","tag-restore-twrp-backup-via-adb","tag-take-nandroid-backup-to-pc","tag-take-twrp-backup-directly-to-pc-via-adb","tag-take-twrp-backup-on-pc","tag-team-win-recovery","tag-team-win-recovery-project","tag-twrp","tag-twrp-app","tag-twrp-backup","tag-twrp-custom-recovery","tag-twrp-manager","tag-twrp-recovery","tag-twrp-recovery-app","tag-twrp-recovery-img","tag-twrp-recovery-installer","tag-twrp-recovery-manager"],"_links":{"self":[{"href":"https:\/\/www.wikitechy.com\/technology\/wp-json\/wp\/v2\/posts\/6887","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.wikitechy.com\/technology\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.wikitechy.com\/technology\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.wikitechy.com\/technology\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.wikitechy.com\/technology\/wp-json\/wp\/v2\/comments?post=6887"}],"version-history":[{"count":0,"href":"https:\/\/www.wikitechy.com\/technology\/wp-json\/wp\/v2\/posts\/6887\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.wikitechy.com\/technology\/wp-json\/wp\/v2\/media\/12190"}],"wp:attachment":[{"href":"https:\/\/www.wikitechy.com\/technology\/wp-json\/wp\/v2\/media?parent=6887"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.wikitechy.com\/technology\/wp-json\/wp\/v2\/categories?post=6887"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.wikitechy.com\/technology\/wp-json\/wp\/v2\/tags?post=6887"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}