<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									mail backup and restore - Carbonio General				            </title>
            <link>https://community.zextras.com/forum/carbonio-general-thread/mail-backup-and-restore/</link>
            <description>Zextras Community Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Fri, 14 Aug 2026 18:51:41 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: mail backup and restore</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/mail-backup-and-restore/#post-6709</link>
                        <pubDate>Sat, 23 Dec 2023 11:28:18 +0000</pubDate>
                        <description><![CDATA[The script I use for full backup is below.
It hopefully takes a full backup of Carbonio. But it works on old Zimbra, NOT TESTED with Carbonio.
Restoring on old Zimbra you just took the ful...]]></description>
                        <content:encoded><![CDATA[<p>The script I use for full backup is below.</p>
<p>It hopefully takes a full backup of Carbonio. <em><strong>But</strong></em> it works on old Zimbra, <strong>NOT TESTED</strong> with Carbonio.</p>
<p>Restoring on old Zimbra you just took the full tar file and restored it to /opt/zimbra and then installed Zimbra.</p>
<p>If you have the full directory and the LDAP backup (with mdb_copy) of a Carbonio installation can you install Carbonio after restoring the files to /opt/zextras ?</p>
<p> </p>
<p>backup-full-carbonio.sh</p>
<pre contenteditable="false">#!/bin/bash
# Run as root
datevar=`date +%Y%m%d%H%M`

# Destination folder. In this example /opt/backups/zextras
mybakdir="/opt/backups/zextras/${datevar}"
mkdir -p $mybakdir
mkdir -p $mybakdir/ldap_bak

# Copy everything but not LDAP
rsync --delete -aHK --exclude 'data.mdb' /opt/zextras $mybakdir

# Backup LDAP
/opt/zextras/common/bin/mdb_copy /opt/zextras/data/ldap/mdb/db $mybakdir/ldap_bak

# Stop Carbonio and backup the locked files
su - zextras -c "/opt/zextras/bin/zmcontrol stop"
/bin/sync

rsync --delete -aHK --exclude 'data.mdb' /opt/zextras $mybakdir

# Start Carbonio and move create a tar file. In this example to /mnt/smb/zextras/
su - zextras -c "/opt/zextras/bin/zmcontrol start"
tar -cf /mnt/smb/zextras/zextras-${datevar}.tar ${mybakdir}</pre>
<br />
<p> </p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>sigtrap</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/mail-backup-and-restore/#post-6709</guid>
                    </item>
				                    <item>
                        <title>RE: mail backup and restore</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/mail-backup-and-restore/#post-5521</link>
                        <pubDate>Wed, 02 Aug 2023 05:03:15 +0000</pubDate>
                        <description><![CDATA[@jdavasco, i use Proxmox Backup Server to back up both virtual machines and Linux servers.]]></description>
                        <content:encoded><![CDATA[@jdavasco, i use Proxmox Backup Server to back up both virtual machines and Linux servers.]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>MAX</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/mail-backup-and-restore/#post-5521</guid>
                    </item>
				                    <item>
                        <title>RE: mail backup and restore</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/mail-backup-and-restore/#post-5518</link>
                        <pubDate>Tue, 01 Aug 2023 19:55:34 +0000</pubDate>
                        <description><![CDATA[@max, , could you recommend me a tool for extrenal backup services?]]></description>
                        <content:encoded><![CDATA[@max, , could you recommend me a tool for extrenal backup services?]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>jdavasco</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/mail-backup-and-restore/#post-5518</guid>
                    </item>
				                    <item>
                        <title>RE: mail backup and restore</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/mail-backup-and-restore/#post-5511</link>
                        <pubDate>Tue, 01 Aug 2023 09:43:59 +0000</pubDate>
                        <description><![CDATA[In Carbonio CE, use external backup services. There are no built-in tools.]]></description>
                        <content:encoded><![CDATA[<p>In Carbonio CE, use external backup services. There are no built-in tools.</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>MAX</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/mail-backup-and-restore/#post-5511</guid>
                    </item>
				                    <item>
                        <title>RE: mail backup and restore</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/mail-backup-and-restore/#post-5507</link>
                        <pubDate>Tue, 01 Aug 2023 07:35:46 +0000</pubDate>
                        <description><![CDATA[Hi @jdavasco,
No Carbonio CE does not have an integrated backup system. Such functionalities as a restore and backup system, high availability, and advanced storage management are only avai...]]></description>
                        <content:encoded><![CDATA[
<p>Hi, today Carbonio CE h<span>ave an integrated backup system?</span></p>
<p></p>
<p>Hi <span>@jdavasco,</span></p>
<p>No Carbonio CE does not have an integrated backup system. Such functionalities as a restore and backup system, high availability, and advanced storage management are only available in <a href="https://zextras.com/carbonio">Zextras Carbonio</a>, a different product specially designed for large-scale enterprises.</p>
<p> </p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>Arman Khosravi</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/mail-backup-and-restore/#post-5507</guid>
                    </item>
				                    <item>
                        <title>RE: mail backup and restore</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/mail-backup-and-restore/#post-5440</link>
                        <pubDate>Thu, 27 Jul 2023 19:40:00 +0000</pubDate>
                        <description><![CDATA[Hi, today Carbonio CE have an integrated backup system?]]></description>
                        <content:encoded><![CDATA[<p>Hi, today Carbonio CE h<span>ave an integrated backup system?</span></p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>jdavasco</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/mail-backup-and-restore/#post-5440</guid>
                    </item>
				                    <item>
                        <title>RE: mail backup and restore</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/mail-backup-and-restore/#post-3276</link>
                        <pubDate>Tue, 21 Jun 2022 15:02:25 +0000</pubDate>
                        <description><![CDATA[@arman Thanks for the reply. I look forward to trying out the migration process when it&#039;s available.]]></description>
                        <content:encoded><![CDATA[<p>@arman Thanks for the reply. I look forward to trying out the migration process when it's available.</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>dbayer</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/mail-backup-and-restore/#post-3276</guid>
                    </item>
				                    <item>
                        <title>RE: mail backup and restore</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/mail-backup-and-restore/#post-3274</link>
                        <pubDate>Tue, 21 Jun 2022 10:04:12 +0000</pubDate>
                        <description><![CDATA[Posted by: @dbayer 
If only Carbonio comes with backup/restore and Carbonio CE does NOT, then how do we migrate from Zimbra to Carbonio?
 
You need some way to move your data into Cabroni...]]></description>
                        <content:encoded><![CDATA[<blockquote data-userid="2940" data-postid="3203" data-mention="dbayer">
<div class="wpforo-post-quote-author"><strong> Posted by: @dbayer </strong></div>
<p>If only Carbonio comes with backup/restore and Carbonio CE does NOT, then how do we migrate from Zimbra to Carbonio?</p>
<p> </p>
<p>You need some way to move your data into Cabronio CE.</p>
<p> </p>
<p>Thanks,</p>
<p>Daniel</p>
</blockquote>
<p>Hi Daniel,</p>
<p>We will eventually prepare some articles and documentations about migrations to Carbonio CE Ricci will be available for users,  but today our main focus is to complete different components and rigorously test Carbonio CE.</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>Arman Khosravi</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/mail-backup-and-restore/#post-3274</guid>
                    </item>
				                    <item>
                        <title>RE: mail backup and restore</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/mail-backup-and-restore/#post-3203</link>
                        <pubDate>Wed, 15 Jun 2022 19:34:40 +0000</pubDate>
                        <description><![CDATA[If only Carbonio comes with backup/restore and Carbonio CE does NOT, then how do we migrate from Zimbra to Carbonio?
 
You need some way to move your data into Cabronio CE.
 
Thanks,
Da...]]></description>
                        <content:encoded><![CDATA[<p>If only Carbonio comes with backup/restore and Carbonio CE does NOT, then how do we migrate from Zimbra to Carbonio?</p>
<p> </p>
<p>You need some way to move your data into Cabronio CE.</p>
<p> </p>
<p>Thanks,</p>
<p>Daniel</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>dbayer</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/mail-backup-and-restore/#post-3203</guid>
                    </item>
				                    <item>
                        <title>RE: mail backup and restore</title>
                        <link>https://community.zextras.com/forum/carbonio-general-thread/mail-backup-and-restore/#post-3073</link>
                        <pubDate>Fri, 20 May 2022 18:50:10 +0000</pubDate>
                        <description><![CDATA[So, if I understand correctly, there will be no &quot;zextras suite for Carbonio CE&quot; as there is for Zimbra OSE. Am I right ?
Or is it possible to buy some &quot;zextras suite (backup, chat, mobility...]]></description>
                        <content:encoded><![CDATA[<p>So, if I understand correctly, there will be no "zextras suite for Carbonio CE" as there is for Zimbra OSE. Am I right ?</p>
<p>Or is it possible to buy some "zextras suite (backup, chat, mobility, HSM) for carbonio CE ?</p>
<p>it is not clear what carbonio CE will provide/support as admin tools.</p>
<p>please clarify this point.</p>]]></content:encoded>
						                            <category domain="https://community.zextras.com/forum/carbonio-general-thread/">Carbonio General</category>                        <dc:creator>dominix</dc:creator>
                        <guid isPermaLink="true">https://community.zextras.com/forum/carbonio-general-thread/mail-backup-and-restore/#post-3073</guid>
                    </item>
							        </channel>
        </rss>
		