Cubase 6 Plugin
If you already have Backup4all, you can add the Cubase 6 backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2012-07-30
Cubase is a music software product developed by Steinberg for music recording, arranging and editing as part of a Digital Audio Workstation
Raw Plugin (XML) Code: Cubase-6.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{0DBBA998-B2B1-4E0D-AF29-88AF675793C6}</id>
<!--Program name-->
<name>Cubase 6</name>
<!--Executable file path-->
<exepath type="1">C:\Program Files (x86)\Steinberg\Cubase 6\Cubase6.exe</exepath>
<!--Minimum and maximum versions for which the backup was tested-->
<minversion>6.0</minversion>
<maxversion>6.5</maxversion>
<!--Information about the plugin author-->
<author>
<name>Rob Nijhof</name>
<email>[email protected]</email>
<website>http://www.djsynchro.nl</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="Application Data" type="folder">
<folder>%appdata%\Steinberg\Cubase 6</folder>
</source>
<source name="Personal Settings" type="folder">
<folder>#personal#\Steinberg</folder>
</source>
<source name="VST 3 Presets" type="folder">
<folder>#personal#\VST3 Presets</folder>
</source>
</sources>
</b4asource>