Skip to content

Releases: pkolaczk/fclones

A bunch of tiny new features

05 Jul 19:58
Compare
Choose a tag to compare
  • Redirection to a file (-o <file>)
  • Timestamps in the diagnostic log
  • Ability to transform each file through an external command-line program before matching

Size units (MB, MiB, GB, GiB, etc) and improved path deduplication

18 Jun 17:49
Compare
Choose a tag to compare
  • Size filtering accepts units
  • Paths are canonicalized before starting the scan
  • Duplicate paths are removed even if -H option was given
  • Minor info messages enhancements

New platforms: Windows x86, Linux ARM64 / ARMv7

18 Jun 08:26
Compare
Choose a tag to compare
  • Changed the hashing function from T1HA to MetroHash, due to portability problems of fasthash crate
  • Fixed many portability problems related to path handling on Windows

Fix compilation on Mac

11 Jun 17:19
Compare
Choose a tag to compare

Disable posix_fadvise and O_NOATIME optimisations on Mac, as they are not available.

Minor performance enhancements

09 Jun 11:46
Compare
Choose a tag to compare
  • Deduplicating hard-links doesn't require additional I/O (mostly), at the cost of a slightly higher memory use.
  • Better test coverage.

The first public release! Yay!

07 Jun 07:30
Compare
Choose a tag to compare

It works and does the job reasonably well, so I decided to release it.