I compiled Bacula 5.2.6 with the following configure options:

./configure \
--prefix=/usr/local/bacula-5.2.6 \
--enable-smartalloc \
--with-postgresql \
[email protected] \
[email protected] \
--with-smtp-host=mailhost.gsfc.nasa.gov \
--enable-bat \
--with-tcp-wrappers=/lib64 \
--with-working-dir=/var/bacula/working


With the above configuration I realized that the *.bsr and *.mail files in my 
/var/bacula/working directory gets deleted every time I restart the daemons. My 
understanding is that we will need the .bsr files for restore jobs right?

Is there a way to avoid these files from getting deleted from the "working" 
directory or do I have to recompile by adding another configure options like:

--with-bsrdir=PATH

Not sure what configure option to add to save "*.mail" in a seprate directory 
from the working directory so it won't get deleted.


Thank you

Uthra




------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Bacula-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to