First off, thanks for the awesome program!
I have a question, though: Is it possible to create .ab from a single full backup file? I could split into individual app in tar via tar-bin-split but I don't know how to automate .ab conversion for all tar files using a single command.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I don't understand exactly what you mean by "create ab from a single full backup file" since the single backup file is already supposed to be ab.
To separate an ab file by individual app there's the script called "adb-split-no-extraction.sh". You can open the .sh files with a text editor and you will see the comments inside. Also there's the README.TXT
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
First off, thanks for the awesome program!
I have a question, though: Is it possible to create .ab from a single full backup file? I could split into individual app in tar via tar-bin-split but I don't know how to automate .ab conversion for all tar files using a single command.
I don't understand exactly what you mean by "create ab from a single full backup file" since the single backup file is already supposed to be ab.
To separate an ab file by individual app there's the script called "adb-split-no-extraction.sh". You can open the .sh files with a text editor and you will see the comments inside. Also there's the README.TXT