Microsoft Access Plugin
If you already have Backup4all, you can add the Microsoft Access backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2021-06-17
Microsoft Office Access is part of the Microsoft Office suite of applications, included in the Professional and higher editions or sold separately. Access stores data in its own format based on the Access Jet Database Engine. This plugin will allow backing up Access database files and templates.
Raw Plugin (XML) Code: Access.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{3FBDE8D2-35E2-4E55-A467-17882514FD2A}</id>
<!--Program name-->
<name>Microsoft Access</name>
<!--Executable file path-->
<exepath type="0"/>
<!--Minimum and maximum versions for which the backup was tested-->
<minversion>12.0</minversion>
<maxversion>12.9</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-->
<variable name="path" type="reg">HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Personal</variable>
</variables>
<!--The backup sources-->
<sources>
<source name="Access files" type="folder">
<folder>#path#\</folder>
<include>*.accdb</include>
<include>*.accdt</include>
</source>
</sources>
</b4asource>