added dd
This commit is contained in:
parent
241c2e0e00
commit
bfb3b53ae6
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,8 @@ $ tar cvf - Oneplus6 | lz4 > Oneplus6.tar.lz4 && rm -rf Oneplus6
|
||||||
```
|
```
|
||||||
$ adb backup --twrp --compress system data cache boot efs persist
|
$ adb backup --twrp --compress system data cache boot efs persist
|
||||||
$ adb exec-out 'tar --create /sdcard1/media/0 2>/backup-errors.txt' | pigz > media.tar.gz
|
$ adb exec-out 'tar --create /sdcard1/media/0 2>/backup-errors.txt' | pigz > media.tar.gz
|
||||||
|
$ adb shell 'dd if=/dev/block/mmcblk0' | lz4 > mmcblk0.img.lz4
|
||||||
|
$ adb shell 'dd if=/dev/block/mmcblk1' | lz4 > mmcblk1.img.lz4
|
||||||
```
|
```
|
||||||
|
|
||||||
Nextcloud is used for some data (photos, some synced folders) and all contacts, permanent synchronization.
|
Nextcloud is used for some data (photos, some synced folders) and all contacts, permanent synchronization.
|
Loading…
Reference in a new issue