Skip to content

Instantly share code, notes, and snippets.

@riyad
Last active November 22, 2018 11:35
Show Gist options
  • Star 5 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save riyad/d7977d0ba432f21bd0bf to your computer and use it in GitHub Desktop.
Save riyad/d7977d0ba432f21bd0bf to your computer and use it in GitHub Desktop.
Backup and Restore your Android Phone With ADB

Android-Backup

NOTE: this project has moved to https://github.com/riyad/android-backup

Backup and restore your Android phone with ADB (and rsync)

It will backup and restore all of your /sdcard directory and any other storage (e.g. an external SD Card) mounted within /storage except for emulated and self). Assuming you're using also something like Titanium Backup you'll be able to backup and restore all your apps, settings and data.

@riyad
Copy link
Author

riyad commented Nov 22, 2018

Since the scripts became more sophisticated I moved them to a proper project: https://github.com/riyad/android-backup

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment