bb30 / adbackup

backup tool for android written in rust
MIT License
3 stars 2 forks source link

Pack/unpack backup #13

Open SailReal opened 6 years ago

SailReal commented 6 years ago

Sources available for Java on Github: https://github.com/nelenkov/android-backup-extractor/blob/master/src/org/nick/abe/AndroidBackup.java

DonatJR commented 6 years ago

@SailReal I could tacke this while integrating the sqlite bindings, should be a good match?

SailReal commented 6 years ago

Fore sure 👍

DonatJR commented 6 years ago

pack / unpack with a fixed depth for incremental updates is on this branch https://github.com/DonatJR/adbackup/commits/13-pack-unpack

the respective file with the implementation has a warning comment at the top because of the issues we discovered during development, because of these issues I didn't want to create a PR right away. should we maybe create an experimental branch which runs parallel to develop on which we create PRs with issues like this?

SailReal commented 6 years ago

should we maybe create an experimental branch which runs parallel to develop on which we create PRs with issues like this?

Yes, good idea, make an PR to an experimental branch 👍