Generic Plugin Parameters

CommunityEnterprise

The following Docker plugin parameter affects any type of Job (Backup, Estimation, or Restore).

abort_on_error[=<0 or 1>]

specifies whether or not the plugin should abort execution (and the Bacula Job) if a fatal error occurs during a Backup, Estimation, or Restore operation. The default value is 0.

This parameter is optional.

docker_host=tcp://<host:port>

if specified then all operations will be executed using <host:port> endpoint. The default is to use a local default socket for local dockerd. This parameter can be set or overloaded for restore operations using restore plugin options. Single docker_host=… option is supported. If multiple defined the first one will be used.

When this parameter is set then plugin will disable volume backup or restore functionality as this feature is not supported with remote Docker. This is a current plugin limitation and will be removed in the future.

This parameter is optional.

Go back to: Docker: Configuration.