Difference between revisions of "Minimum Preservation Tool"

From COPTR
Jump to navigation Jump to search
(Created page with "<!-- Use the structure provided in this template, do not change it! --> {{Infobox_tool |purpose=The Minimum Preservation Tool can be used to create an interim preservation st...")
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<!-- Use the structure provided in this template, do not change it! -->
+
{{Infobox tool
 
+
|image=MPT_horizontal_no_logo.png
{{Infobox_tool
+
|purpose=The Minimum Preservation Tool (MPT) can be used to create an interim preservation storage environment for files awaiting preservation in a longer term repository solution. It supports checksum generation, fixity checking, and replication across two or more storage nodes.
|purpose=The Minimum Preservation Tool can be used to create an interim preservation storage environment for files awaiting preservation in a longer term repository solution. It supports checksum generation, fixity checking, and replication across two or more storage nodes.
 
|image=[[File:MPT_horizontal_no_logo]].png
 
 
|homepage=https://github.com/britishlibrary/mpt
 
|homepage=https://github.com/britishlibrary/mpt
 
|license=http://www.apache.org/licenses/LICENSE-2.0
 
|license=http://www.apache.org/licenses/LICENSE-2.0
|platforms=
+
|function=Fixity, Preservation System
 
}}
 
}}
<!-- Note that to use the image field, you should leave the value as {{PAGENAMEE}}.png (or similar) and upload a copy of the image. Hot-linking is not supported. If you don't want an image, just remove that line. -->
+
{{Infobox tool details}}
 
 
 
 
[[Category:Fixity]] [[Category:Preservation System]]
 
 
 
 
 
 
 
<!-- Add relevant categories to describe the content type that the tool addresses, such as:
 
[[Category:Audio]] or [[Category:Document]] or [[Category:Research Data]]
 
Choose carefully, and view the list of existing categories first (see the Navigation sidebar on the left). If the tool works on any content type, do not add a category. -->
 
 
 
 
 
 
== Description ==
 
== Description ==
 
The MPT was designed to make use of existing network storage and compute resources available at most institutions. It is intended to provide greater protection to digital content than a standard network storage offering. The key differences between an MPT solution and standard network storage are replication of content across two or more storage “nodes” and regular fixity checking (checksum validation) of all files on all nodes to help ensure content remains authentic and unchanged.  
 
The MPT was designed to make use of existing network storage and compute resources available at most institutions. It is intended to provide greater protection to digital content than a standard network storage offering. The key differences between an MPT solution and standard network storage are replication of content across two or more storage “nodes” and regular fixity checking (checksum validation) of all files on all nodes to help ensure content remains authentic and unchanged.  
Line 27: Line 14:
  
 
== Development Activity ==
 
== Development Activity ==
https://github.com/britishlibrary/mpt
+
https://github.com/britishlibrary/mpt - Main site
 +
 
 +
https://github.com/anjackson/mpt/releases/tag/v1.1.6-UI - Experimental MPT user interface from @anjacks0n
 +
 
 
<!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. -->
 
<!-- Provide *evidence* of development activity of the tool. For example, RSS feeds for code issues or commits. -->
 
<!-- Add the OpenHub.com ID for the tool, if known. -->
 
<!-- Add the OpenHub.com ID for the tool, if known. -->
{{Infobox_tool_details
 
|releases_rss=
 
|issues_rss=
 
|mailing_lists=
 
|ohloh_id=
 
}}
 

Revision as of 19:44, 11 May 2021




Minimum Preservation Tool
The Minimum Preservation Tool (MPT) can be used to create an interim preservation storage environment for files awaiting preservation in a longer term repository solution. It supports checksum generation, fixity checking, and replication across two or more storage nodes.
Homepage:https://github.com/britishlibrary/mpt
License:http://www.apache.org/licenses/LICENSE-2.0
Function:Fixity,Preservation System




Description

The MPT was designed to make use of existing network storage and compute resources available at most institutions. It is intended to provide greater protection to digital content than a standard network storage offering. The key differences between an MPT solution and standard network storage are replication of content across two or more storage “nodes” and regular fixity checking (checksum validation) of all files on all nodes to help ensure content remains authentic and unchanged.

User Experiences

Introduction to the MPT https://www.dpconline.org/blog/minimum-preservation-tool-mpt

Development Activity

https://github.com/britishlibrary/mpt - Main site

https://github.com/anjackson/mpt/releases/tag/v1.1.6-UI - Experimental MPT user interface from @anjacks0n