Slashdot Mirror


User: Enderek

Enderek's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Re:write it yourself on Does Anyone Make a Photo De-Duplicator For Linux? Something That Reads EXIF? · · Score: 1

    I had problem with 200GB of pictures. I've used "rdfind" to remove duplicates (about 80 GB). It works fast and smart: search for files with the same size, compare first and last bytes, compare md5sum. Remove duplicates or create soft/hard links.