Limited time promo

Dolibarr Plugin

Softland
Softland
0 USD

Dolibarr backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

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


INSTALL PLUGIN
Download plugin as XML file
Author:
Dolibarr ERP CRM is an open source, free software package for companies of any size, foundations or freelancers. It includes different features for enterprise resource planning (ERP) and customer relationship management (CRM) but also other features for different activities.

About Dolibarr

Web based ERP and CRM Open Source software package to manage a professional or foundation activity (sme, freelancers, large companies): quotation or commercial proposals, invoices, products, contacts, agenda, orders, purchases, stocks, emailings, CMS, POS

How to backup and restore Dolibarr using Backup4all plugin

Once you installed Dolibarr, it is a bit of a problem to move its settings on another computer or to re-configure it after re-installing your system. This is where the plugin to back-up Dolibarr data is important and it will save you time compared to doing a backup manually.
Creating a backup job in Backup4all using the Dolibarr plugin will let you back-up the registry entries.
In order to backup Dolibarr, you have to follow these steps:
  1. Download and install the backup plugin here: Dolibarr backup plugin
  2. After you installed the plugin in Backup4all, define a backup job and run it to back-up Dolibarr. If you don't know how to install the plugin and run the backup, read this article:https://www.backup4all.com/how-to-download-install-and-use-backup-plugins-kb.html
  3. Please note that for a complete backup of Dolibarr you also need to export the database using phpMyAdmin. The export cannot be made directly from Backup4all.
If you need to restore the Dolibarr files after a fresh system installation or on a different computer, follow these steps:
  1. Install Dolibarr and the Dolibarr plugin from here: Dolibarr backup plugin
  2. Open in Backup4all the .bkc catalog file from the destination.
  3. Press the Restore button and follow the wizard steps.

What information is backed up when using the Dolibarr plugin

The backup plugin mentioned above will add as backup sources the following information:
  • Configuration files
  • Dolibarr documents

Raw Plugin (XML) Code: Dolibarr.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
	<!--Program unique ID (GUID)-->
	<id>{2C43DA03-158F-17A5-7368-854C82D96659}</id>
	<!--Program name-->
	<name>Dolibarr</name>
	<!--Executable file path-->
	<exepath type="0"/>
	<!--Minimum and maximum versions for which the backup was tested-->
	<minversion/>
	<maxversion/>
	<!--Information about the plugin author-->
	<author>
		<name>Softland</name>
		<email>[email protected]</email>
		<website>https://www.backup4all.com</website>
	</author>
	<!--Variables used in the XML file-->
	<variables>
		<!--If type="reg" then the value will be read from the registry-->
		<variable name="dolibarr_path" type="reg">HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\doliwamp_is1\InstallLocation</variable>
	</variables>
	<!--The backup sources-->
	<sources>
		<source name="Config files" type="folder">
			<folder>#dolibarr_path#www\dolibarr\htdocs\conf</folder>
		</source>
		<source name="Documents" type="folder">
			<folder>#dolibarr_path#dolibarr_documents</folder>
		</source>
	</sources>
</b4asource>