adrianlopezroche / fdupes

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

fdupes: option to not traverse filesystems #42

Open sandrotosi opened 8 years ago

sandrotosi commented 8 years ago

From @sandrotosi on December 20, 2015 14:4

From matrixhasu on October 08, 2009 21:55:20

Debian bug #496472 - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=496472 It would be nice if fdupes had an option to not traverse filesystem boundaries, like the -xdev argument to find. What version of the product are you using? On what operating system? Version: 1.50-PR2

Original issue: http://code.google.com/p/fdupes/issues/detail?id=1

Copied from original issue: sandrotosi/fdupes-issues#1

danielhoherd commented 8 years ago

This option would be particularly useful when used with the --linkhard patch

bwduncan commented 6 years ago

I wrote a patch #92 to implement this.