Ableton Plugin
If you already have Backup4all, you can add the Ableton backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2012-06-12
Ableton Live can be used for composition, songwriting, recording, production, beatmaking, remixing and live performance. It does not support traditional musical notation. This plugin backs up Ableton's user files, common files and projects
Raw Plugin (XML) Code: Ableton.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{7FEE18FA-1FCD-4F0F-A713-708FEDDF6CD6}</id>
<!--Program name-->
<name>Ableton</name>
<!--Executable file path-->
<exepath type="0"/>
<!--Minimum and maximum versions for which the backup was tested-->
<minversion>8.0</minversion>
<maxversion>8.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="personal" type="reg">HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders\Personal</variable>
</variables>
<!--The backup sources-->
<sources>
<source name="Library" type="folder">
<folder>#personal#\Ableton</folder>
</source>
<source name="User files" type="folder">
<folder>%appdata%\Ableton</folder>
</source>
<source name="Common files" type="folder">
<folder>%ALLUSERSPROFILE%\Ableton</folder>
</source>
</sources>
</b4asource>