Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.24 KB

README.header.md

File metadata and controls

37 lines (29 loc) · 1.24 KB

CI Go Report CardView ChangelogDownload Binary Releases

cshatag is a tool to detect silent data corruption. It is meant to run periodically and stores the SHA256 of each file as an extended attribute. The project started as a minimal and fast reimplementation of shatag, written in Python by Maxime Augier.

See the Man Page further down this page for details.

Similar Tools

Checksums stored in extended attributes for each file

Checksums stored in single central database

Checksums stored in one database per directory

Compile Yourself

$ git clone https://github.com/rfjakob/cshatag.git
$ cd cshatag
$ make

Man Page