Limited time promo

KeePass Password Safe Plugin

Softland
Softland
0 USD

KeePass Password Safe backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

If you already have Backup4all, you can add the KeePass Password Safe backup plugin below.


INSTALL PLUGIN
Download plugin as XML file
Author:
KeePass Password Safe is a free and open-source password manager primarily for Windows.

About KeePass Password Safe

KeePass stores usernames, passwords, and other fields, including free-form notes and file attachments, in an encrypted file. This file can be protected by any combination of a master password, a key file, and the current Windows account details. By default, the KeePass database is stored on a local file system (as opposed to cloud storage).
KeePass supports a number of plugins. It has a password generator and synchronization function, supports two-factor authentication, and has a Secure Desktop mode. It can use a two-channel auto-type obfuscation feature to offer additional protection against keyloggers. KeePass can import from over 30 other most commonly used password managers.

How to backup and restore KeePass Password Safe using Backup4all plugin

Once you installed KeePass Password Safe, 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 KeePass Password Safe data is important and it will save you time compared to doing a backup manually.
Creating a backup job in Backup4all using the KeePass Password Safe plugin will let you back-up the registry entries.
In order to backup KeePass Password Safe, you have to follow these steps:
  1. Download and install the backup plugin here: KeePass Password Safe backup plugin
  2. After you installed the plugin in Backup4all, define a backup job and run it to back-up KeePass Password Safe. 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 KeePass Password Safe files after a fresh system installation or on a different computer, follow these steps:
  1. Install KeePass Password Safe and the KeePass Password Safe plugin from here: KeePass Password Safe 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 KeePass Password Safe plugin

The backup plugin mentioned above will add as backup sources the following information:
  • Configuration files
  • KeePass Password Safe registry entries

Raw Plugin (XML) Code: KeePass-Password-Safe.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
	<!--Program unique ID (GUID)-->
	<id>{F5C184BD-5701-BA28-157B-CE148EDF2F15}</id>
	<!--Program name-->
	<name>KeePass Password Safe</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="Config" type="folder">
			<folder>%APPDATA%\KeePass</folder>
		</source>
		<source name="Registry" type="registry">
			<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Classes\kdbxfile" recursive="true"/>
			<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Tracing\KeePass_RASAPI32" recursive="true"/>
			<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Tracing\KeePass_RASMANCS" recursive="true"/>
			<registry path="HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Run\KeePass 2 PreLoad" recursive="true"/>
		</source>
	</sources>
</b4asource>