You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example, I'd like to export to Duracloud (which I believe is working wonderfully), however, I'd to also add in a export to the local file system so that those files can be transferred to Archivematica and ingested there as well.
In theory, this should be possible if you created a new custom ObjectStore class to implement the ObjectStore interface, and then you would overwrite the transferObject() method to export content to DuraCloud and wherever else you wanted. Likewise, all of the other methods in ObjectStore would also need to be overwritten so that they operated on objects in the two different locations. And for a function like fetchObject() a decision would have to be made about which is the canonical copy of the content.
Is it possible to output to two different locations?
Reading through the documentation https://wiki.lyrasis.org/display/DSPACE/ReplicationTaskSuite#ReplicationTaskSuite-StorageOptions my understanding is that I can only do one export option, is that correct? Is there anyway to bypass it?
For example, I'd like to export to Duracloud (which I believe is working wonderfully), however, I'd to also add in a export to the local file system so that those files can be transferred to Archivematica and ingested there as well.
Archivematica documentation
The text was updated successfully, but these errors were encountered: