Difference between revisions of "SUNScholar/Item Checksums"
Jump to navigation
Jump to search
m |
m (→Configuration) |
||
| Line 9: | Line 9: | ||
Edit the following file: | Edit the following file: | ||
nano $HOME/{{Source}}/dspace/config/dspace.cfg | nano $HOME/{{Source}}/dspace/config/dspace.cfg | ||
| + | Search for <tt>'''checker.retention'''</tt> and modify accordingly. | ||
| + | |||
| + | See example below. | ||
| + | <pre> | ||
| + | #### Checksum Checker Settings #### | ||
| + | # Default dispatcher in case none specified | ||
| + | plugin.single.org.dspace.checker.BitstreamDispatcher=org.dspace.checker.SimpleDispatcher | ||
| + | |||
| + | # check history retention | ||
| + | checker.retention.default=1y | ||
| + | checker.retention.CHECKSUM_MATCH=2w | ||
| + | </pre> | ||
==Tips== | ==Tips== | ||
Revision as of 14:22, 3 June 2015
Back to Customisation
Contents
Introduction
Ensuring checksums for digital objects is an important part of digital curation.
Configuration
Edit the following file:
nano $HOME/source/dspace/config/dspace.cfg
Search for checker.retention and modify accordingly.
See example below.
#### Checksum Checker Settings #### # Default dispatcher in case none specified plugin.single.org.dspace.checker.BitstreamDispatcher=org.dspace.checker.SimpleDispatcher # check history retention checker.retention.default=1y checker.retention.CHECKSUM_MATCH=2w
Tips
References
- https://wiki.duraspace.org/display/DSDOC5x/Configuration+Reference#ConfigurationReference-ChecksumCheckerSettings
- https://wiki.duraspace.org/display/DSDOC5x/Validating+CheckSums+of+Bitstreams
- https://wiki.duraspace.org/display/DSDOC4x/Configuration+Reference#ConfigurationReference-ChecksumCheckerSettings
- https://wiki.duraspace.org/display/DSDOC4x/Validating+CheckSums+of+Bitstreams