markfasheh / duperemove

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

manpage does not inform about: if block is enabled, no printing #210

Closed alexander-n8hgeg5e closed 3 years ago

alexander-n8hgeg5e commented 5 years ago

if (run_dedupe) { .... } else { if (block_dedupe) if (block_dedupe) debug_print_hash_tree(&dups_tree); else print_dupes_table(&res);

lorddoskias commented 4 years ago

Can you elaborate on what is the issue you are experiencing?

alexander-n8hgeg5e commented 3 years ago

The program does only debug_print_hash_tree not print_dupes_table if block_dedupe. This is not described in the manpage. (at that time i looked at it). I did not expect to change the printing behaviour by selecting "block-mode".

lorddoskias commented 3 years ago

Turns out debug_print_hash_tree has been disabled for about 2 years by commit 2a61725cce5a . And in fact block_dedupe is also removed so I'd consider this an invalid report, based on an old version.