fclones
fclones - Finds duplicate, unique, under- or over-replicated files
A simple command-line utility program that finds duplicate, unique, under- or over-replicated files. Contrary to fdupes or rdfind, fclones processes files in parallel, which makes it very efficient on SSDs. fclones communicates through standard Unix streams and it can write reports in human- and machine-friendly formats, therefore you can easily combine it with other tools.
- Devel package for openSUSE:Factory
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout utilities/fclones && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_service | 0000000769 769 Bytes | |
_servicedata | 0000000231 231 Bytes | |
fclones-0.12.2.tar.xz | 0000066968 65.4 KB | |
fclones.changes | 0000001292 1.26 KB | |
fclones.spec | 0000001801 1.76 KB | |
vendor.tar.xz | 0009358700 8.93 MB |
Revision 6 (latest revision is 14)
Enrico Belleri (iDesmI)
committed
(revision 6)
- Update to version 0.12.2: * Bump up version to 0.12.2 * Accept report lines ended with CRLF (Windows) Interrupt processing of report immediately on the first error * Update benchmarks * Increase default number of threads for SSD thread-pool * Update dependencies * Fix build on windows * Fix unused import * Deduplicate documentation (README.md) * Remove leftover println * Fix invalid default value for --format
Comments 1
Could we have this in Factory?