Parameter "logsDir"

Description

Configure the directory where the plugin writes its log files. The default directory is /tmp/veeam_plugin_logs. In many installations the /tmp filespace is rather small and fills up with the plugin's logfiles.

Syntax

Add the following line to the file /opt/veeam/VeeamPluginforOracleRMAN/veeam_common_config.xml

<Config>
   <PluginParameters logsDir="/NewPath/SomeFolder">
   </PluginParameters>
</Config>

Last updated