Quantcast
Channel: 2BrightSparks
Viewing all articles
Browse latest Browse all 9303

Re: Checksums only for files in conflict

$
0
0
I don't see how it would be two stage:

compare files
if compareresult != same {
if (checkhassh() == same)
replace = false
else
replace = true
}

The point is that the MD5 hash becomes a last minute (and optional) check before the decision to replace the file is made.

Viewing all articles
Browse latest Browse all 9303

Trending Articles