... | @@ -107,11 +107,11 @@ onandroid -w |
... | @@ -107,11 +107,11 @@ onandroid -w |
|
OR
|
|
OR
|
|
onandroid --twrp
|
|
onandroid --twrp
|
|
```
|
|
```
|
|
* By default, TWRP backup mode creates compressed backups. If uncompressed backups are required, use it like this:
|
|
* By default, TWRP backup mode creates uncompressed backups. If compressed backups are required, use it like this:
|
|
```shell
|
|
```shell
|
|
onandroid -w -cd
|
|
onandroid -w -ce
|
|
OR
|
|
OR
|
|
onandroid --twrp --compression-disable
|
|
onandroid --twrp --compression-enable
|
|
```
|
|
```
|
|
* By default, TWRP backup mode generates md5sum. If md5sums are not required, use it like this:
|
|
* By default, TWRP backup mode generates md5sum. If md5sums are not required, use it like this:
|
|
```shell
|
|
```shell
|
... | | ... | |