<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Evolution backup</title>
	<atom:link href="http://shanefagan.com/2009/09/29/evolution-backup/feed/" rel="self" type="application/rss+xml" />
	<link>http://shanefagan.com/2009/09/29/evolution-backup/</link>
	<description>A blog about Ubuntu, techonlogy, random stuff and opinions</description>
	<lastBuildDate>Sat, 31 Jul 2010 21:42:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Michael</title>
		<link>http://shanefagan.com/2009/09/29/evolution-backup/comment-page-1/#comment-2489</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Mon, 21 Jun 2010 08:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://shanefagan.com/?p=439#comment-2489</guid>
		<description>Thomas, what the evolution-backup executable does is already said at top.
The problem is running a backup from a cronjob. This can be done taking evolution-backup as an advice what to backup, but include a few precautions inside your own (cron-) script.
If you like, find details on my site.</description>
		<content:encoded><![CDATA[<img src="http://shanefagan.com/wp-content/plugins/user-agent-displayer/img/24/net/chromium.png" alt="Chromium 5.0.375.70" title="Chromium 5.0.375.70"  height="" width="" /><img src="http://shanefagan.com/wp-content/plugins/user-agent-displayer/img/24/os/gnulinux.png" alt="GNU/Linux " title="GNU/Linux "  height="" width="" /><div id="useragents2489" style="display:none;direction:rtl;text-align:left;"><b>User Agent:</b> Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.70 Safari/533.4</div><p>Thomas, what the evolution-backup executable does is already said at top.<br />
The problem is running a backup from a cronjob. This can be done taking evolution-backup as an advice what to backup, but include a few precautions inside your own (cron-) script.<br />
If you like, find details on my site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thomas de Graaff</title>
		<link>http://shanefagan.com/2009/09/29/evolution-backup/comment-page-1/#comment-2017</link>
		<dc:creator>Thomas de Graaff</dc:creator>
		<pubDate>Fri, 05 Feb 2010 11:26:10 +0000</pubDate>
		<guid isPermaLink="false">http://shanefagan.com/?p=439#comment-2017</guid>
		<description>Evolution provides a possibility to backup and restore from the commandline. 

On your system do:

locate evolution-backup

then path to evolution-backup/evolution-backup --help

you can backup by:

&lt;path to evolution-backup executable./evolution-backup --backup </description>
		<content:encoded><![CDATA[<img src="http://shanefagan.com/wp-content/plugins/user-agent-displayer/img/24/net/firefox.png" alt="Firefox 3.0.17" title="Firefox 3.0.17"  height="" width="" /><img src="http://shanefagan.com/wp-content/plugins/user-agent-displayer/img/24/os/gnulinux.png" alt="GNU/Linux " title="GNU/Linux "  height="" width="" /><div id="useragents2017" style="display:none;direction:rtl;text-align:left;"><b>User Agent:</b> Mozilla/5.0 (X11; U; Linux i686; nl; rv:1.9.0.17) Gecko/2010010604 Ubuntu/8.10 (intrepid) Firefox/3.0.17</div><p>Evolution provides a possibility to backup and restore from the commandline. </p>
<p>On your system do:</p>
<p>locate evolution-backup</p>
<p>then path to evolution-backup/evolution-backup &#8211;help</p>
<p>you can backup by:</p>
<p>&lt;path to evolution-backup executable./evolution-backup &#8211;backup</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George Walsh</title>
		<link>http://shanefagan.com/2009/09/29/evolution-backup/comment-page-1/#comment-1962</link>
		<dc:creator>George Walsh</dc:creator>
		<pubDate>Tue, 19 Jan 2010 04:51:58 +0000</pubDate>
		<guid isPermaLink="false">http://shanefagan.com/?p=439#comment-1962</guid>
		<description>I&#039;ve followed this thread with some interest. I have a group of users with evolution mboxes (local delivery) on a development server. Every thing is backed up on alternate disc surfaces nightly using rsync scripts.

Yet at times in the past evolution files have become scrambled and rebuilding them is not a fun job, even when the source is protected.

I&#039;d love to automate a separate backup of evolution files using its own backup/restore service, but that would seem to rule out a cron job script when more than one user is involved. Would it be preferable to write a script derived  from the discussion above, where evolution is forced stop the one time and then each user&#039;s files modified one by one, or is it better practice to schedule a separate job for each user?

Of course, in either case, the resulting compressed backup files would themselves be backed up by the system-wide rsync jobs.</description>
		<content:encoded><![CDATA[<img src="http://shanefagan.com/wp-content/plugins/user-agent-displayer/img/24/net/firefox.png" alt="Firefox 3.6" title="Firefox 3.6"  height="" width="" /><img src="http://shanefagan.com/wp-content/plugins/user-agent-displayer/img/24/os/gnulinux.png" alt="GNU/Linux " title="GNU/Linux "  height="" width="" /><div id="useragents1962" style="display:none;direction:rtl;text-align:left;"><b>User Agent:</b> Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2) Gecko/20100118 Mandriva Linux/1.9.2-0.rc2.1mdv2010.1 (2010.1) Firefox/3.6</div><p>I&#8217;ve followed this thread with some interest. I have a group of users with evolution mboxes (local delivery) on a development server. Every thing is backed up on alternate disc surfaces nightly using rsync scripts.</p>
<p>Yet at times in the past evolution files have become scrambled and rebuilding them is not a fun job, even when the source is protected.</p>
<p>I&#8217;d love to automate a separate backup of evolution files using its own backup/restore service, but that would seem to rule out a cron job script when more than one user is involved. Would it be preferable to write a script derived  from the discussion above, where evolution is forced stop the one time and then each user&#8217;s files modified one by one, or is it better practice to schedule a separate job for each user?</p>
<p>Of course, in either case, the resulting compressed backup files would themselves be backed up by the system-wide rsync jobs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sawrub</title>
		<link>http://shanefagan.com/2009/09/29/evolution-backup/comment-page-1/#comment-727</link>
		<dc:creator>sawrub</dc:creator>
		<pubDate>Sun, 11 Oct 2009 10:10:52 +0000</pubDate>
		<guid isPermaLink="false">http://shanefagan.com/?p=439#comment-727</guid>
		<description>Better not to delete the old backed-up tar before making in a new one.
I also did implemented a bash script for the similar function for thunderbird, with date postfixed to the tar and used to keep last 2 backed up tar&#039;s before removing others,and that also only when the tar for today is successfully created.
Can share that if needed.</description>
		<content:encoded><![CDATA[<img src="http://shanefagan.com/wp-content/plugins/user-agent-displayer/img/24/net/firefox.png" alt="Firefox 3.5.3" title="Firefox 3.5.3"  height="" width="" /><img src="http://shanefagan.com/wp-content/plugins/user-agent-displayer/img/24/os/gnulinux.png" alt="GNU/Linux " title="GNU/Linux "  height="" width="" /><div id="useragents727" style="display:none;direction:rtl;text-align:left;"><b>User Agent:</b> Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3) Gecko/20090909 Fedora/3.5.3-1.fc11 Firefox/3.5.3</div><p>Better not to delete the old backed-up tar before making in a new one.<br />
I also did implemented a bash script for the similar function for thunderbird, with date postfixed to the tar and used to keep last 2 backed up tar&#8217;s before removing others,and that also only when the tar for today is successfully created.<br />
Can share that if needed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GNa</title>
		<link>http://shanefagan.com/2009/09/29/evolution-backup/comment-page-1/#comment-607</link>
		<dc:creator>GNa</dc:creator>
		<pubDate>Thu, 01 Oct 2009 07:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://shanefagan.com/?p=439#comment-607</guid>
		<description>Hello, i published the script in my blog, i just have a note to is, maybe someone has a solution. I have to note, that this way Evolution gets started after the backup is done, even if you have scheduled it to run at night. I think the intention was to start the backgroud processes that were stopped with evolution --force-shutdown. -- http://blog.gnanet.net/2009/10/01/evolution-backup-angolenglish/</description>
		<content:encoded><![CDATA[<img src="http://shanefagan.com/wp-content/plugins/user-agent-displayer/img/24/net/epiphany.png" alt="Epiphany 2.22" title="Epiphany 2.22"  height="" width="" /><img src="http://shanefagan.com/wp-content/plugins/user-agent-displayer/img/24/os/gnulinux.png" alt="GNU/Linux " title="GNU/Linux "  height="" width="" /><div id="useragents607" style="display:none;direction:rtl;text-align:left;"><b>User Agent:</b> Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9.0.14) Gecko/20080528 Epiphany/2.22 Firefox/3.0</div><p>Hello, i published the script in my blog, i just have a note to is, maybe someone has a solution. I have to note, that this way Evolution gets started after the backup is done, even if you have scheduled it to run at night. I think the intention was to start the backgroud processes that were stopped with evolution &#8211;force-shutdown. &#8212; <a href="http://blog.gnanet.net/2009/10/01/evolution-backup-angolenglish/" rel="nofollow">http://blog.gnanet.net/2009/10/01/evolution-backup-angolenglish/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://shanefagan.com/2009/09/29/evolution-backup/comment-page-1/#comment-600</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Wed, 30 Sep 2009 11:25:34 +0000</pubDate>
		<guid isPermaLink="false">http://shanefagan.com/?p=439#comment-600</guid>
		<description>It works but only if the user runs it, its useless for a cron job.</description>
		<content:encoded><![CDATA[<img src="http://shanefagan.com/wp-content/plugins/user-agent-displayer/img/24/net/firefox.png" alt="Firefox 3.5.3" title="Firefox 3.5.3"  height="" width="" /><img src="http://shanefagan.com/wp-content/plugins/user-agent-displayer/img/24/os/gnulinux.png" alt="GNU/Linux " title="GNU/Linux "  height="" width="" /><div id="useragents600" style="display:none;direction:rtl;text-align:left;"><b>User Agent:</b> Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.3) Gecko/20090924 Ubuntu/9.10 (karmic) Firefox/3.5.3</div><p>It works but only if the user runs it, its useless for a cron job.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santiago Otero</title>
		<link>http://shanefagan.com/2009/09/29/evolution-backup/comment-page-1/#comment-599</link>
		<dc:creator>Santiago Otero</dc:creator>
		<pubDate>Wed, 30 Sep 2009 11:20:49 +0000</pubDate>
		<guid isPermaLink="false">http://shanefagan.com/?p=439#comment-599</guid>
		<description>You can use &quot;/usr/lib/evolution/2.28/evolution-backup --backup evolution-backup.tgz&quot;.</description>
		<content:encoded><![CDATA[<img src="http://shanefagan.com/wp-content/plugins/user-agent-displayer/img/24/net/firefox.png" alt="Firefox 3.5.3" title="Firefox 3.5.3"  height="" width="" /><img src="http://shanefagan.com/wp-content/plugins/user-agent-displayer/img/24/os/gnulinux.png" alt="GNU/Linux " title="GNU/Linux "  height="" width="" /><div id="useragents599" style="display:none;direction:rtl;text-align:left;"><b>User Agent:</b> Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.3) Gecko/20090924 Ubuntu/9.10 (karmic) Firefox/3.5.3</div><p>You can use &#8220;/usr/lib/evolution/2.28/evolution-backup &#8211;backup evolution-backup.tgz&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shane</title>
		<link>http://shanefagan.com/2009/09/29/evolution-backup/comment-page-1/#comment-596</link>
		<dc:creator>Shane</dc:creator>
		<pubDate>Wed, 30 Sep 2009 08:17:07 +0000</pubDate>
		<guid isPermaLink="false">http://shanefagan.com/?p=439#comment-596</guid>
		<description>I really need to change my theme because the line break system doesnt really work.</description>
		<content:encoded><![CDATA[<img src="http://shanefagan.com/wp-content/plugins/user-agent-displayer/img/24/net/firefox.png" alt="Firefox 3.5.3" title="Firefox 3.5.3"  height="" width="" /><img src="http://shanefagan.com/wp-content/plugins/user-agent-displayer/img/24/os/gnulinux.png" alt="GNU/Linux " title="GNU/Linux "  height="" width="" /><div id="useragents596" style="display:none;direction:rtl;text-align:left;"><b>User Agent:</b> Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.3) Gecko/20090924 Ubuntu/9.10 (karmic) Firefox/3.5.3</div><p>I really need to change my theme because the line break system doesnt really work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GNa</title>
		<link>http://shanefagan.com/2009/09/29/evolution-backup/comment-page-1/#comment-595</link>
		<dc:creator>GNa</dc:creator>
		<pubDate>Wed, 30 Sep 2009 08:11:18 +0000</pubDate>
		<guid isPermaLink="false">http://shanefagan.com/?p=439#comment-595</guid>
		<description>  &lt;code&gt;
   #!/bin/bash 
  USERNAME=shane
  BACKUP_FILE=&quot;/home/${USERNAME}/Ubuntu One/evolution-backup.tar.gz&quot;
  if [ -f &quot;${BACKUP_FILE}&quot; ]
  then
  rm &quot;${BACKUP_FILE}&quot;
  fi
  evolution --force-shutdown
  rm /home/${USERNAME}/.evolution/.running
  gconftool-2 --dump /apps/evolution &gt; /home/$USERNAME/.evolution/backup-restore-gconf.xml
  cd /home/${USERNAME} &amp;&amp; tar czhf &quot;${BACKUP_FILE}&quot; .evolution `if [ -d .camel_certs ]; then echo .camel_certs; fi`
  evolution &amp;
  disown
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<img src="http://shanefagan.com/wp-content/plugins/user-agent-displayer/img/24/net/epiphany.png" alt="Epiphany 2.22" title="Epiphany 2.22"  height="" width="" /><img src="http://shanefagan.com/wp-content/plugins/user-agent-displayer/img/24/os/gnulinux.png" alt="GNU/Linux " title="GNU/Linux "  height="" width="" /><div id="useragents595" style="display:none;direction:rtl;text-align:left;"><b>User Agent:</b> Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9.0.14) Gecko/20080528 Epiphany/2.22 Firefox/3.0</div><p><code><br />
   #!/bin/bash<br />
  USERNAME=shane<br />
  BACKUP_FILE="/home/${USERNAME}/Ubuntu One/evolution-backup.tar.gz"<br />
  if [ -f "${BACKUP_FILE}" ]<br />
  then<br />
  rm "${BACKUP_FILE}"<br />
  fi<br />
  evolution --force-shutdown<br />
  rm /home/${USERNAME}/.evolution/.running<br />
  gconftool-2 --dump /apps/evolution > /home/$USERNAME/.evolution/backup-restore-gconf.xml<br />
  cd /home/${USERNAME} &#038;&#038; tar czhf "${BACKUP_FILE}" .evolution `if [ -d .camel_certs ]; then echo .camel_certs; fi`<br />
  evolution &#038;<br />
  disown<br />
</code></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GNa</title>
		<link>http://shanefagan.com/2009/09/29/evolution-backup/comment-page-1/#comment-592</link>
		<dc:creator>GNa</dc:creator>
		<pubDate>Wed, 30 Sep 2009 08:07:52 +0000</pubDate>
		<guid isPermaLink="false">http://shanefagan.com/?p=439#comment-592</guid>
		<description>Revrote the script a bit, i&#039;ll try to post it here:</description>
		<content:encoded><![CDATA[<img src="http://shanefagan.com/wp-content/plugins/user-agent-displayer/img/24/net/epiphany.png" alt="Epiphany 2.22" title="Epiphany 2.22"  height="" width="" /><img src="http://shanefagan.com/wp-content/plugins/user-agent-displayer/img/24/os/gnulinux.png" alt="GNU/Linux " title="GNU/Linux "  height="" width="" /><div id="useragents592" style="display:none;direction:rtl;text-align:left;"><b>User Agent:</b> Mozilla/5.0 (X11; U; Linux i686; en; rv:1.9.0.14) Gecko/20080528 Epiphany/2.22 Firefox/3.0</div><p>Revrote the script a bit, i&#8217;ll try to post it here:</p>
]]></content:encoded>
	</item>
</channel>
</rss>
