Skip to content

tcrs/android-backup-extract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

35d8d4e · Nov 26, 2017

History

3 Commits
Nov 26, 2017
Nov 26, 2017
Nov 26, 2017

Repository files navigation

Extract a tar from an adb backup file

Backup file goes into stdin, tar file comes out on stdout.

Limitations

  • Does not support encrypted backups (pull requests welcome!)
  • Does not support uncompressed backups (not sure how to create these?)

Examples

To view the contents of a backup

./extract.py < backup | tar -tv

To extract all files from a backup

./extract.py < backup | tar -x

Further info

Details of backup file structure Further Details - could be used as a reference to implement backup decryption

About

Extract a tar from an adb backup file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages