Limited time promo

Peachtree Plugin

Softland
Softland
0 USD

Peachtree backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

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


INSTALL PLUGIN
Download plugin as XML file
Author:
Peachtree is an accounting management package developed and distributed by Sage Software targeting small and medium businesses. It is one of the most important competitors for QuickBooks, the leader in this industry. Since this handles important financial information, backing up is vital and this plugin will allow backing up Peachtree profiles, data files and registries.


Raw Plugin (XML) Code: Peachtree.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
  <!--Program unique ID (GUID)-->
  <id>{EEE7272C-13C8-42C6-88EF-A7873780832D}</id>
  <!--Program name-->
  <name>Peachtree</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>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="Peachtree Data" type="folder">
      <folder>%appdata%\Peachtree</folder>
    </source>
    <source name="Forms" type="folder">
      <folder>%ALLUSERSPROFILE%\Aatrix Software</folder>
    </source>
    <source name="Registry" type="registry">
      <registry path="HKEY_CLASSES_ROOT\Peachtree.SyncAdapter" recursive="true"/>
      <registry path="HKEY_CLASSES_ROOT\PeachtreeAccounting.Login" recursive="true"/>
      <registry path="HKEY_CLASSES_ROOT\PeachtreeAccounting.Login.18" recursive="true"/>
      <registry path="HKEY_CLASSES_ROOT\PeachtreeAccounting.LoginP.18" recursive="true"/>
      <registry path="HKEY_CLASSES_ROOT\PeachtreeAccounting.LoginSelector" recursive="true"/>
      <registry path="HKEY_CLASSES_ROOT\PeachtreeAccounting.LoginSelector.1" recursive="true"/>
      <registry path="HKEY_CLASSES_ROOT\PeachtreeAccounting.LoginSelectorP" recursive="true"/>
      <registry path="HKEY_CLASSES_ROOT\PeachtreeAccounting.LoginSelectorP.1" recursive="true"/>
      <registry path="HKEY_CLASSES_ROOT\Sage.Peachtree.InternetProducts.SyncUtils.ptSimpleExportAdapter" recursive="true"/>
      <registry path="HKEY_CLASSES_ROOT\Sage.Peachtree.InternetProducts.SyncUtils.ptTXSourceAdapter" recursive="true"/>
      <registry path="HKEY_CLASSES_ROOT\Sage.Peachtree.InternetProducts.SyncUtils.TransformExportAdapter" recursive="true"/>
      <registry path="HKEY_CURRENT_USER\Software\Peachtree" recursive="true"/>
      <registry path="HKEY_CURRENT_USER\Software\Peachtree E-mail Writer v3" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Peachtree.SyncAdapter" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PeachtreeAccounting.Login" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PeachtreeAccounting.Login.18" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PeachtreeAccounting.LoginP.18" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PeachtreeAccounting.LoginSelector" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PeachtreeAccounting.LoginSelector.1" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PeachtreeAccounting.LoginSelectorP" recursive="true"/>
      <registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Classes\PeachtreeAccounting.LoginSelectorP.1"/>
    </source>
    <source name="Profiles" type="folder">
      <folder>C:\Sage</folder>
    </source>
  </sources>
</b4asource>