- To access bconsole, ssh as root to your Bacula Enterprise Trial VM using “bacula” as the password.
 - In bconsole, type ‘restore’ which brings up the restore selection window. Here you have many ways to find the desired backup job for your restore.
 - Type ‘1’ to show a listing of the last 20 jobs run. Here you can see the jobs that have run recently on this director. If you have been following the trial scenarios, then likely you’ll see a jobid that corresponds to the Linux-etc files backup from Scenario 3. In the screenshot below, this is JobId #3.
 - Next, enter ‘3’ which prompts for the desired JobId(s) for restore, followed by the JobId. In this case, the JobId is also 3.
 - Once the JobId is entered, Bacula builds a virtual directory listing of the files that were backed up in this job, based on the information in the catalog. The restore console’s ‘File Selection’ mode allows you to browse this directory and choose the files to restore. The ‘help’ command will show all available commands in the restore console. To restore everything, simply type ‘mark *’
 - Once the files are marked, typing ‘done’ allows you to review the restore settings before running it. You can modify things like the restore path, the client where files will be restored, and the replace settings for existing files.
 - Type ‘mod’ and then select item ‘11’ to change the ‘Replace’ options. This sets the rules that Bacula will follow if it finds existing files in the restore directory. Change to ‘always’ by selecting option ‘1’.
 - Type ‘yes’ to begin the restore, and then ‘messages’ to review the job log as it runs. Once complete, the job log should say ‘Restore OK.’
 - To verify the restore, type ‘exit’ to leave bconsole, and then ‘ls /tmp/bacula-restores/etc/’.

|
|