<?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: Alfresco Old Content Archiving in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-old-content-archiving/m-p/272476#M225606</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We dont use clustering. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the old content is "transferred" to a remote repository, how can we retrieve it back when a user searches for an old content. The lucene index are maintained only on the Live server. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any documentation available on this? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Dec 2011 16:26:18 GMT</pubDate>
    <dc:creator>unknown-user</dc:creator>
    <dc:date>2011-12-29T16:26:18Z</dc:date>
    <item>
      <title>Alfresco Old Content Archiving</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-old-content-archiving/m-p/272472#M225602</link>
      <description>Hi,We have a requirement where any content that is not being used in the past 6 months need to be moved to an Archive Repository (another Alfresco instance). We have a huge repository with close to 2 million docs and do not want to keep any docs thats not being used for 6 months for performance reas</description>
      <pubDate>Thu, 22 Dec 2011 19:29:15 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-old-content-archiving/m-p/272472#M225602</guid>
      <dc:creator>unknown-user</dc:creator>
      <dc:date>2011-12-22T19:29:15Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Old Content Archiving</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-old-content-archiving/m-p/272473#M225603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well, I think version conflict is going to be biggest evil for your requirement.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;What you can do is to have two schedular.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First will export the content which are not used for more then six month.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;During export it will export content along with metadata in one of the file(XML or CSV).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Second scheduler will pickup those contents from the file system and import the contents in alfresco repository and attache the metadata by reading that same metadata file.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Dec 2011 09:29:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-old-content-archiving/m-p/272473#M225603</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2011-12-27T09:29:03Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Old Content Archiving</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-old-content-archiving/m-p/272474#M225604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for sharing your thoughts.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If version is not an issue, what would be the best way to get this done? Is there any other approach to solving this issue other than transferring the content to an Archive repository?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The goal behind doing this is to keep the Primary Alfresco repository light and fast by having only 6 months of docs at any point in time. Our repository is pretty huge (close to 2mn docs) now and continuously growing with about 2000 docs getting added daily.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Dec 2011 16:04:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-old-content-archiving/m-p/272474#M225604</guid>
      <dc:creator>unknown-user</dc:creator>
      <dc:date>2011-12-28T16:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Old Content Archiving</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-old-content-archiving/m-p/272475#M225605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Well,If version is not the constrain then you can follow your option &lt;/SPAN&gt;&lt;STRONG&gt;b &lt;/STRONG&gt;&lt;SPAN&gt;which you mentioned.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Where your scheduler will check all contents for its last modified date and archive all the contents which are not modified in last six months.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You will require to enhance your infrastructures in the case you are using archive store to archive all your old content.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I mean your heap size and your storage space where your alf_data is residing.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Also you will require to device the mechanism to maintain the Lucene indexes as it is very crucial while retrieving the old archived content. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Are you using any kind of clustering?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2011 10:17:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-old-content-archiving/m-p/272475#M225605</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2011-12-29T10:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco Old Content Archiving</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-old-content-archiving/m-p/272476#M225606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We dont use clustering. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If the old content is "transferred" to a remote repository, how can we retrieve it back when a user searches for an old content. The lucene index are maintained only on the Live server. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any documentation available on this? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Dec 2011 16:26:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-old-content-archiving/m-p/272476#M225606</guid>
      <dc:creator>unknown-user</dc:creator>
      <dc:date>2011-12-29T16:26:18Z</dc:date>
    </item>
  </channel>
</rss>

