On Fri, May 13, 2011 at 12:42, Turbo Fredriksson wrote:
> On 13 maj 2011, at 12.08, Jerome Baum wrote:
>
> 1. What character is D0, 00, AD and DE? What can I look for
>>> (to try to diagnose the problem/file)
>>>
>>
> You can look for D0, 00, AD and DE.
>
>
> Doh! I assumed that these where some
On 13 maj 2011, at 12.08, Jerome Baum wrote:
1. What character is D0, 00, AD and DE? What can I look for
(to try to diagnose the problem/file)
You can look for D0, 00, AD and DE.
Doh! I assumed that these where some code characters (meaning it's
something else in the actuall file).
Looking
On Fri, May 13, 2011 at 11:55, Turbo Fredriksson wrote:
> *bump*
>
> Begin forwarded message:
>
>
> But this last one gave me a problem when trying to unpack
>> it:
>>
>>gpg: invalid radix64 character D0 skipped
>>gpg: invalid radix64 character 00 skipped
>>gpg: invalid ra
*bump*
Begin forwarded message:
I needed to move lots of data from one site to another across
europe. I got a huge disk and archived all data onto that using
something like (simplified):
find | cpio -o | gpg -e | split - /disk/archive.
To extract the data again, it's just as simple: