On 16 Feb 2006 at 10:56, [EMAIL PROTECTED] wrote:

> Hi,
> 
> When configuring and compilingbacula, is there a way to change the 
> database name 'bacula'?  I can't find where to change it.

The database name is set at run time.  It is not set at compile time.

Look for it in the Catalog resource in the bacula-dir.conf file.

# Generic catalog service
Catalog {
  Name = MyCatalog
  dbname = bacula; user = bacula; password = "passwd"
}

There's the dbname there.

-- 
Dan Langille : Software Developer looking for work
my resume: http://www.freebsddiary.org/dan_langille.php




-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to