pkolaczk / fclones

Efficient Duplicate File Finder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an option to print detailed deduplication log file

patrickwolf opened this issue · comments

This writes a log file

fclones move --dry-run --path '/ex2/EDITORIAL/**' -o /ex2/_Data/fclones_mv_dl.txt /ex2/_dupes < /ex2/_Data/fclones2.json

This doesn't write a log file

fclones move --path '/ex2/EDITORIAL/**' -o /ex2/_Data/fclones_mv_dl.txt /ex2/_dupes < /ex2/_Data/fclones2.json

Would be helpful if a log file would be written in both scenarios. Thanks!