Re: Digest for collexion@googlegroups.com - 2 Messages in 1 Topic

0 views
Skip to first unread message

Open Data

unread,
Feb 6, 2012, 11:36:03 AM2/6/12
to coll...@googlegroups.com
Todd -- that looks like a winner.  Thx.

Chad

On Sun, Feb 5, 2012 at 10:20 PM, <coll...@googlegroups.com> wrote:

Group: http://groups.google.com/group/collexion/topics

    Todd Willey <to...@rubidine.com> Feb 04 10:34PM -0500  

    Use find + md5sum to generate a file that lists all files with their
    sums. Then run an awk script like the one at
    http://unstableme.blogspot.com/2008/05/count-number-of-occurrences-using-awk.html
    so find which sums appear multiple times. Then grep the file of md5s
    for each recurring one to get the file names.
     
    -todd[1]
     
     
    --
    CONFIDENTIALITY NOTICE:  This email is for sole use of intended
    recipient(s).  Unauthorized use is prohibited.

     

    Mike Andrews <mand...@bit0.com> Feb 05 01:22AM -0500  

    There's always ZFS on a file server, which is still server stuff but is
    at least open source :)
     
    The dedup feature was pretty slow when I tried it, but it may have
    improved in FreeBSD 9. Haven't tried it on Solaris/Illuminos yet.
     
     
    On 2/4/12 5:46 PM, Open Data wrote:

     

You received this message because you are subscribed to the Google Group collexion.
You can post via email.
To unsubscribe from this group, send an empty message.
For more options, visit this group.

--
You received this message because you are subscribed to the Google Groups "Collexion" group.
To post to this group, send email to coll...@googlegroups.com.
To unsubscribe from this group, send email to collexion+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/collexion?hl=en.

Dave

unread,
Feb 6, 2012, 12:10:33 PM2/6/12
to coll...@googlegroups.com
--- On Mon, 2/6/12, Open Data <opend...@gmail.com> wrote:

> From: Open Data <opend...@gmail.com>
> Subject: Re: Digest for coll...@googlegroups.com - 2 Messages in 1 Topic
> To: coll...@googlegroups.com
> Date: Monday, February 6, 2012, 11:36 AM
>
> Todd -- that looks like a winner.  Thx.

Use a little caution in using the MD5 (or any other hash) to find matching
files. Remember that, just because the hashes from two files are the same,
that doesn't necessarily mean that the content of the files are identical;
it's possible for two differing files to hash to the same value (Ok, so it's
not very likely, but there is still a VERY small probability that it will
happen.). Still, it's a good technique for identifying candidates that may
be the same, but it's still a good idea to then verify that the contents
really are the same.

> Chad

Dave

Mike Andrews

unread,
Feb 6, 2012, 3:05:59 PM2/6/12
to coll...@googlegroups.com
If you see an MD5 hash match, then run SHA1 on the resulting files as a
paranoia check. I haven't seen a hash collision doing that yet. :)

Open Data

unread,
Feb 6, 2012, 5:05:23 PM2/6/12
to coll...@googlegroups.com
All good advice.  You guys rock!

--
You received this message because you are subscribed to the Google Groups "Collexion" group.
To post to this group, send email to coll...@googlegroups.com.
To unsubscribe from this group, send email to collexion+unsubscribe@googlegroups.com.
Reply all
Reply to author
Forward
0 new messages