Flock Plugin
If you already have Backup4all, you can add the Flock backup plugin below.
INSTALL PLUGIN
Download plugin as XML file
Author:
Adrian (Softland)
,
2021-06-17
Flock was a web browser that specialized in providing social networking and Web 2.0 facilities built into its user interface
Raw Plugin (XML) Code: Flock.xml
<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
<!--Program unique ID (GUID)-->
<id>{EF1E7677-CD60-48D9-8344-22F6985C0E12}</id>
<!--Program name-->
<name>Flock</name>
<!--Executable file path-->
<exepath type="0"/>
<!--Minimum and maximum versions for which the backup was tested-->
<minversion>1.0</minversion>
<maxversion>1.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-->
</variables>
<!--The backup sources-->
<sources>
<source name="Settings" type="folder">
<folder>%appdata%\Flock</folder>
</source>
<source name="Components" type="folder">
<folder>%programfiles%\flock\flock\Components</folder>
</source>
<source name="Extensions" type="folder">
<folder>%programfiles%\Flock\flock\extensions</folder>
</source>
<source name="Preferences" type="folder">
<folder>%programfiles%\Flock\flock\greprefs</folder>
</source>
<source name="Modules" type="folder">
<folder>%programfiles%\Flock\flock\modules</folder>
</source>
<source name="Search plugins" type="folder">
<folder>%programfiles%\Flock\flock\searchplugins</folder>
</source>
<source name="Browser config" type="virtual folder">
<source name="browserconfig" type="virtual file">
<folder>%programfiles%\Flock\flock\browserconfig.properties</folder>
</source>
</source>
</sources>
</b4asource>