markfasheh / duperemove

Tools for deduping file systems
GNU General Public License v2.0
795 stars 80 forks source link

Hashfile extends the scope of commandline arguments #217

Closed stoecker closed 4 years ago

stoecker commented 5 years ago

When you use a hashfile for storing data more than once, then duperemove checks dupes which it shouldn't.

E.g. you call duperemove first with files a, b and c and abort after the hashing phase.

Then later you call duperemove with files d, e, then after the hashing phase it will also search for dupes e.g. between file a and b instead of only processing d and e.

It seems it processes all entries in the hash file and not only the ones relevant for current run.

duperemove version 0.11.1

lorddoskias commented 4 years ago

Can you provide the exact command line you are running ?

stoecker commented 4 years ago

Sorry. I don't use that tool anymore at all.