On Thu, Sep 6, 2012 at 6:58 PM, Berry, Irene (CIV) <[email protected]> wrote: > Computer code: Has anyone successfully added .tgz or gripped tar ball format > for computer code? I don't see that format on the table of supported > formats, but I wondered if anyone has archived computer code successfully.
Hi Irene, I think DSpace will do the right thing - since it's not in the format registry, it should serve it with the "application/octet-stream" which will let you download it instead of trying to open it in an application. So you shouldn't need to change anything. And this is true for any unsupported bistream format - the right thing is to let you download it (save it to disk). > That is the format that has been proposed to me. > Large image files: I find that the filesize limit of 512mB isn't going to > let me do a single-item bitstream addition. Is there a back-end way to > enter an additional bitstream for an existing item? I want to keep the > original file (.pdf) and the supplemental material (.tiffs) together under > one record if possible. assuming you are using XMLUI: in DSpace 1.8.2, the previous upload limit of 1GB was increased to Apache Cocoon's maximum value of 2GB https://jira.duraspace.org/browse/DS-1124 If you are using a pre 1.8.2 version you could change this yourself in the core.properties file. But it's more likely that your browser timed out or your connection stalled rather than you ran into thr 1GB upload limit. > I'd love to know if there's a back-end way to add new bitstreams to existing > records. Is it possible to do this in some other way than using the > edit-metadata screen? Yes, there are several ways how to add whole items with bitstreams: https://wiki.duraspace.org/display/DSDOC18/Importing+and+Exporting+Items+via+Simple+Archive+Format https://wiki.duraspace.org/display/DSDOC18/Importing+and+Exporting+Content+via+Packages Unfortunately, I don't think you can easily just add bitstreams to existing items. It's actually something I'll need to solve for myself, too. The easiest thing would probably be to export the item, then add the file to the package and add it to the XML, then re-import it. Regards, ~~helix84 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

