One feature I miss with the current file deduplicator I miss, and yours also doesn't seem to support is as follows:
I have a largeish archive of files (dir_A) that I want to keep and several other directory trees (dir_B, dir_C, ...) I still need to sort. It would help immensely if the tool could delete duplicates
- If in the archive (dir_A) then delete all other copies;
- If not in the archive then delete all copies except one.
2 comments
[ 0.22 ms ] story [ 7.3 ms ] threadI have a largeish archive of files (dir_A) that I want to keep and several other directory trees (dir_B, dir_C, ...) I still need to sort. It would help immensely if the tool could delete duplicates
- If in the archive (dir_A) then delete all other copies;
- If not in the archive then delete all copies except one.