Limited time promo

Affinity Photo Plugin

Softland
Softland
0 USD

Affinity Photo backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

If you already have Backup4all, you can add the Affinity Photo backup plugin below.


INSTALL PLUGIN
Download plugin as XML file
Author:
Affinity Photo is a raster graphics editor developed by Serif for macOS, iOS and Windows. It is part of the "Affinity trinity" alongside Affinity Designer and Affinity Publisher. Affinity Photo is available for purchase in the macOS App Store, iOS App Store, and the Microsoft Store.

About Affinity Photo

Affinity Photo has become the first choice for photography and creative professionals around the world, who love its speed, power and precision.

How to backup and restore Affinity Photo using Backup4all plugin

Once you installed Affinity Photo, it is a bit of a problem to move its settings on another computer or to re-configure it after re-installing your system. This is where the plugin to back-up Affinity Photo data is important and it will save you time compared to doing a backup manually.
Creating a backup job in Backup4all using the Affinity Photo plugin will let you back-up the registry entries.
In order to backup Affinity Photo, you have to follow these steps:
  1. Download and install the backup plugin here: Affinity Photo backup plugin
  2. After you installed the plugin in Backup4all, define a backup job and run it to back-up Affinity Photo. If you don't know how to install the plugin and run the backup, read this article: https://www.backup4all.com/how-to-download-install-and-use-backup-plugins-kb.html
If you need to restore the Affinity Photo files after a fresh system installation or on a different computer, follow these steps:
  1. Install Affinity Photo and the Affinity Photo plugin from here: Affinity Photo backup plugin
  2. Open in Backup4all the .bkc catalog file from the destination.
  3. Press the Restore button and follow the wizard steps.

What information is backed up when using the Affinity Photo plugin

The backup plugin mentioned above will add as backup sources the following information:
  • Configuration files
  • Profiles
  • Affinity Photo registry entries

Raw Plugin (XML) Code: Affinity-Photo.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
	<!--Program unique ID (GUID)-->
	<id>{57629AC1-E27F-F849-E8A5-22CC3AEC4366}</id>
	<!--Program name-->
	<name>Affinity Photo</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>https://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>%ALLUSERSPROFILE%\Affinity</folder>
		</source>
		<source name="Profiles" type="folder">
			<folder>%APPDATA%\Affinity</folder>
		</source>
		<source name="Registry" type="registry">
			<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Affinity.Photo" recursive="true"/>
			<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Serif\Affinity" recursive="true"/>
		</source>
	</sources>
</b4asource>