Fileset Common Parameters

These parameters are controlling generic aspects of the behavior of the Exchange EWS Plugin, it is possible to find also these parameters in other Bacula Enterprise Plugins with similar effects, so you may be familiar with them.

Option

Required

Default

Values

Example

Description

abort_on_error

No

No

No, Yes

Yes

If set to Yes: Abort job as soon as any error is found with any element. If set to No: Jobs can continue even if it they found a problem with some elements. They will try to backup or restore the other and only show a warning

config_file

No

The path pointing to a file containing any combination of plugin parameters

/opt/bacula/etc/e2ws.settings

Allows to define a config file where configure any parameter of the plugin. Therefore you don’t need to put them directly in the Plugin line of the fileset

log

No

/opt/bacula/working/e2ws/e2ws-debug.log

An existing path with enough permissions for File Daemon to create a file with the provided name

/tmp/e2ws.log

Generates additional log in addition to what is shown in job log. This parameter is included in the backend file, so, in general, by default the log is going to be stored in the working directory.

debug

No

0

0, 1, 2, 3, 4, 5, 6, 7, 8, 9

Debug level. Greater values generate more debug information

Generates the working/e2ws/e2ws-debug.log* files containing debut information which is more complete with a greater debug number

path

No

/opt/bacula/working

An existing path with enough permissions for File Daemon to create any internal (and usually temporary) plugin file

/mnt/my-vol/

Uses this path to store metadata and temporary files

Go back to the Fileset Configuration article.