https://github.com/bengentil/rindexer
A simple file indexer in rust
https://github.com/bengentil/rindexer
armv7 file indexer rust synology
Last synced: 7 months ago
JSON representation
A simple file indexer in rust
- Host: GitHub
- URL: https://github.com/bengentil/rindexer
- Owner: bengentil
- License: mit
- Created: 2021-10-03T20:33:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-03T22:43:52.000Z (about 4 years ago)
- Last Synced: 2025-02-12T04:38:41.985Z (8 months ago)
- Topics: armv7, file, indexer, rust, synology
- Language: Rust
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rindexer
A simple file indexer in rust to be able to find duplicates and search files on large & slow volumes (ie. NAS)
## Build
Run `cargo build --release` or `make`, binary will be in `target/release/rindexer`.
## Cross compile for ARM7 systems / Synology
Run `make arm` or `make`, binary will be in `target/armv7-unknown-linux-musleabihf/release/rindexer`.
## Author
Benjamin Gentil
## Copyright
MIT