Difference between revisions of "Bag ingest"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
[[Main Page]] > [[Development]] > [[:Category:Development documentation|Development documentation]] > Bag ingest | [[Main Page]] > [[Development]] > [[:Category:Development documentation|Development documentation]] > Bag ingest | ||
− | Archivematica | + | ==Feature description== |
+ | Archivematica accepts transfers packaged in accordance with the Bagit specification. | ||
− | Requirements | + | ==Requirements== |
*All standard Bagit checks are run: verifyvalid, checkpayloadoxum, verifycomplete, verifypayloadmanifests, verifytagmanifests. | *All standard Bagit checks are run: verifyvalid, checkpayloadoxum, verifycomplete, verifypayloadmanifests, verifytagmanifests. | ||
*The BagIt checks should generate log files that will be added to the ''Logs'' directory of the transfer. | *The BagIt checks should generate log files that will be added to the ''Logs'' directory of the transfer. | ||
Line 9: | Line 10: | ||
*No new PREMIS events are required. The BagIt checks will be recorded as a fixity check in PREMIS. | *No new PREMIS events are required. The BagIt checks will be recorded as a fixity check in PREMIS. | ||
− | Workflow: | + | ==Workflow== |
+ | In this workflow diagram, the white ovals are manual steps and the grey ovals are automated steps. | ||
+ | [[File:BagIt.png|680px|thumb|center|]] | ||
[[Category: Development documentation]] | [[Category: Development documentation]] |
Revision as of 12:17, 16 March 2012
Main Page > Development > Development documentation > Bag ingest
Feature description
Archivematica accepts transfers packaged in accordance with the Bagit specification.
Requirements
- All standard Bagit checks are run: verifyvalid, checkpayloadoxum, verifycomplete, verifypayloadmanifests, verifytagmanifests.
- The BagIt checks should generate log files that will be added to the Logs directory of the transfer.
- The incoming BagIt structure will not be maintained.
- No new PREMIS events are required. The BagIt checks will be recorded as a fixity check in PREMIS.
Workflow
In this workflow diagram, the white ovals are manual steps and the grey ovals are automated steps.