cancel
Showing results for 
Search instead for 
Did you mean: 

Export full repository with command line

ribz33
Champ on-the-rise
Champ on-the-rise
Hi,

Is there a way to export full repository with command line ?

do something like it :
export -user admin -pwd admin -store workspace://* -overwrite -zip test.acp

or maybe there is an option ..
4 REPLIES 4

mrudmann
Champ in-the-making
Champ in-the-making
I have a similar need/qestion.

Have you made any progress on this issue?

Thanks!
-Matt

ribz33
Champ on-the-rise
Champ on-the-rise
No progress so i did script which export all but its not the best  Smiley Sad

I do like it :

export -user admin -pwd admin -s user://alfrescoUserStore -d export alfresco_users.acp
export -user admin -pwd admin -s system://system -d export alfresco_system.acp
export -user admin -pwd admin -s workspace://lightWeightVersionStore -d export alfresco_versions.acp
export -user admin -pwd admin -s archive://SpacesStore -d export alfresco_spaces_archive.acp
export -user admin -pwd admin -s workspace://SpacesStore -d export alfresco_spaces.acp

Try it but i think if you want import your acp during bootstrap like full import/export functionality that will not working because one xml file is missing.

If you test please give me feedback Smiley Happy

pmarreddy
Champ in-the-making
Champ in-the-making
hi,

i am trying to export the repository through export command line option but i am not sure from where to run the export command, can u help me with this.

thanks prasanth

ribz33
Champ on-the-rise
Champ on-the-rise
On windows you need to run "cmd" and well configured java classpath and add all jars to java classpath.

look this for scripts example :
http://forums.alfresco.com/viewtopic.php?t=2425

best regards