Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
python -m aips.create_dip \
--ss-url http://archivematica-storage-service:8000 \
--ss-user test --ss-api-key test \
--dip-type avalon-manifest \
--output-dir /tmp \
--aip-uuid 1f160dff-1883-4089-9db0-1551b5842f2b



Pre-Avalon Script


Automation-tools will send DIPs created from ingested Archival assets to a folder using the create_avalon_dip.sh script, as described above. Contents of that folder should be configured to have a script (or multiple scripts) that perform the following actions:

  • Unzips DIP object
  • Appends UUID to Manifest file
  • Identifies Collection folder by transfer name
  • Moves DIP object into Collection folder for further processing

Extract from ZIP

Extract the contents from its zipped carrier. Archivematica’s automation-tools DIP creator will copy files from an AIP and transport them in a ZIP format to a folder, where it can be unzipped and processed.

...

These actions can be configured to run at regular intervals using cron or a similar service, or the scripts can be set off manually by a user when ready to perform these actions.

DIP Structure


The created DIP will have the following structure:

...