<?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 5.0c backup script WINDOWS in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-5-0c-backup-script-windows/m-p/281130#M234260</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've never used a alfresco version on windows so I can only provide little information (sorry about that), but you are on the right track. The biggest thing is to make sure the alf_data folder (it contains your data and database AND solr). You don't need to create a separate backup for solr if your backing up the entire alf_data directory. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My shell script for windows is rusty, but are you combining the two compressed files together? (data and database?)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 May 2015 15:45:50 GMT</pubDate>
    <dc:creator>eswbitto</dc:creator>
    <dc:date>2015-05-28T15:45:50Z</dc:date>
    <item>
      <title>Alfresco 5.0c backup script WINDOWS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-5-0c-backup-script-windows/m-p/281129#M234259</link>
      <description>Hi everyone,iam currently trying to set up a beckup strategy for our installation of alfresco. Reading a lot of tutorials about alfresco backup scripts, i noticed they are mostly written for LINUX systems, and the few i could find for windows are getting slightly old.I wanted to submit to the forum</description>
      <pubDate>Thu, 28 May 2015 11:23:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-5-0c-backup-script-windows/m-p/281129#M234259</guid>
      <dc:creator>drisschelouati</dc:creator>
      <dc:date>2015-05-28T11:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 5.0c backup script WINDOWS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-5-0c-backup-script-windows/m-p/281130#M234260</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've never used a alfresco version on windows so I can only provide little information (sorry about that), but you are on the right track. The biggest thing is to make sure the alf_data folder (it contains your data and database AND solr). You don't need to create a separate backup for solr if your backing up the entire alf_data directory. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My shell script for windows is rusty, but are you combining the two compressed files together? (data and database?)&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 15:45:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-5-0c-backup-script-windows/m-p/281130#M234260</guid>
      <dc:creator>eswbitto</dc:creator>
      <dc:date>2015-05-28T15:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 5.0c backup script WINDOWS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-5-0c-backup-script-windows/m-p/281131#M234261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you for your answer,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;yes as you can see, section number 4 organises the merge of data files and database. But about Sol4, so you say that i can actually back up all of the alf_data folder without any risks of corrupting data? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 10:07:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-5-0c-backup-script-windows/m-p/281131#M234261</guid>
      <dc:creator>drisschelouati</dc:creator>
      <dc:date>2015-05-29T10:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Alfresco 5.0c backup script WINDOWS</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/alfresco-5-0c-backup-script-windows/m-p/281132#M234262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The short answer yes,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You still need to create a database dump. I would still recommend using a backup strategy that compresses your backups for space issues that could come up.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You should still read these for references for best practices:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://fcorti.com/2013/02/06/alfresco-backup-script/" rel="nofollow noopener noreferrer"&gt;http://fcorti.com/2013/02/06/alfresco-backup-script/&lt;/A&gt;&lt;BR /&gt;&lt;A href="http://wiki.alfresco.com/wiki/Backup_and_Restore" rel="nofollow noopener noreferrer"&gt;http://wiki.alfresco.com/wiki/Backup_and_Restore&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've adopted fcorti's approach to backing up (using linux) and basically what gets backed up in the alf_data folder the entire folder and is then compressed. Then I create a dump of the database and compress it as well. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think the biggest key is that if you adopt this same strategy you MUST always keep the two backups together.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Meaning: You can't restore a backup from last week and use the current database as of today. You have to restore the database from last week as well…Otherwise you screw yourself…&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 May 2015 16:12:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/alfresco-5-0c-backup-script-windows/m-p/281132#M234262</guid>
      <dc:creator>eswbitto</dc:creator>
      <dc:date>2015-05-29T16:12:10Z</dc:date>
    </item>
  </channel>
</rss>

