<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Export full repository with command line in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/export-full-repository-with-command-line/m-p/69990#M45079</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a similar need/qestion.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you made any progress on this issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Dec 2006 12:36:38 GMT</pubDate>
    <dc:creator>mrudmann</dc:creator>
    <dc:date>2006-12-18T12:36:38Z</dc:date>
    <item>
      <title>Export full repository with command line</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/export-full-repository-with-command-line/m-p/69989#M45078</link>
      <description>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 ..</description>
      <pubDate>Thu, 07 Dec 2006 11:08:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/export-full-repository-with-command-line/m-p/69989#M45078</guid>
      <dc:creator>ribz33</dc:creator>
      <dc:date>2006-12-07T11:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Export full repository with command line</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/export-full-repository-with-command-line/m-p/69990#M45079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have a similar need/qestion.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Have you made any progress on this issue?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-Matt&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 12:36:38 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/export-full-repository-with-command-line/m-p/69990#M45079</guid>
      <dc:creator>mrudmann</dc:creator>
      <dc:date>2006-12-18T12:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Export full repository with command line</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/export-full-repository-with-command-line/m-p/69991#M45080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No progress so i did script which export all but its not the best&amp;nbsp; &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://connect.hyland.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I do like it :&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;export -user admin -pwd admin -s user://alfrescoUserStore -d export alfresco_users.acp&lt;BR /&gt;export -user admin -pwd admin -s system://system -d export alfresco_system.acp&lt;BR /&gt;export -user admin -pwd admin -s workspace://lightWeightVersionStore -d export alfresco_versions.acp&lt;BR /&gt;export -user admin -pwd admin -s archive://SpacesStore -d export alfresco_spaces_archive.acp&lt;BR /&gt;export -user admin -pwd admin -s workspace://SpacesStore -d export alfresco_spaces.acp&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;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.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you test please give me feedback &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 12:44:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/export-full-repository-with-command-line/m-p/69991#M45080</guid>
      <dc:creator>ribz33</dc:creator>
      <dc:date>2006-12-18T12:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: Export full repository with command line</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/export-full-repository-with-command-line/m-p/69992#M45081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;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.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thanks prasanth&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Dec 2006 13:44:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/export-full-repository-with-command-line/m-p/69992#M45081</guid>
      <dc:creator>pmarreddy</dc:creator>
      <dc:date>2006-12-28T13:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: Export full repository with command line</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/export-full-repository-with-command-line/m-p/69993#M45082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;On windows you need to run "cmd" and well configured java classpath and add all jars to java classpath.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;look this for scripts example : &lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.alfresco.com/viewtopic.php?t=2425" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/viewtopic.php?t=2425&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;best regards&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Jan 2007 08:36:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/export-full-repository-with-command-line/m-p/69993#M45082</guid>
      <dc:creator>ribz33</dc:creator>
      <dc:date>2007-01-03T08:36:15Z</dc:date>
    </item>
  </channel>
</rss>

