pkolaczk / fclones

Efficient Duplicate File Finder
MIT License
1.84k stars 70 forks source link

Add an option to print detailed deduplication log file #197

Open patrickwolf opened 1 year ago

patrickwolf commented 1 year ago

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!