EPrints 2.3 Documentation - rehash_documents command |
rehash_documents - Regenerate all the hashes of all documents in the repository.
rehash_documents repository_id [options] [documentid]
This command regenerates the hash values for all documents. This will, by default, create an MD5 hash of all the files in the document in alphabetic order of their path. This value is then stored as a string of hexidecimal characters in the metadata for the document.
This value is automatically re-calculated if more files are uploaded or any files are removed.
It is useful as a quick reliable way of seeing if the document contents has changed. If you generate other formats of a document on-the-fly the MD5 can be useful as part of caching, or you may wish to pass the hashes to a third party to allow you to later verify that an item was in the repository since a given date.
The ID of the eprint repository to rehash the documents of.
Print a brief help message and exit.
Print the full manual page and then exit.
Be vewwy vewwy quiet. This option will supress all output unless an error occurs.
Explain in detail what is going on. May be repeated for greater effect.
Output version information and exit.
EPrints 2.3 Documentation - rehash_documents command |