Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rufiorogue/fs_data_checksum
Checksum database for a directory subtree
https://github.com/rufiorogue/fs_data_checksum
Last synced: 26 days ago
JSON representation
Checksum database for a directory subtree
- Host: GitHub
- URL: https://github.com/rufiorogue/fs_data_checksum
- Owner: rufiorogue
- License: mit
- Created: 2023-03-13T21:52:17.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-03-13T22:02:58.000Z (almost 2 years ago)
- Last Synced: 2024-11-05T18:15:54.864Z (2 months ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fs_data_checksum
Checksum database for file system directory subtree. Can be used to detect bit rot if run occasionally on a NAS directory.
It has just two modes of operation:
| Mode | Description |
| ------ | ----------- |
| add | subtree is scanned for files and their checksums are stored in a DB at the subtree root. Update will not overwrite an already stored checksum |
| verify | subtree is scanned for files and actual checksum of each file is compared with checksum stored in DB. The outcome of the comparison is then reported |