adrianlopezroche / fdupes

FDUPES is a program for identifying or deleting duplicate files residing within specified directories.
2.42k stars 186 forks source link

tar-style exclusion lists. #36

Open AnrDaemon opened 8 years ago

AnrDaemon commented 8 years ago

Largely suprsedes #8 . It would save a lot of hassle to be able to use --exclude-from=… switches. I.e. it doesn't matter for me, if it would find dupes in .bak or .err files - they are redundant and cleaned regularly.

adrianlopezroche commented 8 years ago

Thanks.

On Sat, Nov 21, 2015, 7:54 PM AnrDaemon notifications@github.com wrote:

Largely suprsedes #8 https://github.com/adrianlopezroche/fdupes/issues/8 . It would save a lot of hassle to be able to use --exclude-from=… switches. I.e. it doesn't matter for me, if it would find dupes in .bak or .err files - they are redundant and cleaned regularly.

— Reply to this email directly or view it on GitHub https://github.com/adrianlopezroche/fdupes/issues/36.

m-chaturvedi commented 1 week ago

@AnrDaemon I wrote undupes to support these kinds of problems. If you have any software written which supports the exclusion list then the null separated output can be piped into undupes. https://github.com/m-chaturvedi/undupes