Restore Plugin Parameters

CommunityEnterprise

During restore, the Docker plugin will use the same parameters which were set for the backup job and saved in the catalog. Some of them may be changed during the restore process if required.

container_create: <Yes|No>

specifies if Docker container restore should automatically create container. The default option is to create container on restore. If you want to restore container as an image only then you should set this parameter to No.

This parameter is optional.

container_run: <Yes|No>

specifies if Docker container restore should automatically create and run container. The default option is to not run container on restore. If you want to automatically run container on restore then you should set this parameter to Yes. If you set this parameter to Yes then container_create parameter will be ignored.

This parameter is optional.

container_imageid: <Yes|No>

specifies if Docker Plugin should use image id value to create or run restored container. The default is to use image repository and tag values for that. This parameter will be ignored when both container_create and container_run will be set to No as no container create or run operation will be performed.

This parameter is optional.

container_defaultnames: <Yes|No>

specifies if Docker Plugin should setup a container names based on original container name and JobId values which is a default. If parameter is set to Yes then Docker service will setup default names for created or run container.

This parameter is optional.

timeout: nn

specifies the default timeout for connecting to Bacula Archive container during volume restore. The default is 30 seconds. The value zero (0) is invalid.

This parameter is optional.

docker_host: tcp://<host:port>

check genericparameters for more info.

Go back to: Docker: Configuration.