SUNScholar/Item Checksums

From Libopedia
Revision as of 15:52, 29 May 2016 by Hgibson (talk | contribs) (→‎References)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Back to Customisation

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