{% extends "base.html" %} {% block head_content %} {% endblock %} {% block content %}
Reports
{% if storage_services %}
Storage Service
Start date
Storage Location
End date
{% if original_file_formats %} {% if preservation_file_formats %} {% endif %} {% if preservation_puids %} {% endif %}
Report Description Format
Storage locations List all locations in this Storage Service, including total AIPs and storage volume.
Filter by date range.
Largest AIPs
Top n largest AIPs in the Storage Service.
Filter by date range and storage location.
Largest files
Top n largest files in the Storage Service.
Filter by date range and storage location.
Filter by originals or preservation copies (in report).
File format count Number of files per format and the volume of storage each uses.
Filter by date range and storage location.
Format version count Number of files per format version (PUID) and the volume of storage each uses.
Filter by date range and storage location.
AIP contents Types of file formats in AIPs, including file count per format.
Filter by date range and storage location.
AIPs by original format
AIPs containing original files in the selected format.
Filter by storage location.
AIPs by preservation format
AIPs containing preservation copies in the selected format.
Filter by storage location.
AIPs by PUID
AIPs containing original files matching the selected PRONOM Unique Identifier (file format versions)
Filter by storage location.
AIPs by preservation copy PUID
AIPs containing preservation copies matching the selected PRONOM Unique Identifier (file format versions).
Filter by storage location.
Preservation derivatives Map original files to their preservation copy counterpart.
Filter by storage location.
Filter by AIP (in report).
User ingest log List all Archivematica ingest events, per user.
Filter by date range and storage location.
{% else %}
No data available. Run a Fetch Job to populate AIPscan with data from this Storage Service or select a different Storage Service.
{% endif %} {% else %}
Storage Service information is not yet available for reporting. Configure a Storage Service and run a Fetch Job to get started.
{% endif %} {% endblock %}