Jody Bruchon (MOVED TO JODYBRUCHON.COM)
Jody Bruchon (MOVED TO JODYBRUCHON.COM)
My 100% stucks are stored on a Samba server over a UNC path. It may be that SMB triggers the error, but it's not the SMB implementation that's at fault.
That option will cause files that are ALREADY hard-linked to be considered duplicates for printing/deleting/etc. As far as I can tell, the program does not yet have an option that...
-L specifies a size limit. There was a patch in Debian against fdupes-1.51 that added a -L option which performs hard linking, but it never made it into mainline fdupes.
The program already does partial hash exclusion. Please stop requesting a feature that already exists in the code. If you want to do dangerous things like considering partial hashes as...
This breaks cross-platform compatibility; on macOS, there is no `struct timespec st_mtim`; [it's called](https://github.com/apple/darwin-xnu/blob/master/bsd/sys/stat.h) `struct timespec st_mtimespec` instead. `fdupes` isn't ported to Windows but if it ever was, on MinGW...
@gsakkis I can't answer for @adrianlopezroche directly, but I can say that merging that hard link code is a bad decision. [Just to demonstrate why, this is all the stuff...
@gsakkis I appreciate it, but it would be helpful if you could do something to help with getting this feature in fdupes, especially since 2.0 brings an ncurses interface that...
> Dear @adrianlopezroche: why did you censor this helpful comment (23/11/2017, 14:21) by @jbruchon about jdupes? I deleted all of my posts on this repo. Please do not bother Adrian...
"File renamed without changes." I suggest that you format it in Markdown and issue a pull request for the already-formatted file. This pull request is guaranteed to not get accepted,...
FWIW I switched from my jodyhash to xxHash64 because it's faster and is a simple .c/.h file pair with an easy C interface.