Backup and restore Android devices, list contents of, unpack, and convert Android Backup files to TAR files and back, decrypt, encrypt, split them into by-app pieces, etc. Android Backup files are backup.ab
, *.ab
, *.adb
, and similarly named files produced by adb shell bu backup
, adb backup
, bmgr
, and similar tools.
All notable changes to this project are documented in this file. The format is based on Keep a Changelog. This project adheres to Semantic Versioning.
Also, at the bottom of this file there is a TODO list with planned future changes.
Introduced backup
, backup-apks
, and restore-apks
subcommands.
I.e. hoardy-adb
gained a front-end to the adb
utility, inspired by Adebar.
Reworked most of the internals and switched to using kisstdlib
.
This makes the code much smaller and produces a nicer TTY UI.
Improved documentation.
black
.pylint
../test-cli.sh
with tests for all commands.hoardy-adb
.Currently empty.