I did some testing on the TWRP-REBASE-TEST version.
On the plus side, it's fast! Here's the time it took to do the same backup on TEST and twrp-3 (running
tail
on the backup recovery logs):
Code:
==> TWRP-REBASE-TEST.log <==
* Digest Created.
I:Partition Backup time: 64
Average backup rate for file systems: 115 MB/sec
[7448 MB TOTAL BACKED UP]
Updating partition details...
I:checking for twrp app
I:Data backup size is 7380MB, free: 54296MB.
...done
I:Unmounting main partitions...
[BACKUP COMPLETED IN 65 SECONDS]
==> twrp-3.log <==
* Digest Created.
I:Partition Backup time: 84
Average backup rate for file systems: 87 MB/sec
[7448 MB TOTAL BACKED UP]
Updating partition details...
I:checking for twrp app
I:Data backup size is 7380MB, free: 46831MB.
...done
I:Unmounting main partitions...
[BACKUP COMPLETED IN 85 SECONDS]
However, the backup files are created with the wrong attributes for /sdcard and cannot be accessed once the phone has booted back into system. See the ll.txt file in the attached zip.
Attached zip also contains the backup recovery logs for both TWRP-REBASE-TEST and twrp-3