MS Power point files Plugin
If you already have Backup4all, you can add the MS Power point files backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2021-06-17
Once this plugin is installed you will be able to back-up only Microsoft PowerPoint presentations, basically files with these formats: ppt, pptx and pptm.
Raw Plugin (XML) Code: MS-Power-point-files.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{1C8550D9-55F9-496F-B8CB-DF1C8E6207C2}</id>
<!--Program name-->
<name>MS Power point files</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-->
<variable name="varP15WRTJW75007" type="reg">HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Personal</variable>
</variables>
<!--The backup sources-->
<sources>
<source name="My Documents" type="folder">
<folder>#varP15WRTJW75007#</folder>
<include type="fullpath">*.ppt</include>
<include type="fullpath">*.pptx</include>
<include type="fullpath">*.pptm</include>
</source>
</sources>
</b4asource>