go-mtree
go-mtree copied to clipboard
File systems verification utility and library, in likeness of mtree(8)
From #178 by @compuroot it might be good to add description (stolen from `MTREE(8)`) in help section: ``` DESCRIPTION The mtree utility compares the file hierarchy rooted in the current...
due to a few orderings, a specDH loaded on stdin happens later than the list-keywords logic. This needs to be reworked in `cmd/gomtree/main.go`
| Tool | Description | |-------|-----------------| | **OS** |CentOS 7; Debian 10,11 | | **go-mtree** |version: gomtree :: 0.5.1-dev | ## Test case (create file with extended ACL and manifest...
https://github.com/vbatts/go-mtree/issues/145#issuecomment-351476887 `gomtree -f
ref: https://twitter.com/paultag/status/936063255948165120 @paultag > Hey @vbatts - I'm looking at using go-mtree -- is there an easy way to create a new DirectoryHierarchy in plain code (e.g. no archive or...
Spinning off from: https://github.com/vbatts/go-mtree/pull/110#issuecomment-272883882 If particular xattrs are set, then they ought to be compared, but when expecting only certain xattrs and finding more than expected (like .security, .caps, .acls,...
```bash $ uname -a OpenBSD puffy.attlocal.net 6.0 GENERIC.MP#0 amd64 $ go version go version go1.7.3 openbsd/amd64 ``` xref #105 ``` === RUN TestTarCompare --- FAIL: TestTarCompare (0.07s) compare_test.go:449: FAILURE: diff[0]...
From `mtree(8)`: ``` -e Do not complain about files that are in the file hierarchy, but not in the specification. ``` I think this would be useful for when we...
This came up in #48 because implementing generic comparisons means we have to come to terms with the limitations of certain spec generators. In particular, because most tar archives don't...