The metadata field for a file path is "name", but the format
documentation incorrectly says it is "path".
Original versions of Cumulus used "name". Commit
6c94114148c4 renamed
this to "path" (and updated the documentation), but the naming change
was later reverted in commit
03e760560aa7 (since the benefits weren't
deemed worth the potential complexity of supporting both names). This
happened between the v0.5.1 and v0.6 releases but was never in any
released code.
The naming revert updated code but forgot to revert the documentation
change. Fix that.
and those starting with 0x are intepreted as hexadecimal.
Common fields (required in all stanzas):
- path [encoded string]: Full path of the file archived. Note: In
- previous versions (<= 0.2) the name of this field was "name".
+ name [encoded string]: Full path of the file archived. Note: For
+ a brief period of time between versions 0.5.1 and 0.6 (but not
+ in any released version) this field was called "path".
user [special]: The user ID of the file, as an integer, optionally
followed by a space and the corresponding username, as an
escaped string enclosed in parentheses.