Imho I did capture them correctly. I did it right after the restore failed...
adb shell
su
cd /cache/recovery
tar czf cache-recovery.tar.gz *
cd /external_sd/XZDualRecovery
tar czf external_sd-XZDualRecovery.tar.gz *
ctrl + c
adb pull /cache/recovery/cache-recovery.tar.gz D:\Temp
adb pull /external_sd/XZDualRecovery/external_sd-XZDualRecovery.tar.gz D:\Temp
I extracted, rezipped and added them to my last posting...
------------------------------------------------------------------------------------------------
Ok, installed XZDualRecovery again.
Made a backup.
Let TWRP copy the log to the external sd card.
Pulled it to my PC and renamed it to "backup.log".
Rebooted into system.
Back to TWRP.
Restore.
Failed
Let TWRP copy the log to the external sd card.
Pulled it to my PC.
Packed "restore.log" & "backup.log" to "logs.zip".
Attached "logs.zip"
Hope you are able to find the issue why restore doesn't work