rdfind icon indicating copy to clipboard operation
rdfind copied to clipboard

find duplicate files utility

Results 94 rdfind issues
Sort by recently updated
recently updated
newest added

I would love to have the option to use BOTH Hardlinks AND Symlinks, since I have a use case, where I would have to hardlink across device borders (which obviously...

Without this include, `make` produces the following error: ``` rdfind.cc: In function ‘Options parseOptions(Parser&)’: rdfind.cc:225:30: error: ‘numeric_limits’ is not a member of ‘std’ 225 | o.maximumfilesize = std::numeric_limits::max(); ``` I'm...

I used rdfind by opening a terminal from the file manager in the "root directory" of a USB drive I had recently formatted and just copied some files to. Below...

看起来很危险,您的example中提示removed 3176 files due to unique sizes。请问这是根据什么规则删除了什么文件?我需要判断直接应用在生产环境是否危险,是否不经过我同意就删除了重要数据,麻烦回答一下。

I have a results.txt from a dry run. That was a day or two ago. Is it possible to reprocess just the txt file to see how much space would...

I have a file that's been linked, and then I create a copy. rdfind breaks the existing links, and links the original to the copy – but the existing link...

When using the `-makehardlinks` option, `rdfind` fails to unify sequences of hard links and copies of a single file. **WHAT I DID** I took the following steps to demonstrate the...

[testcases/hardlink_fails.sh](https://github.com/pauldreik/rdfind/blob/main/testcases/hardlink_fails.sh#L45) and [testcases/symlinking_action.sh](https://github.com/pauldreik/rdfind/blob/main/testcases/symlinking_action.sh#L54) try to modify `$(which ls)` and expect it to fail. However, a user could have `ls` in a user-writable directory in `${PATH}`, for example `~/.local/bin`. Replacing that...

Many times I want to run rdfind on a MASTER "A" directory comparing against eg B directory to remove duplicates in B However rdfind also removes any internal duplication in...