First commit
This commit is contained in:
commit
00b4d46db6
3 changed files with 174 additions and 0 deletions
20
README.md
Normal file
20
README.md
Normal file
|
@ -0,0 +1,20 @@
|
|||
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.
|
Reference in a new issue