bb30 / adbackup

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

how adbackup works #16

Open SailReal opened 6 years ago

SailReal commented 6 years ago

Articles that should be referenced in the documentation:

SailReal commented 6 years ago

Maybe a starting point...

Use adbackup

After the setup process, adbackup can be used directly via command line to create backups and restores.

It is also possible to use adbackup in your crate by adding the following into the Cargo.toml:

[dependencies]
adbackup = "1.0.0"