yareta:job-parameters
Table of Contents
This is an old revision of the document!
Preservation Job Parameters
Job Type
- ARCHIVE_CHECK ⇒ Run the archive check on all archives
- ARCHIVE_PRELOAD_BIG ⇒ Preload the archives bigger than 4GB to prepare DIP
- ARCHIVE_PRELOAD_SMALL ⇒ Preload the archives smaller than 4GB to prepare DIP
- CHECK_COMPLIANCE_LEVEL ⇒ coming soon
- CLEAN_SUBMISSION ⇒ Purge deposits & SIP when archives are completed and replicated based on submission policy
- SIMPLE_CLEAN_SUBMISSION ⇒ Purge deposits & SIP when archives are completed without checking replication based on submission policy
- DISPOSAL ⇒ Trigger the disposal process
- FIXITY ⇒ Run the fixity check for all archives
- METADATA_MIGRATION ⇒ Metadata Version Upgrade
- PURGE_ORDER ⇒ Purge order data when order completed
- PURGE_SUBMISSION_TEMP_FILES ⇒ Purge temporary files of submission process
- REINDEX ⇒ Re-index all archives on main storage
- REINDEX_ALL ⇒ Re-index all archives on all storages
- RELOAD ⇒ Reload all archives from the storage
- RELOAD_INGEST ⇒ Reload all SIP & deposits from the archives
- REPLICATION ⇒ Run the replication process on different storage nodes
- REPLICATION_CHECK ⇒ Run the replication check on all archives
Job Recurrence
- ONCE ⇒ Once
- DAILY ⇒ Daily
- MONTHLY ⇒ Monthly
- WEEKLY ⇒ Weekly
- YEARLY ⇒ Yearly
Enabled/Disabled Job
Enable or disable the preservation job.
Maximun Items
- 0 ⇒ No limit
- <number> ⇒ The job runs until it has been processed number items.
Job Parameters
The format of job parameters is
param1=value1¶m2=value2&...¶mN=valueN
Examples (not exhaustive list):
- To filter on metadata version:
info.metadataVersion=<value>
- To filter on org. unit:
info.organizationalUnitId=<value>
- To filter on archive size:
archiveSize=<value>
- To filter on archive unit:
archivalUnit=true
- To filter on archive size up to 1GB:
archiveSize=1073741824
- To sort by last archiving:
sort=lastArchiving,asc
- To sort by last modification:
sort=lastUpdate.when,asc
- To sort by size:
sort=archiveSize,asc
- To sort by file number:
sort=archiveFileNumber,asc
- To sort by last fixity check:
sort=checksumCheck.checkDate,asc
- To mix several criterion:
archiveSize=1073741824&sort=lastArchiving,asc
- Etc…
yareta/job-parameters.1755263817.txt.gz · Last modified: by Hugues Cazeaux