Skip to content
Snippets Groups Projects
Commit fe47397c authored by Gerhard Gonter's avatar Gerhard Gonter :speech_balloon:
Browse files

updated pod section

parent 4f30ae10
Branches
No related tags found
No related merge requests found
...@@ -11,16 +11,30 @@ ...@@ -11,16 +11,30 @@
options: options:
* -p <project-name> * -p <project-name>
* -s <store-name> * -s <store-name>
* --verify ... verify/create TOC structures * --verify ... verify/create TOC structures (not for MongoDB)
* --fileinfo ... refresh file info * --fileinfo ... refresh file info
* --lookup ... lookup for hashes given as parameters * --lookup ... lookup for hashes given as parameters
* -D ... increase debug level * -D ... increase debug level
=head1 DESCRIPTION =head1 DESCRIPTION
Updates the _catalog file using md5cat scripts and registers the files in Updates a file catalog using md5cat library methods and registers the
the project's object registry. The environment variable TABASE must point files in the project's object registry. The environment variable TABASE
to the directory where the object registry's configuration is stored. must point to the directory where the object registry's configuration
is stored.
=head1 BACKENDS
Currently two backends are available and mostly supported. The older
filesystem based TA::Hasher was more or less replaced by MongoDB.
=head2 MongoDB
The object registry is stored in a MongoDB.
=head2 TA::Hasher
Filesystem based storage backend for object information in JSON format
=cut =cut
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment