#directory #file-hashing #file-integrity #folder-hashing #filesystem-integirty #filesystem-hashing

已撤回 Fasching

通过包含指定目录中所有文件哈希的“快照”跟踪文件系统完整性

2个版本

0.2.3 2024年4月4日
0.2.2 2024年3月30日
0.1.19 2024年3月25日

#1038 in #directory

Download history 2/week @ 2024-04-13 18/week @ 2024-07-27

1,274 每月下载量

MIT 许可证

23KB
563 代码行

Fasching

通过包含指定目录中所有文件哈希的“快照”跟踪文件系统完整性。

Create Snapshots    
Compare Snapshots

备注

It is good practice to exclude tmp directories, mail spools, log directories, proc filesystems,
user's home directories, web content directories, anything that changes regularly.
It is also good practice to include all system binaries, libraries, include files, system source files.
It is advisable to also include directories you don't often look in such as /dev, or /usr/man/.
Of course you'll want to include as many files as practical, but think about what you include.

开发和协作

请随意提交一个pull request,在提交之前请运行以下命令!

echo "Run clippy"; cargo clippy -- -D clippy::all
echo "Format source code"; cargo fmt -- --check

依赖项

~5–14MB
~162K SLoC