User Tools

Site Tools


fileservices:bacula_extract

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

fileservices:bacula_extract [2015/01/13 15:00] (current)
tschulz created
Line 1: Line 1:
 +====== Bacula Restoring Files without Catalog ======
  
 +  * The first thing to remember is that both **bextract** and **bls** need to working archives that are in a directory defined in **/​etc/​bacula/​bacula-sd.conf**<​file bacula example_dir_block>​
 +Device {
 +  Name = FileStorage
 +  Media Type = File
 +  Archive Device = /​home/​tschulz/​Downloads
 +  LabelMedia = yes;                   # lets Bacula label unlabeled media
 +  Random Access = Yes;
 +  AutomaticMount = yes;               # when device opened, read it
 +  RemovableMedia = no;
 +  AlwaysOpen = no;
 +}
 +</​file>​
 +  * On Ubuntu you need to install bacula-sd to get bextact and bls<file bash>
 +apt-get install bacula-sd
 +</​file>​
 +  * **bls** example<​file>​ sudo bls /​home/​tschulz/​Downloads/​Web-0037</​file>​
 +  * **bextract** example <​file>​sudo bextract /​home/​tschulz/​Downloads/​Web-0037 /​tmp/</​file>​
fileservices/bacula_extract.txt · Last modified: 2015/01/13 15:00 by tschulz