Versions Compared

Key

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

Notes/Discussion on the current AIPBackupRestorePrototype Implementation

Table of Contents

Crosswalking in AIPs

Although using METS based AIPs seems like a nice, neutral format (which could allow you to easily move content to other systems), is it the "best" format for a DSpace AIP?

Richard R has some concerns that the roundtrip crosswalking could end up being lossy. So, in a normal backup & restore, we'd go through two crosswalks:

  1. Export = Crosswalk all DSpace objects into a METS-based representation
  2. Restore = Crosswalk a METS-based representation back into a DSpace Object

If the crosswalks are not kept in sync, the final restored DSpace Object may not be the same as the initial DSpace Object. This becomes even more problematic for institutions which have created their own custom metadata fields, bundles, etc. If the crosswalks don't understand how to deal with that content, it's possible some of it could be lost during the restore process.

Perhaps in the end, we need to determine if there's a better way to serialize this DSpace content. Or, maybe you can "choose your serializer" and decide whether you'd rather serialize your AIPs using METS or a different packaging format (TBD).

Inter-dependencies between AIPs

...