import/export collections between different installs

713 views
Skip to first unread message

fyoder

unread,
Jul 30, 2010, 7:49:35 PM7/30/10
to ResourceSpace
Is there a way to export a collection and its associated resources
from one install of resourcespace to another on the same server? The
imported collection would then belong to administrative user who could
then manage it however in the destination resourcespace. The process
would keep resource data, but lose user data, since the two installs
might not have the same users/groups.

It sounds like it might be non-trivial, but reuploading large
collections to the second install could be a lot of work for data
already sitting there on the server in the first install.

Thanks in advance for any insight.

Tom Gleason

unread,
Jul 30, 2010, 7:56:12 PM7/30/10
to resour...@googlegroups.com
No, I think the best way would be to download the collection and upload it to a new collection on the separate install, making sure that your metadata is retained with exiftool.  Any other way could indeed be much more complicated.


--
You received this message because you are subscribed to the Google Groups "ResourceSpace" group.
To post to this group, send email to resour...@googlegroups.com.
To unsubscribe from this group, send email to resourcespac...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/resourcespace?hl=en.




--
Tom Gleason, PHP Developer
DBA Impressive Design

Exploring ResourceSpace at:
http://resourcespace.blogspot.com

fyoder

unread,
Aug 2, 2010, 2:51:43 PM8/2/10
to ResourceSpace
Thanks Tom, I thought it might be. It would involve copying both
resource files and data from the tables in a way which didn't clobber
data already in the destination files. Should be doable,
theoretically, but thought I'd ask in case someone knew of a feature
or fix to facilitate it.


On Jul 30, 4:56 pm, Tom Gleason <theorysav...@gmail.com> wrote:
> No, I think the best way would be to download the collection and upload it
> to a new collection on the separate install, making sure that your metadata
> is retained with exiftool.  Any other way could indeed be much more
> complicated.
>
>
>
> On Fri, Jul 30, 2010 at 7:49 PM, fyoder <fyo...@fyoder.com> wrote:
> > Is there a way to export a collection and its associated resources
> > from one install of resourcespace to another on the same server?  The
> > imported collection would then belong to administrative user who could
> > then manage it however in the destination resourcespace.  The process
> > would keep resource data, but lose user data, since the two installs
> > might not have the same users/groups.
>
> > It sounds like it might be non-trivial, but reuploading large
> > collections to the second install could be a lot of work for data
> > already sitting there on the server in the first install.
>
> > Thanks in advance for any insight.
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "ResourceSpace" group.
> > To post to this group, send email to resour...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > resourcespac...@googlegroups.com<resourcespace%2Bunsu...@googlegroups.com>
> > .

Delroy L

unread,
Sep 19, 2014, 12:48:36 PM9/19/14
to resour...@googlegroups.com
How do you download a collection?

I couldn't find any documentation about it.

Tom Gleason

unread,
Sep 20, 2014, 1:04:34 PM9/20/14
to ResourceSpace
Set in config.php

$collection_download =true;

and then you might have some issues around which archiver utility to use. If your php has the zip extension, it's as easy as setting: 

$use_zip_extension=true;




--
Tom Gleason
Senior Software Developer
Colorhythm
http://www.colorhythm.com

Main Office: +1 415-399-9921
Fax: +1 415-399-9928
Mobile: +1 347-537-8465

tgle...@colorhythm.com

On Fri, Sep 19, 2014 at 9:48 AM, Delroy L <sa4...@gmail.com> wrote:
How do you download a collection?

I couldn't find any documentation about it.

--
ResourceSpace: Open Source Digital Asset Management
http://www.resourcespace.org
---
You received this message because you are subscribed to the Google Groups "ResourceSpace" group.
To unsubscribe from this group and stop receiving emails from it, send an email to resourcespac...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

ddbtest...@gmail.com

unread,
Oct 8, 2014, 9:37:19 AM10/8/14
to resour...@googlegroups.com, tgle...@colorhythm.com

How does this work with very large amounts of data?   For example if a client requests all of the data in the DAM system, and it amounts to thousands of files at around 500gb of data?
Obviously a ZIP file cannot get this big (and would kill the server if it tried), yet it isn't possible to pull the files directly off the file system, as ResourceSpace doesn't structure things in a human readable format..

Are there any alternative methods of exporting large amounts of data other than this, or can you think of any workaround for this (very possible) scenario?
Many thanks.

Rami A.

unread,
Jun 8, 2015, 5:11:43 AM6/8/15
to resour...@googlegroups.com, tgle...@colorhythm.com
We are encountering the same challenge.
Anyone can share from experience / knoledge?

Thanks

ronnie zeiller

unread,
Jun 9, 2015, 11:47:37 AM6/9/15
to resour...@googlegroups.com, tgle...@colorhythm.com
Hi,

you are welcome to give this plugin a try: https://github.com/ronzeiller/resourcespace_get_resources/releases/tag/v1.0.0-beta.1

I wrote it for downloading images from a customer including all RS-edited IPTC/EXIF informations and store the images in the filestore/tmp folder on the server in folders called like the collections from where the images are.

Regards
Ronnie

David Varela

unread,
Jun 6, 2016, 11:27:47 AM6/6/16
to ResourceSpace
Since you mention "all" data, then it is matter of copying (MYSQL Dump) , then load it as a new database over to the new site. It is the same process as you would perform for a test server "clone", where you basically end up with an exact duplicate system. Then you can "pare down" any assets you do not want on that second system by using delete feature.

Alejandro S. Morales Ruiz

unread,
May 5, 2017, 6:02:51 PM5/5/17
to ResourceSpace
But you also need to copy spyder_password, scramble_key, api_scramble_key. In my own experience if you don't do this the pictures doesn´t appear. just the boxes.
Reply all
Reply to author
Forward
0 new messages