Limited time promo

Zimbra Desktop Plugin

Softland
Softland
0 USD

Zimbra Desktop backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

If you already have Backup4all, you can add the Zimbra Desktop backup plugin below.


INSTALL PLUGIN
Download plugin as XML file
Author:
Zimbra Desktop can synchronize mail, contacts, and calendar items with open-source mail clients such as Novell Evolution and also with proprietary clients such as Microsoft Outlook and Apple Mail. This plugin will allow backing up Zimbra settings, profiles and registry.


Raw Plugin (XML) Code: Zimbra-desktop.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{ECA2F54C-F9B1-4F40-AD20-6A56F6CE88FA}</id>
  <!--Program name-->
  <name>Zimbra Desktop</name>
  <!--Executable file path-->
  <exepath type="0"/>
  <!--Minimum and maximum versions for which the backup was tested-->
  <minversion>7.0</minversion>
  <maxversion>7.6</maxversion>
  <!--Information about the plugin author-->
  <author>
    <name>Softland</name>
    <email>[email protected]</email>
    <website>http://www.backup4all.com</website>
  </author>
  <!--Variables used in the XML file-->
  <variables>
    <!--If type="reg" then the value will be read from the registry-->
  </variables>
  <!--The backup sources-->
  <sources>
    <source name="Settings" type="folder">
      <folder>%programfiles%\Zimbra\Zimbra Desktop\data</folder>
    </source>
    <source name="Profiles" type="folder">
      <folder>%localappdata%\Zimbra\Zimbra Desktop</folder>
    </source>
    <source name="Registry" type="registry">
      <registry path="HKEY_CURRENT_USER\Software\Zimbra\Zimbra Desktop" recursive="true"/>
    </source>
  </sources>
</b4asource>