Hi, I'm using bacula 5.0.2 on debian lenny.
I have this directort definition

Director {                            # define myself
        Name = control-station-director
        DIRport = 9101                # where we listen for UA connections
        QueryFile = "/etc/bacula/scripts/query.sql"
        WorkingDirectory = "/var/lib/bacula"
        PidDirectory = "/var/run/bacula"
        Maximum Concurrent Jobs = 1
        Password = "xxxx"         # Console password
        Messages = Daemon
}

And this FileSet that was already configure by debian:

# This is the backup of the catalog
FileSet {
  Name = "Catalog"
  Include {
    Options {
      signature = MD5
      compression = GZIP
    }
    File = /var/lib/bacula/bacula.sql
  }
}

The file /var/lib/bacula/bacula.sql is empty.
Does bacula save by itself the database in the working directory
(/var/lib/bacula/) or do I have to dump the database manualy (or by a
script)?
Because this FileSet was already presente I thought the dump of
database was already made by bacula.
If it should be like that...than I have something not working with my director.

Last: what is QueryFile in the director definition? Mine is very old...(julay).
Thank you.

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to