20 lines
567 B
Markdown
20 lines
567 B
Markdown
Android Oandbackup restore script
|
|
---------------------------------
|
|
|
|
A simple bash script to restore application backuped with OandBackup on a rooted
|
|
Android Phone. This script can restore GPG encrypted backup.
|
|
|
|
to use this script, clone the repo :
|
|
|
|
```shell
|
|
git clone https://git.epha.se/ephase/oandbackup_restore
|
|
cd oandbackup_restore
|
|
git submodule init && git submodule update
|
|
```
|
|
|
|
This script is in devellopment, this is not a working version
|
|
|
|
## Licence
|
|
|
|
Do what you want and feel free to send me a message or offer me a beer if you
|
|
come near Bordeaux - France.
|