mirror of
https://github.com/vbatts/go-mtree.git
synced 2024-11-22 00:15:39 +00:00
File systems verification utility and library, in likeness of mtree(8)
Vincent Batts
211687bcc4
Initially only on linux platform, but could accommodate BSDs as well. The keyword is rather a prefix of the key. So xattr keyword will have a prefix of "xattr." followed by a suffix of its namespace and name. The value stored in the manifest is the SHA1 digest of the extended attribute's data. Signed-off-by: Vincent Batts <vbatts@hashbangbash.com> |
||
---|---|---|
cmd/gomtree | ||
testdata | ||
xattr | ||
check.go | ||
cksum.go | ||
cksum_test.go | ||
hierarchy.go | ||
keywords.go | ||
keywords_linux.go | ||
keywords_unsupported.go | ||
LICENSE | ||
mtree_test.go | ||
parse.go | ||
walk.go | ||
walk_test.go |