Versions Compared

Key

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

...

The automation tools leverage the Archivematica API capabilities to perform tasks during or after Archivematica has performed preservation processing services. To create a DIP from the AIP without modifying the original contents, the Automation Tools should be configured to create a DIP after the AIP has been stored, pulling from the Archivematica Storage Service.


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:

...