Configuration Backup Guide

ORF 6.8.1 Other Versions

A new version of this guide is available

You are viewing a guide written for an earlier ORF version. To view the latest version, click Other Versions below and select the latest version.

Other Versions

Introduction

This guide provides instructions for backing up and restoring your ORF configuration and data. If you are creating a backup for moving ORF to another server, please make sure to read the Migration Guide first.


Backup Process

ORF configuration is stored in the file system and can be simply copied to make a backup. This also applies to most of the data files with the exception of External Databases (see below).

Determining backup scope

ORF configuration and data consists of several files. Please review the list below to determine the scope of the backup.

File Type Default Path File Name Description
Settings %ProgramData%\ORF Fusion\ orfent.xml Current ORF system configuration (e.g. DNS settings, whitelists, blacklists)
Settings %ProgramData%\ORF Fusion\ orflocal.xml ORF system settings local to your system (e.g. Remote Access settings, Configuration Synchronization settings)
Settings %AppData%\ORF Fusion\ orfadmcm.ini Common administrative tool settings (e.g. default connections, proxy settings)
Settings %AppData%\ORF Fusion\ orfeeadm.ini ORF Administration Tool settings (e.g. window positions, paths)
Settings %AppData%\ORF Fusion\ orfelogv.ini ORF Log Viewer settings (e.g. filters, window positions, visible columns)
Settings %AppData%\ORF Fusion\ orfrep.ini ORF Reporting Tool settings (e.g. window positions, paths)
Data %ProgramData%\ORF Fusion\Database\ *.abs Files with .abs extension store your Auto Sender Whitelist, Greylisting, Directory Harvest Attack Protection and Honeypot data when using Private Local Databases (what if I use External Databases?)
Data %ProgramData%\ORF Fusion\Stats\ orfstat.dat System statistics data (displayed in the Administration Tool)
Data %ProgramData%\ORF Fusion\Stats\ orfs24h.dat 24-hours system statistics data (displayed in the Administration Tool)
Data %ProgramData%\ORF Fusion\ rcts.ini Remote Control entries sent from the Log Viewer, pending approval
Data %ProgramData%\ORF Fusion\Cache\ dnscache.dat DNS cache data (when caching in ORF is enabled)
Data %ProgramData%\ORF Fusion\PowerLogs\ *.ppr
plogrefs.dat
Files with .ppr extension and plogrefs.dat are required by the Reporting Tool for generating reports. Their file name is in orf-yyyy-mm-dd.ppr format. Copy as many of these as you need for reporting. Always backup .ppr files with plogrefs.dat
Log %ProgramData%\ORF Fusion\PowerLogs\ *.opg PowerLog files, used for generating daily .ppr files for the Reporting Tool, but once the .ppr file is created, they are mostly useless and ORF deletes them by default anyway
Log %ProgramData%\ORF Fusion\TextLogs\ *.log Text Log Files, used by the Log Viewer to display logs.

Note that some of the above files may not be present on your system, depending on your settings.

If you are using External Databases (that is, an external RDBMS like Microsoft® SQL Server) to store data, please consult the documentation of your RDBMS on creating database backups.

Creating a Backup

1

Determine backup scope

Determine the list of files to be backed up (see section above).

2

Shut down ORF

Stop the ORF Service (use the Administration Tool, the Services MMC or command-line: net stop orfeesvc) and exit from all running ORF components.

3

Copy selected files

Copy the files you want to be included in the backup.

4

Restart ORF

Start the ORF Service using the Administration Tool, the Services MMC or command-line by net start orfeesvc.


Restore Process

Your configuration can be restored by copying the files back into their original location. Follow the steps below to restore a backup.

1

Shut down ORF

Stop the ORF Service (use the Administration Tool, the Services MMC or command-line: net stop orfeesvc) and exit from all running ORF components.

2

Copy files back

Copy the files from your backup to their original location.

3

Restart ORF

Start the ORF Service using the Administration Tool, the Services MMC or command-line by net start orfeesvc.

hnp1 | hnp2