X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=format.txt;h=54d9f8cd6020d9900b77c715bd728e6ddaf27ad2;hb=1048a6510710acb5bef352d0acb2dd13ecce0e01;hp=590116d8734b5a881d3ebb7c92f2b5a1c75478cd;hpb=6c532fe12d50ae9b1480ba93e668c042bf36eb63;p=cumulus.git diff --git a/format.txt b/format.txt index 590116d..54d9f8c 100644 --- a/format.txt +++ b/format.txt @@ -186,6 +186,20 @@ Common fields (required in all stanzas): s socket mtime [integer]: Modification time of the file. +Optional common fields: + links [integer]: Number of hard links to this file, generally only + reported if greater than 1. + inode [string]: String specifying the inode number of this file when + it was dumped. If "links" is greater than 1, then searching for + other files that have an identical "inode" value can be used to + determine which files should be hard-linked together when + restoring. The inode field should be treated as an opaque + string and compared for equality as such; an implementation may + choose whatever representation is convenient. The format + produced by the standard tool is // (where + and specify the device of the containing + filesystem and is the inode number of the file). + Special fields used for regular files: checksum [string]: Checksum of the file contents. size [integer]: Size of the file, in bytes.