Thanks Antonio.

In the meantime, my one-liner was wrong, this is at least an improvement
(though I haven't really tested it thoroughly still).

cat log | perl -ne 'if (!/^#/) { @fields=split(); $fields[0] =
hex($fields[0]) + 26844594176; print(join(" ", @fields),"\n");  } else {
print $_; }'

On 30 June 2017 at 00:49, Antonio Diaz Diaz <anto...@gnu.org> wrote:

> Thanks for your answers, Scott and Ketil. :-)
>
> Scott Dwyer wrote:
>
>> Merging the logs is more complicated. The original log from the whole
>> disk is okay, but the log from the partition copy must be altered (make
>> sure to work with a copy of this log and not the original). The best way
>> to do this is with a spreadsheet program.
>>
>
> I'll implement ASAP (probably tomorrow) a --shift option for ddrescuelog
> that I hope will greatly simplify this part of the rescue.
>
>
> Best regards,
> Antonio.
>
>
> _______________________________________________
> Bug-ddrescue mailing list
> Bug-ddrescue@gnu.org
> https://lists.gnu.org/mailman/listinfo/bug-ddrescue
>



-- 
-Ketil <http://ketil.froyn.name/>
_______________________________________________
Bug-ddrescue mailing list
Bug-ddrescue@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-ddrescue

Reply via email to