Good morning
Just built a small Data De-duplication chunk of code in C# and want to check if anyone has done something simular before, and if so, how? is there publicly available code for this?
The code i wrote is on GitHub at http://gist.github.com/273880.
At the moment, there is no physical backing store, and no way of storing what blocks belong to what files, but was thinking of chucking these into a DB. Also, using SHA512 for the check-summing, but that might be overkill...