Arthur Bela:
> 
> I copy files between HDD#1 and HDD#2.
> 
> When i finish, i need a quick "hasing method" - i just want to check,
> that the copy was 100% ok.

Why do you want to hash? Hashing implies reading both trees completely,
computing hashes and comparing these hashes. It might be faster to just
compare contents directly, without the intermediate checksum. I would
benchmark 'rsync -C' against 'diff -r' and use the faster option.

J.
-- 
I will not admit to failure even when I know I am terribly mistaken and
have offended others.
[Agree]   [Disagree]
                 <http://www.slowlydownward.com/NODATA/data_enter2.html>

Attachment: signature.asc
Description: Digital signature

Reply via email to