Skip to content

Instantly share code, notes, and snippets.

@igorbrigadir
Created January 17, 2015 02:14
Show Gist options
  • Save igorbrigadir/84980c1d555c415a23db to your computer and use it in GitHub Desktop.
Save igorbrigadir/84980c1d555c415a23db to your computer and use it in GitHub Desktop.
Manual Android Backup with adb
time adb shell ls -l -a | grep '^[^l]' | sed -e 's/^d.* \([^ ]*\)\r$/mkdir -p sav\/\1; adb pull \/\1 sav\/\1/' -e 's/-.* \([^ ]*\)\r$/adb pull \/\1 sav\/\1/' | /bin/bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment