Re: [Bacula-users] Having a problem getting readfifo to work

2013-05-22 Thread Radosław Korzeniewski
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

[Bacula-users] Fileset inclusion list question

2013-05-22 Thread Jonathan Bayer
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

[Bacula-users] Having a problem getting readfifo to work

2013-05-22 Thread Jonathan Bayer
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

[Bacula-users] Canceled job still reserving tape drive

2013-05-22 Thread Clark, Patricia A.
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

Re: [Bacula-users] Director not open port 9101

2013-05-22 Thread Michael Namaiandeh
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

[Bacula-users] Director not open port 9101

2013-05-22 Thread stepanoff
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