What's in Your Bag?

Total Page:16

File Type:pdf, Size:1020Kb

What's in Your Bag? What’s in your bag? Practical tools and strategies for scalable digital preservation Adriane Hanson Brandon Pieczko Iva Dimitrova Mary Willoughby October 25, 2018 UGA Organizational Context ● Five departments with content ● Collaborated since 2014 ○ media archives ● 1.5 PB content ○ political archives ○ manuscript/university archives ● Wide variety of formats ○ map and government docs ● Workflow to create AIPs ○ digital library ● In-house preservation storage ● Ten staff do digital preservation ● Set of policies ● Library has IT and a developer ● Digital preservation is priority How We Might Apply to You ● Most departments have less than 1 FTE for digital preservation ● Collaboration between departments like collaboration between institutions ● Other than storage, all tools we use are free ● Other than storage, nothing we did required developer expertise ● Scripts require minimal programmer expertise but don't have to use them Policy Development Digital Preservation ≠Technology (only) Problem Standards and Assessments Why it's worth it Making the most of them: ● Distill current research ● One part at a time ● Ba s is for m a king decis ions ● Choose option closest to compliance ● Framework for program ● Sta rt with likely ris ks ● Measure progress Implementing New Things ● Identify criteria for evaluating options ○ Standards ○ User needs ○ Staff needs ● Test against criteria, with real data ● Learn as you go ● Documentation Collaboration ● Who is at the table ● Agility: subgroups, "sprints" ● Project management software Prioritizing Digital Content for Preservation ● Issues to consider: ○ Appraisal is still important ○ Multiple levels of digital preservation with corresponding actions Source: Northwestern University Libraries, Digital Preservation Policy https://www.library.northwestern.edu/about/administration/policies/digital-preservation-policy.html Prioritizing Digital Content for Preservation ● Other considerations: ○ Uniqueness ○ Rights ○ Accessibility ● Our approach (Russell Library): ○ born-digital + deed of gift + appraised + processed -> ARCHive ○ other digital records -> SAN storage and/or LTO tape AIP Creation Concerns ● Level at which to create Archival Information Packages ● Issues to consider: ○ Level of description for digital records within the finding aid ○ How the files will be made accessible to researchers (as Dissemination Information Packages) ○ Size, quantity, and diversity of file formats in the AIP ○ Version control ● Our approach: DIPs = AIPs (usually) AIP Creation Concerns Unique identifier = repository id + collection number + er + ###### Example: rbrl-432-er-000001 AIP Creation Concerns Aeon requests (unique identifier = “barcode”) AIP Creation Concerns AIP identifiers in the ARCHive Validating Fixity of Stored Digital Objects ● Validating fixity -> preserves authenticity ● Validate early and validate often ○ Generate checksums during accessioning and store them with content ○ Validate on a regular basis, especially when copying files between storage environments (Robocopy, TeraCopy, rsync, etc.) ● Strategies for checksum validation ○ Fun with spreadsheets! Validating Fixity of Stored Digital Objects ● Spreadsheet method for validating fixity ○ Original checksums from manifest vs. current checksums Validating Fixity of Stored Digital Objects Validating Fixity of Stored Digital Objects ● Other (better) strategies for checksum validation: ○ Dedicated fixity checking software (e.g. Fixity) ○ “Buy into the beauty of bags” (BagIt File Packaging Format) ■ For real, they will make your life much easier (well, at least your fixity checking). Preservation metadata: putting the pieces together A lot of pieces of useful Strategic selection of required Interfacing with digipres system (but not necessarily information for preservation & required) information decision about how to structure data aip-id collection-id format(s) aip size 3 types of metadata 1. technical metadata a. format(s) master.xml b. format note (extra format info) c. file size / aip size d. fixity 1. rights metadata a. copyright b. access / restrictions c. provenance 1. system metadata a. title b. aip-id c. collection -id d. version # Choosing a metadata standard PREMIS Dublin Core (Preservation Metadata: Implementation Strategies) - widely used and has active - simpler than PREMIS development/support - includes a title tag (PREMIS does not) - good balance of required vs. - used for rights metadata optional fields - URI links to online rights statement - extensible http://rightsstatements.org/en/ Technical metadata extraction FITS (File Identification Tool Set) MediaInfo ● robust format ID (11 tools) ● great for AV items ● tools are configurable (turn on/off) ● XML output ● XML output ● tags for video & audio streams; includes codec info ● PRONOM-based ● cons: ● cons: 1 tool can misidentify a file format ○ one XML for each file (no internal checks) ○ open-source ○ inconsistent order of XML tags Tools + Automation You can use & modify our stylesheets! Available on GitHub @ uga-libraries Testing metadata validity XML Schema Definition (XSD) "I said, 'Do you speak my language?' He just smiled and gave me a vegemite sandwich." The XML Schema Definition specifies: - expected hierarchy of XML elements - max/min number of fields to expect - type of data to expect in each field (e.g number, string) - combination of characters to look for (regexes), etc. BagIt Specification Packages files for transfer and storage ● Allows repositories to check completeness and fixity ● Platform independent ● Widely implemented ● Tools in many different languages including Python, Java, and Perl A look inside... In the base directory of the Bag is the data folder that contains the payload as well as text files describing the contents of the bag and the bag itself. A look inside... bagit.txt (required tag file) A look inside... manifest-md5.txt (required tag file) A look inside... bag-info.txt (common tag file) Tools: Bagger Tools: bagit - python Tools: bagit - python + scripting bag_and_validate_all_folders.cmd @ ECHO OFF ECHO Please close the Explorer window you launched this from timeout /t -1 FOR /D %%g IN ("*") DO python bagit.py %%g && python bagit.py --validate %%g && rename "%%g" "%%g_bag" Pause Uses for Bags Is it important? Do you need to keep it? Put it in a Bag. ● Any time you have a set of files destined for a preservation workflow. ● When files are ready for preservation storage. ● When transferring files to partners. ● Work with partners/donors to have them use Bags for transferring files. Bags in ARCHive How are UGA Libraries using bags in ARCHive? ● Mandated as part of our ARCHive AIP definition ● Created with scripting, but our methods vary by department ○ Mac/Linux using Python and Bash scripting ○ Windows batch scripting ● Serialized for ingest into ARCHive using tar for hardware efficiency ● Compressed for more efficient transfer using BZip Storage A lot of good options, but know their limitations: ● External hard drives ● RAID (Redundant Array of Independent Disks) ● LTFS (Linear Tape File System) ● Cloud Storage Storage Don’t put all of your eggs in one basket! ● Redundancy ○ Multiple copies of data on different kinds of media ● Geographic dispersal ○ Store copies in different locations ● Monitor ○ Check for errors ○ Store media in a controlled environment ○ Plan migrations to manage obsolescence Thank you! What questions do you have? Contact us: Adriane: [email protected] Brandon: [email protected] Iva: [email protected] Mary: [email protected] (CC BY-NC-SA 2.0) https://www.flickr.com/photos/bensheldon/2686058366/ Additional Information BagIt. (n.d.). In Wikipedia. Retrieved October 20, 2018, from https://en.wikipedia.org/wiki/BagIt Kunze, J., Littman, J., Madden, E., Scancella, J., & Adams, C. (2018, September 17). The BagIt file packaging format (V1.0) [IETF Internet-Draft]. Retrieved from https://tools.ietf.org/html/draft-kunze-bagit-17 Digital Library of Georgia AIP Scripts: https://github.com/mkwzzz/AIPscripts_DLG UGA Libraries AIP Scripts: https://github.com/uga-libraries UGA Libraries Digital Preservation Workflow Handout: https://bit.ly/SGA2019Session2A.
Recommended publications
  • Recommended Formats Statement 2019-2020
    Library of Congress Recommended Formats Statement 2019-2020 For online version, see https://www.loc.gov/preservation/resources/rfs/index.html Introduction to the 2019-2020 revision ....................................................................... 2 I. Textual Works and Musical Compositions ............................................................ 4 i. Textual Works – Print .................................................................................................... 4 ii. Textual Works – Digital ................................................................................................ 6 iii. Textual Works – Electronic serials .............................................................................. 8 iv. Digital Musical Compositions (score-based representations) .................................. 11 II. Still Image Works ............................................................................................... 13 i. Photographs – Print .................................................................................................... 13 ii. Photographs – Digital ................................................................................................. 14 iii. Other Graphic Images – Print .................................................................................... 15 iv. Other Graphic Images – Digital ................................................................................. 16 v. Microforms ................................................................................................................
    [Show full text]
  • A Statistical Report on State Archives and Records Management Programs in the United States
    THE STATE OF STATE RECORDS A Statistical Report on State Archives and Records Management Programs in the United States 2021 EDITION BASED ON FY2020 SURVEY JULY 2021 RECENT REPORTS AND PUBLICATIONS FROM THE COUNCIL OF STATE ARCHIVISTS These and other publications may be found at the CoSA website, https://www.statearchivists.org/ SERI Digital Best Practices Series Number 2: Developing Managing Electronic Communications in Government. 2019 Successful Electronic Records Grants Projects. May 2021 When is Information Misinformation? 2019. MoVE-IT: Modeling Viable Electronic Information Transfers. A collaborative publication of CoSA, the Chief Officers of State February 2021 Library Agencies (COSLA), and the National Association of The Modeling Viable Electronic Information Transfers (MoVE-IT) Secretaries of State (NASS), this handy infographic highlights project builds upon work surveying state and territorial archives common pitfalls for online users and offers five tips for regarding the efficacy of their electronic records management avoiding them. and digital preservation programs. This report analyzes seven electronic records transfer projects with regard to the elements State Archiving in the Digital Era: A Playbook for the that challenged them and, ultimately, made them successes. Preservation of Electronic Records. OctOber 2018 Published with support from Preservica and AVP. Developed by CoSA and the National Association of State Chief Information Officers, the playbook presents eleven “plays” Public Records and Remote Work: Advice for State to help state leaders think about the best ways to preserve Governments. SepteMber 2020 archives in the digital era. This report was supported in part by Social Media as State Public Records: A Collections Practices a National Leadership Grant from the Institute of Museum and Scan.
    [Show full text]
  • Bagit File Packaging Format (V0.97) Draft-Kunze-Bagit-07.Txt
    Network Working Group A. Boyko Internet-Draft Expires: October 4, 2012 J. Kunze California Digital Library J. Littman L. Madden Library of Congress B. Vargas April 2, 2012 The BagIt File Packaging Format (V0.97) draft-kunze-bagit-07.txt Abstract This document specifies BagIt, a hierarchical file packaging format for storage and transfer of arbitrary digital content. A "bag" has just enough structure to enclose descriptive "tags" and a "payload" but does not require knowledge of the payload's internal semantics. This BagIt format should be suitable for disk-based or network-based storage and transfer. Status of this Memo This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79. Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet- Drafts is at http://datatracker.ietf.org/drafts/current/. Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress." This Internet-Draft will expire on October 4, 2012. Copyright Notice Copyright (c) 2012 IETF Trust and the persons identified as the document authors. All rights reserved. This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (http://trustee.ietf.org/license-info) in effect on the date of Boyko, et al.
    [Show full text]
  • (Arcp) URI Scheme
    The Archive and Package (arcp) URI scheme 1st Stian Soiland-Reyes 2nd Marcos C´aceres School of Computer Science Mozilla Corporation The University of Manchester Melbourne, Australia Manchester, UK https://marcosc.com/ https://orcid.org/0000-0001-9842-9718 Abstract—The arcp URI scheme is introduced for location- downloaded application manifest together with relative links, independent identifiers to consume or reference hypermedia and while also allowing a web application to work offline. linked data resources bundled inside a file archive, as well as to resolve archived resources within programmatic frameworks II. THE ARCHIVE AND PACKAGE (ARCP) URI SCHEME for Research Objects. The Research Object for this article is available at http://s11.no/2018/arcp.html#ro Inspired by the app URL scheme we defined the Index Terms—Uniform resource locators, Semantic Web, Per- Archive and Package (arcp) URI scheme [10], an IETF sistent identifiers, Identity management systems, Data com- pression, Hypertext systems, Distributed information systems, Internet-Draft which specifies how to mint URIs to reference Content-based retrieval resources within any archive or package, independent of archive format or location. I. BACKGROUND The primary use case for arcp is for consuming applications, which may receive an archive through various ways, like file Archive formats like BagIt [1] have been recognized as upload from a web browser or by reference to a dataset in a important for preservation and transferring of datasets and repository like Zenodo or FigShare. In order to parse Linked other digital resources [2]. More specific examples include Data resources (say to expose them for SPARQL queries), they COMBINE archives [3] for systems biology, CDF [4] for will need to generate a base URL for the root of the archive.
    [Show full text]
  • Environmental Modelling & Software
    Environmental Modelling and Software 111 (2019) 121–133 Contents lists available at ScienceDirect Environmental Modelling & Software journal homepage: www.elsevier.com/locate/envsoft Development of a participatory Green Infrastructure design, visualization T and evaluation system in a cloud supported jupyter notebook computing environment ! Lorne Leonarda, , Brian Milesb, Bardia Heidaric, Laurence Lind, Anthony M. Castronovae, f g d h Barbara Minsker , Jong Lee , Charles Scaife , Lawrence E. Band a Department of Civil and Environmental Engineering, Institutes of Energy and the Environment, The Pennsylvania State University, University Park, PA 16802, USA b Brian Miles, CGI Group Inc., Lafayette, LA, USA c Department of Civil and Environmental Engineering, University of Illinois at Urbana Champaign, Urbana, IL, USA d Department of Environmental Sciences, University of Virginia, Virginia, USA e Consortium for the Advancement of Hydrological Science, Cambridge, MA, USA f Department of Civil and Environmental Engineering, Southern Methodist University, Dallas, TX, USA g National Center for Supercomputing Applications, The University of Illinois Champaign, Urbana, IL USA h Department of Environmental Sciences, Department of Engineering Systems and Environment, University of Virginia, Virginia, USA T ABSTRACT Land use planners, landscape architects, and water resource managers are using Green Infrastructure (GI) designs in urban environments to promote ecosystem services including mitigation of storm water ! ooding and water quality degradation. An expanded set of urban sustainability goals also includes increasing carbon sequestration, songbird habitat, reducing urban heat island e"ects, and improvement of landscape aesthetics. GI is conceptualized to improve water and ecosystem quality by reducing storm water runo " at the source, but when properly designed, may also bene#t these expanded goals.
    [Show full text]
  • Guidance for Digital Preservation Workflows Authors: Kevin Bolton, Jan Whalen and Rachel Bolton (Kevinjbolton Ltd)
    Guidance for Digital Preservation Workflows Authors: Kevin Bolton, Jan Whalen and Rachel Bolton (Kevinjbolton Ltd) This publication is licensed under the Open Government Licence v3.0 except where otherwise stated. To view this licence, visit http://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/ Any enquiries regarding this publication should be sent to: [email protected]. 1 Introduction The guidance was commissioned by the Archive Sector Development department (ASD) of The National Archives (TNA). It aims to support archives in the United Kingdom to move into active digital preservation work by providing those who work with archives: Practical examples of workflows for managing born digital content, that you can change and use in your own organisation. Actions for how to process and preserve born digital content, including using free software. In this guidance, a workflow is a number of connected steps that need to be followed from start to finish in order to complete a process. You do not need a significant level of digital preservation knowledge in order to follow the guidance. Certain terminology is explained in the glossary. In the guidance we refer to “digital content” or “content” – this is what we hope to preserve. Digital preservation literature often calls this “digital objects”. The guidance will show you which steps are “Essential” and you may prefer to follow these steps only. It is better to do something, rather than nothing! We are not promoting a ‘one size fits all’ approach and expect archives to use and adapt the guidance depending on the needs of their organisation.
    [Show full text]
  • Proceedings of the DLM Forum - 7Th Triennial Conference Making the Information Governance Landscape in Europe 10-14 November 2014 - Lisbon, Portugal
    FOUNDATION Proceedings of the DLM Forum - 7th Triennial Conference Making the information governance landscape in Europe 10-14 November 2014 - Lisbon, Portugal Editors: José Borbinha, Zoltán Szatucsek, Seamus Ross Blank page DLM Forum 2014– 7th Triennial Conference on Information Governance Copyright 2014 Biblioteca Nacional de Portugal Biblioteca Nacional de Portugal Campo Grande, 83 1749-081 Lisboa Portugal Cover Design: João Edmundo ISBN - 978-972-565-541-2 PURL - http://purl.pt/26107 Blank page CONFERENCE ORGANIZATION Chairs José Borbinha - IST / INESC-ID (Local chair) Seamus Ross – University of Toronto (Scientific Committee chair) Zoltán Szatucsek – National Archives of Hungary (Scientific Committee chair) Scientific Committee Janet Delve – University of Portsmouth Ann Keen - Tessela Silvestre Lacerda - DGLAB Jean Mourain - RSD Aleksandra Mrdavsic – National Archives of Slovenia Daniel Oliveira – European Commission Elena Cortes Ruiz – State Archives of Spain Jef Schram – European Commission Lucie Verachten – European Council Local Committee Ana Raquel Bairrão - IST / INESC-ID José Borbinha - IST / INESC-ID João Cardoso - IST / INESC-ID João Edmundo - IST / INESC-ID Alexandra Mendes da Fonseca - Caixa Geral de Depósitos Bruno Fragoso - Imprensa Nacional da Casa da Moeda Maria Rita Gago - Município de Oeiras António Higgs Painha - IST / INESC-ID Denise Pedro - IST / INESC-ID Diogo Proença - IST / INESC-ID Susana Vicente - IST / INESC-ID Ricardo Vieira - IST/INESC-ID i Blank page ii CONTENTS Session: Keynote Speaker 1 e-Residency
    [Show full text]
  • Digital Preservation for the Masses
    DIGITAL PRESERVATION FOR THE MASSES: Using Archivematica and DSpace as Solutions for Small-sized Institutions (and other options) Digital Commonwealth Annual Conference 2012 Joseph Fisher Database Management Librarian @ UMass Lowell Electronic Resources Digitization Projects MBLC ILS grant to digitize the Paul E. Tsongas Congressional Papers Additionally included Lowell Historical Building Surveys Current proposal to digitize Tewksbury Almshouse records Digital Commons repository Digital Scholarly Services – NSF data management planning Vice President Digital Commonwealth AGENDA Why Digital Preservation For whom What it is How to approach it OAIS and TRAC Basic requirements Solutions DuraCloud LOCKSS DSpace Archivematica WHERE THIS INFORMATION ORIGINATES Graduate (2011) University of Arizona SIRLS Graduate Certificate Program in Digital Information Management (DigIn) digin.arizona.edu Digital Preservation Management Workshop: Implementing Short-term Strategies for Long-term Problems (attended 2004 (Cornell) and 2010 (ICPSR) @ MIT) SAA Digital Archives Specialist (DAS) program Nine workshops and exams required for DAS Certificate 24 workshops currently in four sections with 8 online WHY IS DIGITAL PRESERVATION IMPORTANT?? Obsolescence!! Bit Rot!! NOT JUST FOR LIBRARIES & ARCHIVES ANYMORE Researchers – coming soon to a government grant near you – Data Management Planning Record Managers – born digital tsunami People – personal archiving “Indeed, we are now all our own librarians.” Ellysa Stern Cahoy, Penn State University
    [Show full text]
  • The Oxford Common File Layout: a Common Approach to Digital Preservation
    publications Article The Oxford Common File Layout: A Common Approach to Digital Preservation Andrew Hankinson 1 , Donald Brower 2, Neil Jefferies 1 , Rosalyn Metz 3,* , Julian Morley 4 , Simeon Warner 5 and Andrew Woods 6 1 Bodleian Library, Oxford University, Oxford, OX2 0EW, UK; [email protected] (A.H.); neil.jeff[email protected] (N.J.) 2 Hesburgh Libraries, University of Notre Dame, Notre Dame, IN 46556, USA; [email protected] 3 Emory Libraries, Emory University, Atlanta, GA 30322, USA 4 Stanford University Libraries, Stanford University, Stanford, CA 94305, USA; [email protected] 5 Cornell University Library, Cornell University, Ithaca, NY 14850, USA; [email protected] 6 Fedora Commons, DuraSpace, Beaverton, OR 97008, USA; [email protected] * Correspondence: [email protected] Received: 1 March 2019; Accepted: 23 May 2019; Published: 4 June 2019 Abstract: The Oxford Common File Layout describes a shared approach to filesystem layouts for institutional and preservation repositories, providing recommendations for how digital repository systems should structure and store files on disk or in object stores. The authors represent institutions where digital preservation practices have been established and proven over time or where significant work has been done to flesh out digital preservation practices. A community of practitioners is surfacing and is assessing successful preservation approaches designed to address a spectrum of use cases. With this context as a background, the Oxford Common File Layout (OCFL) will be described as the culmination of over two decades of experience with existing standards and practices. Keywords: digital preservation; digital repositories; digital objects; object stores; storage 1.
    [Show full text]
  • Library of Congress Recommended Formats Statement 2017-2018
    Library of Congress Recommended Formats Statement 2017-2018 Introduction Categories of creative content: I. Textual Works and Musical Compositions i. Textual Works – Print ii. Textual Works – Digital iii. Textual works – Electronic Serials iv. Digital Musical Compositions (score-based representations) II. Still Image Works i. Photographs – Print ii. Photographs – Digital iii. Other Graphic Images – Print iv. Other Graphic Images – Digital v. Microforms III. Audio Works i. Audio – On Tangible Medium (digital and analog) ii. Audio – Media-independent (digital) IV. Moving Image Works i. Motion Pictures – Digital and Physical Media ii. Video – File-Based and Physical Media V. Software and Electronic Gaming and Learning VI. Datasets/Databases i. Datasets ii. Geospatial Data iii. Databases VII. Websites LOC Recommended Formats Statement 2017-2018 Introduction to the 2017-2018 revision Throughout its history, the Library of Congress has been committed to the goal best described in its mission statement to provide “the American people with a rich, diverse, and enduring source of knowledge that can be relied upon to inform, inspire, and engage them, and support their intellectual and creative endeavors”. At its core, this source of knowledge is best expressed in the Library’s unparalleled collection of creative works. The quality of the collection reflects the Library's care in selecting materials and the effort it invests in preserving them and making them accessible to the American people for the long term. To build such a substantial and wide-ranging collection and to ensure that it will be available for successive generations, the Library relies upon many things. In order to maximize the scope and scale of the content in the collection, the Library calls upon the wealth of expertise in languages, subject matter and trends in publishing and content creation provided by the specialists who identify and acquire material for the Library’s collection.
    [Show full text]
  • The Bagit File Packaging Format (V0.96)
    NDIIPP Content Transfer Project A. Boyko Library of Congress J. Kunze California Digital Library J. Littman L. Madden B. Vargas Library of Congress June 24, 2009 The BagIt File Packaging Format (V0.96) Abstract This document specifies BagIt, a hierarchical file packaging format for the exchange of generalized digital content. A "bag" has just enough structure to safely enclose descriptive "tags" and a "payload" but does not require any knowledge of the payload's internal semantics. This BagIt format should be suitable for disk-based or network-based storage and transfer. Table of Contents 1. Introduction 2. BagIt directory layout 2.1. Tag files 2.2. Declaration that this is a bag: bagit.txt 2.3. Payload file manifest: manifest-<algorithm>.txt 2.4. Tag file manifest: tagmanifest-<algorithm>.txt 2.5. Example of a basic bag 3. Valid bags and complete bags 4. Other tag files 4.1. Completing a bag: fetch.txt 4.2. Other bag metadata: bag-info.txt 4.3. Another example bag 5. Bag serialization 6. Disk and network transfer 7. Interoperability (non-normative) 7.1. Checksum tools 7.2. Windows and Unix file naming 8. Security considerations 8.1. Special directory characters 8.2. Control of URLs in fetch.txt 8.3. File sizes in fetch.txt 9. Acknowledgements 10. References Appendix A. Change history A.1. Changes from draft-03, 2009.04.11 A.2. Changes from draft-02, 2008.07.11 A.3. Changes from draft-01, 2008.05.30 A.4. Changes from draft-00, 2008.03.24 § Authors' Addresses 1.
    [Show full text]
  • Seeking a Digital Preservation Storage Container Format for Web Archiving
    Kim, Y., and Ross, S. (2012) Digital forensics formats: seeking a digital preservation storage container format for web archiving. International Journal of Digital Curation, 7 (2). pp. 21-39. ISSN 1746-8256 Copyright © 2012 The Authors http://eprints.gla.ac.uk/79800/ Deposited on: 14 May 2013 Enlighten – Research publications by members of the University of Glasgow http://eprints.gla.ac.uk doi:10.2218/ijdc.v7i2.227 Digital Forensics Formats 21 The International Journal of Digital Curation Volume 7, Issue 2 | 2012 Digital Forensics Formats: Seeking a Digital Preservation Storage Container Format for Web Archiving Yunhyong Kim, Humanities Advanced Technology and Information Institute, University of Glasgow Seamus Ross, Faculty of Information, University of Toronto, Canada and Humanities Advanced Technology and Information Institute, University of Glasgow Abstract In this paper we discuss archival storage container formats from the point of view of digital curation and preservation, an aspect of preservation overlooked by most other studies. Considering established approaches to data management as our jumping off point, we selected seven container format attributes that are core to the long term accessibility of digital materials. We have labeled these core preservation attributes. These attributes are then used as evaluation criteria to compare storage container formats belonging to five common categories: formats for archiving selected content (e.g. tar, WARC), disk image formats that capture data for recovery or installation (partimage, dd raw image), these two types combined with a selected compression algorithm (e.g. tar+gzip), formats that combine packing and compression (e.g. 7-zip), and forensic file formats for data analysis in criminal investigations (e.g.
    [Show full text]