Difference between revisions of "Bag ingest"

From Archivematica
Jump to navigation Jump to search
(Created page with 'Bag ingest Category: Development documentation')
 
Line 1: Line 1:
Bag ingest
+
[[Main Page]] > [[Development]] > [[:Category:Development documentation|Development documentation]] > Bag ingest
 +
 
 +
Archivematica should be able to accept 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 but instead will be replaced during the prepareAIP micro-service.
 +
 
 +
Workflow:
 +
 
  
  
 
[[Category: Development documentation]]
 
[[Category: Development documentation]]

Revision as of 12:30, 16 March 2012

Main Page > Development > Development documentation > Bag ingest

Archivematica should be able to accept 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 but instead will be replaced during the prepareAIP micro-service.

Workflow: