Limited time promo

Open Dental Plugin

Softland
Softland
0 USD

Open Dental backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

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


INSTALL PLUGIN
Download plugin as XML file
Author:
Open Dental is an open source dental practice management software.

About Open Dental

Open Dental is a HIPAA compliant open-source dental practice management software that provides on-premise electronic charting, billing, practice management, and imaging applications that's suitable for any large and small dental practice. Open Dental practice management solution includes patient care charts, prescribing capabilities, treatment planning, appointment scheduling with automated appointment reminders, an integrated graphical tooth chart, SMS and email texting, credit card processing, and custom reporting.

How to backup and restore Open Dental using Backup4all plugin

Once you installed and configured Open Dental, it is troublesome 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 Open Dental is important as it will save you time.
Creating a backup job in Backup4all using the Open Dental plugin, will allow you to back-up the application log files and registry entries.
In order to backup Open Dental, you have to follow these steps:
  1. Download and install the backup plugin here: Open Dental backup plugin
  2. After you installed the plugin in Backup4all, define a backup job and run it to back-up Open Dental. If you don't know how to install the plugin and run the backup, read this article: http://www.backup4all.com/kb/how-to-download-install-and-use-backup-plugins-910.html
  3. Please note you need to stop the MySql server before running the backup and you need to start it back after the backup is finished. To do that, open Backup Properties->Advanced page.
  4. In the "Run action before backup" section type: NET STOP MYSQL
  5. In the "Run action after backup" section type: NET START MYSQL
  6. Press Save and run the backup.
If you need to restore the Open Dental files after a fresh system installation or on a different computer, follow these steps:
  1. Install Open Dental and the Open Dental plugin from here: Open Dental backup plugin
  2. Open in Backup4all the .bkc catalog file from the destination.
  3. Please note you need to stop the MySql server before running the restore and you need to start it back after the restore is finished.
  4. To stop the server, open a command line window and type: NET STOP MYSQL
  5. To start the server, open a command line window and type: NET START MYSQL
  6. Press the Restore button and follow the wizard steps.

What information is backed up when using the Open Dental plugin

The backup plugin mentioned above will add as backup sources the following information:
  • OpenDental Database: C:\mysql\data
  • OpenDental images: C:\OpenDentImages

Raw Plugin (XML) Code: OpenDental.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
	<!--Program unique ID (GUID)-->
	<id>{4660A61F-DA38-2A8E-D791-3942CF1945EE}</id>
	<!--Program name-->
	<name>Open Dental</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://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="OpenDental Database"
		        type="folder">
			<folder>C:\mysql\data</folder>
		</source>
		<source name="OpenDental images"
		        type="folder">
			<folder>C:\OpenDentImages</folder>
		</source>
	</sources>
</b4asource>