pkolaczk / fclones

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

Add an option to skip locking files #122

Closed pkolaczk closed 2 years ago

pkolaczk commented 2 years ago

Use --no-lock to disable locking. Useful on filesystems that don't support locking at all.

Fixes #121.