Windows Scheduled Tasks Plugin
If you already have Backup4all, you can add the Windows Scheduled Tasks backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2021-06-17
When you schedule a task to be executed automatically that is stored in a particular folder and if you want to be able to restore the scheduled tasks you need to have it backed up. This plugin will back-up just that, the Windows Scheduled Tasks
Raw Plugin (XML) Code: Windows-Scheduled-Tasks.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{5E38DDD1-95D1-4439-8850-F4116AE450A5}</id>
<!--Program name-->
<name>Windows Scheduled Tasks</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="Tasks" type="folder">
<folder>%windir%\tasks</folder>
</source>
</sources>
</b4asource>