I'm looking into this as well for my disk-only v3.0.0 Bacula system.  
Currently, I have the bootstrap .bsr file stored locally by default on the 
dir/sd in /var/lib/bacula/bin/working.

In the Install and Configuration Guide for v3.0.0, on page 37, section 3.1 
Critical Items, one of the bullet points states "Write a bootstrap file to a 
separate system for each backup job."  Presumably, this separate system could 
mean the same hard drive where the volume exists.

In my bacula-sd configuration file, I specify device:
Device {
...
  Media Type = File
  Archive Device = /mnt/bacula/volumes
...
}

As suggested by Install and Configuration Guide to store the bootstrap file on 
a separate system, I could specify a Job to Write Bootstrap as such:
Job {
  Name = client
...
  Write Bootstrap = "/mnt/bacula/volumes/bootstraps/client.bsr"
}

Same question as morty:  Would storing the bootstrap on the same hard drive as 
the volume be the best method for storing the bootstrap on a separate system?

+----------------------------------------------------------------------
|This was sent by [email protected] via Backup Central.
|Forward SPAM to [email protected].
+----------------------------------------------------------------------



------------------------------------------------------------------------------
Stay on top of everything new and different, both inside and 
around Java (TM) technology - register by April 22, and save
$200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco.
300 plus technical and hands-on sessions. Register today. 
Use priority code J9JMT32. http://p.sf.net/sfu/p
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to