markfasheh / duperemove

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

fdupes improvement #160

Closed saintger closed 6 years ago

saintger commented 7 years ago

Running the same command twice:

fdupes -r /foo | duperemove --fdupes

Gives exactly the same output result.

It would be nice if files which have been already deduplicated, can be ignored by duperemove (or not included in the output).

markfasheh commented 6 years ago

The only way we could remember which files were scanned is if we used a hashfile in fdupes mode. Functionally that's the same as issue #145 so I'm going to mark this as a duplicate. Feel free to watch that bug for updates. I'll update it with your use case.