pkolaczk / fclones

Efficient Duplicate File Finder
MIT License
1.91k stars 71 forks source link

The number of files to be removed is incorrect when --isolate option is present #99

Closed pkolaczk closed 2 years ago

pkolaczk commented 2 years ago
# Report by fclones 0.17.1
# Timestamp: 2022-02-26 17:02:34.697 +0100
# Command: /home/pkolaczk/.cargo/target/debug/fclones group --isolate test/root1 test/root2 -o report.txt
# Base dir: /home/pkolaczk/Projekty/fclones
# Found 1 file groups
# 12 B (12 B) in 3 redundant files can be removed   // <------- this is incorrect, only 2 files can be removed when  --isolate is present
6109f093b3fd5eb1060989c990d1226f, 4 B (4 B) * 4:
    /home/pkolaczk/Projekty/fclones/test/root1/foo1
    /home/pkolaczk/Projekty/fclones/test/root1/foo2
    /home/pkolaczk/Projekty/fclones/test/root2/foo1
    /home/pkolaczk/Projekty/fclones/test/root2/foo2