BackupsResearch » History » Version 1
Denis 'GNUtoo' Carikli, 09/09/2019 09:26 PM
Add nonworking backup system
1 | 1 | Denis 'GNUtoo' Carikli | h1. BackupsResearch |
---|---|---|---|
2 | |||
3 | {{>toc}} |
||
4 | |||
5 | h2. Doing the backup of partitions or other block devices |
||
6 | |||
7 | h3. adb shell cat pipe |
||
8 | |||
9 | "Old versions of the EFS backup instructions":https://redmine.replicant.us/projects/replicant/wiki/BackupTheEFS/17 used the following command: |
||
10 | <pre> |
||
11 | adb shell "cat /dev/block/platform/*/by-name/EFS > /EFS.img" |
||
12 | </pre> |
||
13 | |||
14 | At some point or under some condition, this stopped working and the backup were corrupted. |