diff options
author | Vincent Batts <vbatts@hashbangbash.com> | 2018-11-09 23:06:13 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-11-09 23:06:13 +0700 |
commit | 6f182c523aa82dfa96edb2e9e4db65a9959c1223 (patch) | |
tree | 8854d9502b76e70e3df2cc62e42a90a3e6a38e48 /system/go-mtree/README | |
parent | 544c6fd412efbe63d038ac4781e1e9ed4ed7687e (diff) |
system/go-mtree: Added (passive filesystem verification).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/go-mtree/README')
-rw-r--r-- | system/go-mtree/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/system/go-mtree/README b/system/go-mtree/README new file mode 100644 index 000000000000..0b22f417b074 --- /dev/null +++ b/system/go-mtree/README @@ -0,0 +1,8 @@ +go-mtree provides the `gomtree` utility that is in likeness to +BSD mtree(3) support for Linux features like xattrs. Providing +passive filesystem vaildation and even ability to restore mode, +mtimes and xattrs from a manifest. +Tar archives can be used to generate an mtree manifest, and +then validate the files present on a filesystem, or vice versa. + +See /usr/doc/go-mtree-*/README.md for examples. |