Skip to content

Conversation

@robfrawley
Copy link
Owner

fixes pauldreik#109

description of issue: secondary files with identical dev/inode pairs are dropped in favor of the highest ranking file within a group of identicals and thus removed from consideration early on in the selection process.

description of changes: keep a list of path references to identical dev/inodes as std::vector m_aliases in Fileinfo; apply all operations (print, delete, symlink, hardlink) to aliases as well.

considerations:

@robfrawley robfrawley added the enhancement New feature or request label May 11, 2024
@robfrawley robfrawley added this to the 1.7.0 milestone May 11, 2024
@robfrawley robfrawley self-assigned this May 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rdfind misses existing hard links (need to run it twice)

2 participants