Hello,
2013/5/22 Jonathan Bayer
>
> Bacula does a backup, but it doesn't copy any data from the fifo.
>
>
What is your backup Job log? Could you show us?
BTW.
Did your:
# This creates a backup of the databases with pg_dump to fifos
Client Run Before Job = "su - postgres -c
\"/etc/bacula/bin/ma
I remember that a while ago, if a directory was included 2 times (such
as the following):
Include {
File = /
File = /usr
}
and /usr was on the same filesystem, it would be backed up two times.
Is this still the case?
I'm asking because I have a fileset definition which lists a number of
Running Bacula 5.2
I'm trying to backup a Postgresql database using fifo's. The following is
the fileset:
# List of files to be backed up
FileSet {
Name = "Postgresql dump"
Include {
Options {
signatu
Current bacula v5.2.13-9
I canceled an incremental job 2 days ago via bat. It shows that it is canceled
and has since successfully run a differential for that same job. The storage
daemon still shows the tape drive in use by the canceled job and will not
release the drive to another job. Shor
To confirm the daemon is running, can you run the following command:
1. netstat -pant | grep bacula
As for the open port, how is iptables configured?
Open your iptables conf file:
2. vi /etc/sysconfig/iptables
Add the following line
-A INPUT -p tcp -m state -m tcp --dport 9101 --state NEW -j ACC
The daemon is started, but the port is not open. In debug it:
root@ns:/var/db/bacula # bacula-dir -d700 -v -f -c
/usr/local/etc/bacula-dir.conf -u bacula -g bacula
bacula-dir: dird.c:198-0 Debug level = 700
bacula-dir: lex.c:184-0 Open config file: /usr/local/etc/bacula-dir.conf
bacula-dir: lex.c