Restoring with Automatic Extraction

Available since Bacula Enterprise 10.2.3

Bacula can extract xbstream automatically at restore.

To do so, either specify restore_extract in the Plugin line

Plugin = "mysql: restore_extract"

Or overwrite the behavior in bconsole by modifying the plugin Options.

Automatically selected Client: localhost-fd
Using Catalog "MyCatalog"
Run Restore job
...
Plugin Options:  *None*
OK to run? (yes/mod/no): mod
Parameters to modify:
     1: Level
     2: Storage
     3: Job
     4: FileSet
     5: Restore Client
     6: When
     7: Priority
     8: Bootstrap
     9: Where
    10: File Relocation
    11: Replace
    12: JobId
    13: Plugin Options
Select parameter to modify (1-13): 13
Automatically selected : mysql: mode=bin"
Plugin Restore Options
Option               Current Value        Default Value
manual_restore:      *None*               (yes)
extract_restored_xbstream: *None*               (no)
Use above plugin configuration? (yes/mod/no): mod
You have the following choices:
     1: manual_restore (Do not try to start the recover process)
     2: extract_restored_xbstream (When xbstream is restored, automatically extract it)
Select parameter to modify (1-2): 2
Please enter a value for extract_restored_xbstream: yes
Plugin Restore Options
Option               Current Value        Default Value
manual_restore:      *None*               (yes)
extract_restored_xbstream: yes                  (no)
Use above plugin configuration? (yes/mod/no): yes

Go back to the Restoring Complete Server Using Binary Mode (Percona).

Go back to the Restore page.

Go back to the main Operations page.