ermig1979 / AntiDupl

A program to search similar and defect pictures on the disk
https://ermig1979.github.io/AntiDupl
MIT License
1.26k stars 93 forks source link

Option to ignore/skip symbolic links #116

Open 1024mb opened 3 years ago

1024mb commented 3 years ago

Currently AntiDupl includes symbolic links in the deduplication. An option to ignore/skip symlinks would be great as symbolic links aren't actual files.

posicat commented 3 years ago

Seconding this, I've had matches on links and accidentally deleted the source image, meaning I no longer have a copy of that image anymore. Being able to ignore links would be great, because I create index folders with a sample image from each subfolder.

The alternative would be to add the ability to not scan a folder with a certain name pattern (in my case *.idx), but I think ignoring symlinks (and junctions, shortcuts, etc) would be safer and more useful.