<?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: Clarification on Backup file paths in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/clarification-on-backup-file-paths/m-p/300177#M253307</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Bopolissimus,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will try and test that and see how it goes. I initially did something similar. I stopped alfresco then copied the alf_data directory to a different location. Started Alfresco. Went in and deleted a test document I had been working with. Then tried to restore by stopping alfresco again. Replacing the alf_data directory and then starting alfresco. It didn't like that. I ended up having to re-install the whole thing again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm going to try the steps you outlined and I'll let you know how it goes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jul 2013 15:35:06 GMT</pubDate>
    <dc:creator>eswbitto</dc:creator>
    <dc:date>2013-07-17T15:35:06Z</dc:date>
    <item>
      <title>Clarification on Backup file paths</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/clarification-on-backup-file-paths/m-p/300170#M253300</link>
      <description>I'm in the testing phase of trying to backup both file content and database and I need some clarity on the database. I've followed the wiki on doing hot/cold backups, but when I look at my file path I have two postgresql directories./opt/alfresco/alf_data/postgresql/opt/alfresco/postgresqlwhich one</description>
      <pubDate>Tue, 16 Jul 2013 18:21:14 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/clarification-on-backup-file-paths/m-p/300170#M253300</guid>
      <dc:creator>eswbitto</dc:creator>
      <dc:date>2013-07-16T18:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on Backup file paths</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/clarification-on-backup-file-paths/m-p/300171#M253301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi ESWBitto,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As described in the wiki, the correct sequence to backup alfresco is: backup of the db, backup of the documents and indexes (I suppose that both are stored in the alf_data folder).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The DB backup is usually done using the backup tools of your database: in your case postgresql.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I imagine there is something unusual with your installation because you have two different postgres folders, probably one is not used or is used for different database respect to the Alfresco's one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;But in your case, you can ignore it using the 'pg_dump -Ft -b alfresco &amp;gt; db_backup.sql' command.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The wiki is definitely clear but if you want to see a practical example I suggest you this &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="https://francescocorti.wordpress.com/2013/02/06/alfresco-backup-script/" rel="nofollow noopener noreferrer"&gt;https://francescocorti.wordpress.com/2013/02/06/alfresco-backup-script/&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;link&amp;lt;/a&amp;gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this help you.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 18:51:01 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/clarification-on-backup-file-paths/m-p/300171#M253301</guid>
      <dc:creator>fcorti</dc:creator>
      <dc:date>2013-07-16T18:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on Backup file paths</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/clarification-on-backup-file-paths/m-p/300172#M253302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not sure why its creating two different locations. I'm using the 4.2.c bin file to install alfresco. &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 19:01:39 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/clarification-on-backup-file-paths/m-p/300172#M253302</guid>
      <dc:creator>eswbitto</dc:creator>
      <dc:date>2013-07-16T19:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on Backup file paths</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/clarification-on-backup-file-paths/m-p/300173#M253303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Also,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for making this script it really does help out a lot. When I run it though I get an error on line 27.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;./alfrescoBackup.sh: line 27: /opt/postgresql/bin/pg_dump: No such file or directory&lt;BR /&gt;&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;Any ideas? I looked at /opt/alfresco/postgresql/bin and the file is there according to the warning. Weird.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;*edit* ah I just looked at it….its looking for /opt/postgresql instead of /opt/alfresco/postgresql&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 19:22:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/clarification-on-backup-file-paths/m-p/300173#M253303</guid>
      <dc:creator>eswbitto</dc:creator>
      <dc:date>2013-07-16T19:22:00Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on Backup file paths</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/clarification-on-backup-file-paths/m-p/300174#M253304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am getting this message though.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;pg_dump.bin: [archiver (db)] connection to database "alfresco" failed: could not connect to server: Connection refused&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Is the server running on host "localhost" and accepting&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; TCP/IP connections on port 5432?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My guess is when the script stops the service to run the dump it can't find it because its not running.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jul 2013 20:13:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/clarification-on-backup-file-paths/m-p/300174#M253304</guid>
      <dc:creator>eswbitto</dc:creator>
      <dc:date>2013-07-16T20:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on Backup file paths</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/clarification-on-backup-file-paths/m-p/300175#M253305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi ESWBitto,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sincerely I'm not sure because we don't usually use the bundle installation but it's easy to check: you can stop the service manually and try to execute the db connection or exportation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In this case you can remove the stopping command but remember that in this case it's a hot backup.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Let us know.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 08:09:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/clarification-on-backup-file-paths/m-p/300175#M253305</guid>
      <dc:creator>fcorti</dc:creator>
      <dc:date>2013-07-17T08:09:09Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on Backup file paths</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/clarification-on-backup-file-paths/m-p/300176#M253306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;/opt/alfresco/alf_data/postgresql is where the data is.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;/opt/alfresco/postgresql is where the postgresql software is.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if you want to do a cold backup, just stop alfresco (/opt/alfresco/alfresco.sh stop) and then backup the whole /opt/alfresco directory (or, for a minor space saving), /opt/alfresco/alf_data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;if you want to do a hot backup, alfresco would still be running.&amp;nbsp; let's say you're going to put the backup in /var/backups/alfresco (this is what we do).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sudo mkdir /var/backups/alfresco&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sudo chown [user].[group] /var/backups/alfresco #set user and group to whomever runs the alfresco process.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# do an initial rsync, minimize time for later rsync.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sudo rsync -avv -P –delete /opt/alfresco/alf_data /var/backups/alfresco/alf_data&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;cd /opt/alfresco/postgresql/bin&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;./pg_dump -ORc -h localhost -U [alfresco_user_name] [alfresco_db_name] &amp;gt; /opt/alfresco/alf_data/alfresco-db-backup.sql&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;# do a refresh rsync, faster than the first one.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;sudo rsync -avv -P –delete /opt/alfresco/alf_data /var/backups/alfresco/alf_data&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;that should do the trick.&amp;nbsp; note: you'll need to inject the correct values wherever I have [SOMETHING_IN_SQUARE_BRACKETS]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;there's another way to do a cold backup (stop alfresco and then start postgres and pg_dump that).&amp;nbsp; but I can't describe the procedure since I've forgotten what it is, and I don't need perform that backup procedure since we don't stop alfresco, just always do hot backups.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 12:19:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/clarification-on-backup-file-paths/m-p/300176#M253306</guid>
      <dc:creator>bopolissimus</dc:creator>
      <dc:date>2013-07-17T12:19:00Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on Backup file paths</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/clarification-on-backup-file-paths/m-p/300177#M253307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Bopolissimus,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I will try and test that and see how it goes. I initially did something similar. I stopped alfresco then copied the alf_data directory to a different location. Started Alfresco. Went in and deleted a test document I had been working with. Then tried to restore by stopping alfresco again. Replacing the alf_data directory and then starting alfresco. It didn't like that. I ended up having to re-install the whole thing again.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm going to try the steps you outlined and I'll let you know how it goes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 15:35:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/clarification-on-backup-file-paths/m-p/300177#M253307</guid>
      <dc:creator>eswbitto</dc:creator>
      <dc:date>2013-07-17T15:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on Backup file paths</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/clarification-on-backup-file-paths/m-p/300178#M253308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@ fcorti&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Ok think I figured out where I went wrong. I commented out the stopping command and tried to run the script. When I did that it asked for a password. So I gave it my database password (my assumption of what it wanted) and it worked. So that is where I went wrong. I looked through the shell script again and there is a perimeter&amp;nbsp; that I missed on putting in the password.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 15:49:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/clarification-on-backup-file-paths/m-p/300178#M253308</guid>
      <dc:creator>eswbitto</dc:creator>
      <dc:date>2013-07-17T15:49:25Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on Backup file paths</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/clarification-on-backup-file-paths/m-p/300179#M253309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;@ fcorti&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ok so I have implemented your backup strategy to see how it functions for my environment. Here are the steps that I did. I have a question at the end so hang tight.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1) I used the instructions from &lt;/SPAN&gt;&lt;A href="https://francescocorti.wordpress.com/2013/02/06/alfresco-backup-script" rel="nofollow noopener noreferrer"&gt;HERE&lt;/A&gt;&lt;BR /&gt;&lt;SPAN&gt;2) I figured out that I was not creating the .pgpass file and giving the right attributes (0660) that it calls for. Got that done and the script works for me. It created the tgz file so good to go.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3) In testing…I deleted a file from a testing site that I wanted to restore.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4) Moving on to test restoring: So I followed the instructions from &lt;/SPAN&gt;&lt;A href="https://francescocorti.wordpress.com/2013/02/12/alfresco-restore" rel="nofollow noopener noreferrer"&gt;HERE&lt;/A&gt;&lt;SPAN&gt; To a degree.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; A. As a precaution I moved the alf_data directory to a different location before doing any steps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; B. I stopped the service…skipped down to the part for extracting the tgz file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp; C. In doing so when I tried to extract using &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;gzip -dc 2013-07-17_12-02_alfresco_dump.tgz | tar xf -&lt;BR /&gt;&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;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;I would get two additional tar files:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2013-07-17_12-02_alfresco_postgresql.tar&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2013-07-17_12-02_alfresco_data.tgz&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When I extracted the data.tgz file I get the whole alf_data directory back.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;When I extract the postgresql.tar file I get a bunch of dat files.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Now here is my question….are the dat files in fact the lucene index files or are they something different.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The reason I ask is I removed the dat files altogether and just relied on the first file to see if I did restore the data. In which case I was successful. Any feedback would be helpful. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; The other issue I have is the backup strategy doesn't allow for incremental restoration. Meaning…If I have to create a restore point of the previous day for one file. Then any content added after that time frame would be lost.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm open to any ways on how to restore incremental data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jul 2013 21:02:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/clarification-on-backup-file-paths/m-p/300179#M253309</guid>
      <dc:creator>eswbitto</dc:creator>
      <dc:date>2013-07-17T21:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on Backup file paths</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/clarification-on-backup-file-paths/m-p/300180#M253310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, as you've found out, you can't do that.&amp;nbsp; The reason is, the state of alfresco is the union of alf_data contents AND database contents at the same point in time (or close enough in time that no content changes have happened between taking a backup of alf_data and the database).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;When you delete the test document and then restore the old alf_data, alfresco won't start because it'll notice that your database and alf_data are out of sync.&amp;nbsp; There is content in the old alf_data which the database doesn't know about (it doesn't know it's name, for instance, or where its versions are, or who edited it last, all that metadata is in the database).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This is why, when taking a backup, you keep the database dump and the alf_data together.&amp;nbsp; so that when you restore, you restore both.&amp;nbsp; restoring just one breaks alfresco since alfresco will see that data and database are out of sync.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2013 01:28:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/clarification-on-backup-file-paths/m-p/300180#M253310</guid>
      <dc:creator>bopolissimus</dc:creator>
      <dc:date>2013-07-18T01:28:36Z</dc:date>
    </item>
    <item>
      <title>Re: Clarification on Backup file paths</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/clarification-on-backup-file-paths/m-p/300181#M253311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi ESWBitto,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Reading your comment I suppose you are trying to compact your backup as much as possibile… that's correct, of course.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Incremental backup in Alfresco is possible if we understand the backup strategy.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Trying to avoid to reinvent the wheel I suggest you &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="http://forums.alfresco.com/forum/general/non-technical-alfresco-discussion/alfrtesco-backup-size-and-compression-issues" rel="nofollow noopener noreferrer"&gt;http://forums.alfresco.com/forum/general/non-technical-alfresco-discussion/alfrtesco-backup-size-and-compression-issues&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;this post&amp;lt;/a&amp;gt; from MRogers (Alfresco Engineer).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;In my personal opinion this strategy sounds a little bit tricky compared with other ECM leaders. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;About .dat files, please, confirm us they are stored in other sub folders than contentstore.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;If yes, as I'm quite sure, they are not your documents (the documents are stored as bin files).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;To understand better the use of the alf_data subfolders I suggest you to read &amp;lt;a href="&lt;/SPAN&gt;&lt;A href="https://forums.alfresco.com/forum/installation-upgrades-configuration-integration/configuration/alfdata-question-12142012-0807" rel="nofollow noopener noreferrer"&gt;https://forums.alfresco.com/forum/installation-upgrades-configuration-integration/configuration/alfdata-question-12142012-0807&lt;/A&gt;&lt;SPAN&gt;"&amp;gt;here&amp;lt;/a&amp;gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this help you (and thank you for the request).&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jul 2013 05:38:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/clarification-on-backup-file-paths/m-p/300181#M253311</guid>
      <dc:creator>fcorti</dc:creator>
      <dc:date>2013-07-18T05:38:47Z</dc:date>
    </item>
  </channel>
</rss>

