goobi_configeditor.xml

The file goobi_ruleseteditor.xml specifies technical details for the config file editor.

The file is usually located at the following location:

/opt/digiverso/goobi/config/goobi_configeditor.xml

For example, this configuration file looks as follows:

<?xml version="1.0" encoding="UTF-8" ?>
<config_plugin>
    <configFileDirectories>
        <directory backupFiles="16">/opt/digiverso/goobi/config/</directory>
        <directory backupFolder="wizzardBackup/" backupFiles="4">/opt/digiverso/layoutwizzard/</directory>
        <directory backupFolder="itmPluginsBackup/" backupFiles="4" fileRegex=".*\.xml">/opt/digiverso/itm/plugins/config/</directory>
        <directory backupFolder="itmBackup/" fileRegex=".*\.xml">/opt/digiverso/itm/config/</directory>
    </configFileDirectories>
</config_plugin>

Configuration

The parameters within this configuration file have the following meanings:

Parameter
Erläuterung

backupFiles

Specifies the maximum number of backup files to keep.

backupFolder

Defines the relative path where backups will be stored.

fileRegex

Optional regex filter used to only display specific files.

Zuletzt aktualisiert