> Hi John:
> I remember a email sended by myself in wich I call for a clean Bacula 
> installation but really I doesn't understand where files I need to save in 
> this case. I onlye save my conf files because in there I have the 
> configuration but nothing else. What I'm doing wrong then?
> Cheers
That was all you needed to back up.

Did you verify that the date/time on the bacula-dir executable was the
same as the day you compiled it with postgres support? If you do not
know where it is you can probably use the whereis command. Here is
what I get:

# whereis bacula-dir
bacula-dir: /usr/sbin/bacula-dir /usr/share/man/man8/bacula-dir.8.bz2

So then to check the date:

# ls -al /usr/sbin/bacula-dir
-rwxr-xr-- 1 root root 1793144 Jan  3 17:50 /usr/sbin/bacula-dir

And the version:

# bacula-dir -?
Copyright (C) 2000-2007 Free Software Foundation Europe e.V.

Version: 2.2.7 (24 December 2007)

Usage: dird [-f -s] [-c config_file] [-d debug_level] [config_file]
       -c <file>   set configuration file to file
       -dnn        set debug level to nn
       -f          run in foreground (for debugging)
       -g          groupid
       -r <job>    run <job> now
       -s          no signals
       -t          test - read configuration and exit
       -u          userid
       -v          verbose user messages
       -?          print this message.


John

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to