https://github.com/jhuntwork/fedup
A File dEDUPlicator
https://github.com/jhuntwork/fedup
Last synced: 3 days ago
JSON representation
A File dEDUPlicator
- Host: GitHub
- URL: https://github.com/jhuntwork/fedup
- Owner: jhuntwork
- License: mit
- Created: 2021-08-22T15:10:31.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-22T23:38:03.000Z (almost 5 years ago)
- Last Synced: 2025-10-19T14:48:46.470Z (9 months ago)
- Language: Go
- Size: 28.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fedup
[](https://goreportcard.com/report/github.com/jhuntwork/fedup)
```txt
fedup is a simple File dEDUPlicator.
It walks a given directory, collects hash sums of all files,
and turns all duplicates into hard links.
Usage:
fedup [flags]
Flags:
-d, --dryrun Do not make any changes.
-h, --help help for fedup
-q, --quiet Do not print any output.
```
`fedup` uses the [BLAKE3](https://github.com/BLAKE3-team/BLAKE3) cryptographic
hash function to compute hash sums, making the operation _fast_.