Mtree
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |name=mtree |formattype=electronic |subcat=Metadata }} mtree is a format associated with the <code>mtree</code> utility from BSD Unix. It is a text format, co...") |
m (Updated a link) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 4: | Line 4: | ||
|subcat=Metadata | |subcat=Metadata | ||
}} | }} | ||
− | + | {{DISPLAYTITLE:mtree}} | |
+ | '''mtree''' is a format associated with the <code>mtree</code> utility from BSD Unix. It is a text format, containing a list of file names and attributes (sizes, timestamps, permissions, checksums, etc.). It is typically used to verify that files are in the expected state. | ||
== Identification == | == Identification == | ||
Line 13: | Line 14: | ||
== Software == | == Software == | ||
− | * [ | + | * [https://github.com/archiecobbs/mtree-port mtree-port] |
* [http://www.libarchive.org/ libarchive] | * [http://www.libarchive.org/ libarchive] | ||
== Links == | == Links == | ||
* [http://www.openbsd.org/cgi-bin/man.cgi?query=mtree&manpath=OpenBSD%20Current&sektion=8&format=html mtree command man page] | * [http://www.openbsd.org/cgi-bin/man.cgi?query=mtree&manpath=OpenBSD%20Current&sektion=8&format=html mtree command man page] | ||
+ | |||
+ | [[Category:Archiving]] |
Latest revision as of 14:10, 18 October 2015
mtree is a format associated with the mtree
utility from BSD Unix. It is a text format, containing a list of file names and attributes (sizes, timestamps, permissions, checksums, etc.). It is typically used to verify that files are in the expected state.
Contents[hide] |
[edit] Identification
Files begin with ASCII characters "#mtree
".