https://github.com/james-antill/mtree
tool for working with trees of metadata
https://github.com/james-antill/mtree
golang hashing merkle-tree metadata tree
Last synced: 6 months ago
JSON representation
tool for working with trees of metadata
- Host: GitHub
- URL: https://github.com/james-antill/mtree
- Owner: james-antill
- License: mit
- Created: 2016-04-29T16:18:11.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T19:46:00.000Z (over 1 year ago)
- Last Synced: 2025-04-03T02:22:09.065Z (6 months ago)
- Topics: golang, hashing, merkle-tree, metadata, tree
- Language: Go
- Homepage:
- Size: 182 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Mtree
=====Metadata trees for looking at a tree of objects as a single unit. Only
compares with the name and content, although it can store uid/gid/mtime/etc.* To install: go get github.com/james-antill/mtree
Big bugs
========No real module API atm. -- will happen soon.
misc bugs/etc.
==============Not enough tests. never?
1.2M files
don't have children slices for files
rm size/mtime for dirs?
rm err?
rm parent? - .Path() becomes annoying.metadata dir?
snap creates .gz/.xz files?
https://github.com/klauspost/compress/tree/master/zstd#zstd
save just files more for HEAD?hardlinking ... on discovery and creating them
reflinksadmin/debug sub command
show path/.mtree offsets etc.
load fileCreate/validate SHA256SUM / etc. files?
history sub command
local
remote
diffs between versionssplit cmd + package
better progress