<?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: Manual Backup Process for Zimbra ZCS Open Source</title>
	<atom:link href="http://blog.unflap.com/2009/10/11/manual-backup-process-for-zimbra-zcs-open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.unflap.com/2009/10/11/manual-backup-process-for-zimbra-zcs-open-source/</link>
	<description>Network and Systems Documentation</description>
	<lastBuildDate>Tue, 17 May 2011 15:07:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: rtrinkle</title>
		<link>http://blog.unflap.com/2009/10/11/manual-backup-process-for-zimbra-zcs-open-source/comment-page-1/#comment-42676</link>
		<dc:creator>rtrinkle</dc:creator>
		<pubDate>Thu, 11 Mar 2010 13:49:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unflap.com/?p=86#comment-42676</guid>
		<description>Try replace the line in question with:

# su - zimbra
# zmcontrol start

Currently, the script (not this tutorial) works perfectly in a Zimbra 6.0 environment. I will post that later on as it contains a few extra steps to get the script running smoothly.</description>
		<content:encoded><![CDATA[<p>Try replace the line in question with:</p>
<p># su &#8211; zimbra<br />
# zmcontrol start</p>
<p>Currently, the script (not this tutorial) works perfectly in a Zimbra 6.0 environment. I will post that later on as it contains a few extra steps to get the script running smoothly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TommyBlue</title>
		<link>http://blog.unflap.com/2009/10/11/manual-backup-process-for-zimbra-zcs-open-source/comment-page-1/#comment-42675</link>
		<dc:creator>TommyBlue</dc:creator>
		<pubDate>Thu, 11 Mar 2010 13:33:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unflap.com/?p=86#comment-42675</guid>
		<description>I&#039;ve the same problem. Probably with sudo some path isn&#039;t included. Try with:
su - zimbra -c &quot;command&quot;</description>
		<content:encoded><![CDATA[<p>I&#8217;ve the same problem. Probably with sudo some path isn&#8217;t included. Try with:<br />
su &#8211; zimbra -c &#8220;command&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cavp</title>
		<link>http://blog.unflap.com/2009/10/11/manual-backup-process-for-zimbra-zcs-open-source/comment-page-1/#comment-42637</link>
		<dc:creator>cavp</dc:creator>
		<pubDate>Fri, 12 Feb 2010 00:12:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unflap.com/?p=86#comment-42637</guid>
		<description>Yep, all services are stopped... The error I mentioned occurs in both situations: as a script (that WOULD work if it weren&#039;t for that error) and entering the commands manually; the error happens after the command:

#sudo -u zimbra /opt/zimbra/bin/zmcontrol start

What I have realized is that in the line:

/opt/zimbra/bin/zmlogswatchctl: line 72: zmprov: command not found

It calls the zmprov command, and takes as the user executing it the one that has initiated the session, not the zimbra user (as invoked by &quot;sudo - zimbra&quot;). This only happens in version 6; now, if you have that script for this version, please post it.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Yep, all services are stopped&#8230; The error I mentioned occurs in both situations: as a script (that WOULD work if it weren&#8217;t for that error) and entering the commands manually; the error happens after the command:</p>
<p>#sudo -u zimbra /opt/zimbra/bin/zmcontrol start</p>
<p>What I have realized is that in the line:</p>
<p>/opt/zimbra/bin/zmlogswatchctl: line 72: zmprov: command not found</p>
<p>It calls the zmprov command, and takes as the user executing it the one that has initiated the session, not the zimbra user (as invoked by &#8220;sudo &#8211; zimbra&#8221;). This only happens in version 6; now, if you have that script for this version, please post it.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rtrinkle</title>
		<link>http://blog.unflap.com/2009/10/11/manual-backup-process-for-zimbra-zcs-open-source/comment-page-1/#comment-42635</link>
		<dc:creator>rtrinkle</dc:creator>
		<pubDate>Wed, 10 Feb 2010 13:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unflap.com/?p=86#comment-42635</guid>
		<description>cavp-

This is made to manually enter each command, assuming you would like to use the directories I listed above. While using this as a script, you may have output overflow errors in which you have to parse correctly. If you are simply placing these commands in a script and running the script every morning, you will have issues.

Needless to say, I have a backup script that will work for your purpose and can make another post if that is something you will be interested in. 

About the error relating to the logger service not being enabled is confusing. All zimbra services should be halted prior to the backup. Verify you are issuing a 
&quot;sudo -u zimbra /opt/zimbra/bin/zmcontrol stop&quot; in your script.</description>
		<content:encoded><![CDATA[<p>cavp-</p>
<p>This is made to manually enter each command, assuming you would like to use the directories I listed above. While using this as a script, you may have output overflow errors in which you have to parse correctly. If you are simply placing these commands in a script and running the script every morning, you will have issues.</p>
<p>Needless to say, I have a backup script that will work for your purpose and can make another post if that is something you will be interested in. </p>
<p>About the error relating to the logger service not being enabled is confusing. All zimbra services should be halted prior to the backup. Verify you are issuing a<br />
&#8220;sudo -u zimbra /opt/zimbra/bin/zmcontrol stop&#8221; in your script.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cavp</title>
		<link>http://blog.unflap.com/2009/10/11/manual-backup-process-for-zimbra-zcs-open-source/comment-page-1/#comment-42633</link>
		<dc:creator>cavp</dc:creator>
		<pubDate>Wed, 10 Feb 2010 00:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.unflap.com/?p=86#comment-42633</guid>
		<description>Hi, tried this script in Zimbra 6.0.5 GA RHEL64; there&#039;s an error starting the logger service:

Starting logswatch.../opt/zimbra/bin/zmlogswatchctl: line 72: zmhostname: command not found
/opt/zimbra/bin/zmlogswatchctl: line 72: zmprov: command not found
zimbra logger service is not enabled!  failed.

The only way I found is to start manually the logger.</description>
		<content:encoded><![CDATA[<p>Hi, tried this script in Zimbra 6.0.5 GA RHEL64; there&#8217;s an error starting the logger service:</p>
<p>Starting logswatch&#8230;/opt/zimbra/bin/zmlogswatchctl: line 72: zmhostname: command not found<br />
/opt/zimbra/bin/zmlogswatchctl: line 72: zmprov: command not found<br />
zimbra logger service is not enabled!  failed.</p>
<p>The only way I found is to start manually the logger.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
