Limited time promo

SAGA PS Plugin

Softland
Softland
0 USD

SAGA PS backup plugin only works with Backup4all.


DOWNLOAD NOW
Buy licenses

If you already have Backup4all, you can add the SAGA PS backup plugin below.


INSTALL PLUGIN
Download plugin as XML file
Author:
SAGA PS is a program for accounting and stock records in a single item, intended for authorized individuals - law firms and notaries, owners' associations, medical offices, financial experts and other liberal professions.

About Saga PS

The program is free and contains no limitations.

How to backup and restore Saga PS using Backup4all plugin

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

The backup plugin mentioned above will add as backup sources the following information:
  • Configuration files
  • Saga PS registry entries

Raw Plugin (XML) Code: Saga-PS.xml

<?xml version="1.0" encoding="UTF-8"?>
<b4asource version="1.0">
	<!--Program unique ID (GUID)-->
	<id>{F43E7317-4415-5C76-B749-5C23FE9AFD18}</id>
	<!--Program name-->
	<name>Saga PS</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-->
		<variable name="path_sagaps" type="reg">HKEY_USERS\S-1-5-21-1756089716-1438324975-3200291012-1001\SOFTWARE\SAGA\PS 3</variable>
		<variable name="temp" type="reg">HKEY_USERS\S-1-5-21-1756089716-1438324975-3200291012-1001\SOFTWARE\SAGA\SAGASPS\CaleTemp</variable>
		<variable name="export" type="reg">HKEY_USERS\S-1-5-21-1756089716-1438324975-3200291012-1001\SOFTWARE\SAGA\SAGASPS\CaleExport</variable>
		<variable name="declaratii" type="reg">HKEY_USERS\S-1-5-21-1756089716-1438324975-3200291012-1001\SOFTWARE\SAGA\SAGASPS\CaleDeclaratii</variable>
	</variables>
	<!--The backup sources-->
	<sources>
		<source name="Declaratii" type="folder">
			<folder>#declaratii#</folder>
		</source>
		<source name="Export" type="folder">
			<folder>#export#</folder>
		</source>
		<source name="Temp" type="folder">
			<folder>#temp#</folder>
		</source>
		<source name="Saga PS folder" type="folder">
			<folder>#path_sagaps#</folder>
		</source>
	</sources>
</b4asource>