Difference between revisions of "Configuration settings"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
==Configuration settings example== | ==Configuration settings example== | ||
− | Here is an example of a complete set of config settings for Archivematica 1.0-dev. This will run a transfer through from Approve transfer to uploadDIP and select AIP storage location. | + | Here is an example of a complete set of config settings for Archivematica 1.0-dev which can be used for scalability testing. This will run a transfer through from Approve transfer to uploadDIP and select AIP storage location. |
<pre> | <pre> | ||
<processingMCP> | <processingMCP> | ||
Line 28: | Line 28: | ||
<preconfiguredChoice> | <preconfiguredChoice> | ||
<appliesTo>Normalize</appliesTo> | <appliesTo>Normalize</appliesTo> | ||
− | <goToChain>Normalize for access</goToChain> | + | <goToChain>Normalize for preservation and access</goToChain> |
</preconfiguredChoice> | </preconfiguredChoice> | ||
<preconfiguredChoice> | <preconfiguredChoice> | ||
Line 52: | Line 52: | ||
==Other configuration options== | ==Other configuration options== | ||
+ | |||
+ | ===Normalize=== | ||
+ | *Normalize for access | ||
+ | *Normalize for preservation | ||
+ | *Do not normalize | ||
+ | |||
[[Category:Development documentation]] | [[Category:Development documentation]] |
Revision as of 16:08, 7 January 2013
Configuration settings example
Here is an example of a complete set of config settings for Archivematica 1.0-dev which can be used for scalability testing. This will run a transfer through from Approve transfer to uploadDIP and select AIP storage location.
<processingMCP> <preconfiguredChoices> <preconfiguredChoice> <appliesTo>Workflow decision - create transfer backup</appliesTo> <goToChain>Do not backup transfer</goToChain> </preconfiguredChoice> <preconfiguredChoice> <appliesTo>Workflow decision - send transfer to quarantine</appliesTo> <goToChain>Skip quarantine</goToChain> </preconfiguredChoice> <preconfiguredChoice> <appliesTo>Remove from quarantine</appliesTo> <goToChain>Unquarantine</goToChain> <delay unitCtime="yes">50</delay> </preconfiguredChoice> <preconfiguredChoice> <appliesTo>Create SIP(s)</appliesTo> <goToChain>Create single SIP and continue processing</goToChain> </preconfiguredChoice> <preconfiguredChoice> <appliesTo>Select normalization file identification tool</appliesTo> <goToChain>file extension</goToChain> </preconfiguredChoice> <preconfiguredChoice> <appliesTo>Normalize</appliesTo> <goToChain>Normalize for preservation and access</goToChain> </preconfiguredChoice> <preconfiguredChoice> <appliesTo>Approve normalization</appliesTo> <goToChain>Approve</goToChain> </preconfiguredChoice> <preconfiguredChoice> <appliesTo>Select compression algorithm</appliesTo> <goToChain>lzma</goToChain> </preconfiguredChoice> <preconfiguredChoice> <appliesTo>Select compression level</appliesTo> <goToChain>5 - normal compression mode</goToChain> </preconfiguredChoice> <preconfiguredChoice> <appliesTo>Store AIP</appliesTo> <goToChain>Store AIP</goToChain> </preconfiguredChoice> </preconfiguredChoices> </processingMCP>
Other configuration options
Normalize
- Normalize for access
- Normalize for preservation
- Do not normalize