Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.54 KB

README.header.md

File metadata and controls

48 lines (37 loc) · 1.54 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

Download

Static amd64 binary that should work on all Linux distros: https://github.com/rfjakob/cshatag/releases

Distro Packages

Packaging status

Compile Yourself

Needs git, Go and make.

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

Man Page