goobi_ruleseteditor.xml

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

The file is usually located at the following location:

/opt/digiverso/goobi/config/goobi_ruleseteditor.xml

For example, this configuration file looks as follows:

<config>
    
    <!-- By editing a ruleset file in the browser GUI, a backup file will be stored in the backup directory -->
    <rulesetBackupDirectory>/opt/digiverso/goobi/rulesets/backup/</rulesetBackupDirectory>

    <!-- backup files will be stored as ruleset.xml.1, ruleset.xml.2, ..., ruleset.xml.n -->
    <numberOfBackupFiles>10</numberOfBackupFiles>
    
</config>

Configuration

The parameters within this configuration file have the following meanings:

Parameter
Description

rulesetBackupDirectory

This sets the path for the backup files where the backups of the ruleset files are to be saved after editing.

numberOfBackupFiles

This integer value specifies how many backup files remain stored per ruleset file before they are overwritten by new backups.

Zuletzt aktualisiert