This commit is contained in:
benoit 2019-03-02 17:34:28 +00:00
parent 241c2e0e00
commit bfb3b53ae6

View file

@ -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 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.