Jody Bruchon (MOVED TO JODYBRUCHON.COM)

Results 192 comments of Jody Bruchon (MOVED TO JODYBRUCHON.COM)

It's been on my to-do list for a while. I'll throw a skeleton script up in the repo shortly.

You'll find a nicely commented shell script in the new example_scripts directory. Let me know if it helps you out!

This seems like a combination of things that should be done with `rsync` and suboptimal data organization. If you want this, you really should consider using `dupd` instead of this...

The same algorithm problem is halting all features that don't hash the file contents. The binary search tree that "sorts" by size first makes its sorting decision based on the...

Duplicates are always the exact same size.

After I do the core rewrite, I'll look at adding this as an option.

It would be good to genericize the hard link limit behavior in the code. I can't tackle this for the v1.19.0 release, but thank you for bringing this to the...

Testing relies on stable reproducible results and I'm not willing to put in the work on the existing code base to make that happen. I'm rewriting from scratch for 2.0...

A set of substring match filters was introduced in 008bb4cf7b5ba1f8e9b092b8ee3fe31ae4ea9634 which will be of interest to anyone reading this. It's not at the level of a regex, but it covers...

I have a theoretical solution for this already (it's not quite as simple as "hash for each directory" in practice), I just haven't had time to implement it and I...