Re: [Bacula-users] Backing up to dedicated storage

2018-02-19 Thread Kern Sibbald
The answer to your question was already provided by Aldolf in citing Phil's email, but just to confirm: yes building some of the Storage Daemon tools requires information about the catalog database you are using. Best regards, Kern On 02/12/2018 06:40 PM, Shawn Rappaport wrote: Thank you fo

Re: [Bacula-users] Backing up to dedicated storage

2018-02-12 Thread Adolf Belka
With some searching I found a reply from Phil Stracchino on a similar question back in 2011 and the following was the communication:- / > Hi,/ / > Is it possible to install storage daemon only from sources and in / / > this case is the MySQL is needed?/ / > I've got director and catalog on diff

Re: [Bacula-users] Backing up to dedicated storage

2018-02-12 Thread Shawn Rappaport
Thanks, Adolf! I’ll give that a try. --Shawn On 2/12/18, 3:14 PM, "Adolf Belka" wrote: Only thing I can think of is that when you specify --disable-build-dird then you maybe have to explicitly specify --enable-build-stored though not really sure that is an actual requirement beca

Re: [Bacula-users] Backing up to dedicated storage

2018-02-12 Thread Adolf Belka
Only thing I can think of is that when you specify --disable-build-dird then you maybe have to explicitly specify --enable-build-stored though not really sure that is an actual requirement because it is supposed to be the default. Adolf Belka. Sent from my Desktop Computer On 12/02/18 22:57,

Re: [Bacula-users] Backing up to dedicated storage

2018-02-12 Thread Adolf Belka
Whoops, just seen that you already had that command in your config file so then I don't understand why it still expected you to have a database selected. Will think further on it. Adolf Belka. Sent from my Desktop Computer On 12/02/18 22:47, Adolf Belka wrote: As you have not specified -enabl

Re: [Bacula-users] Backing up to dedicated storage

2018-02-12 Thread Adolf Belka
As you have not specified -enable-client-only then the default is to build both the SD and Director and then you need a database. So you need to disable the Director with the config option -disable-build-dir. This should hopefully solve your problem. Adolf Belka. Sent from my Desktop Compute

Re: [Bacula-users] Backing up to dedicated storage

2018-02-12 Thread Tilman Schmidt
Am 12.02.2018 um 18:40 schrieb Shawn Rappaport: > Thank you for the advice, Tilman! I tried to configure just the SD on the > storage server by using this command: > CFLAGS="-g -Wall" ./configure --sysconfdir=/etc/bacula > --with-scriptdir=/etc/bacula --enable-smartalloc > --with-working-dir=/va

Re: [Bacula-users] Backing up to dedicated storage

2018-02-12 Thread Shawn Rappaport
Thank you for the advice, Tilman! I tried to configure just the SD on the storage server by using this command: CFLAGS="-g -Wall" ./configure --sysconfdir=/etc/bacula --with-scriptdir=/etc/bacula --enable-smartalloc --with-working-dir=/var/bacula --with-pid-dir=/var/run --enable-readline --disab

Re: [Bacula-users] Backing up to dedicated storage

2018-02-10 Thread Tilman Schmidt
Am 10.02.2018 um 01:50 schrieb Shawn Rappaport: > I currently have a CentOS 7 server set up with > [...] the Dir, SD and MySQL running on the > same server in our Las Vegas datacenter. [...] > We have four locations (including Las Vegas) and each location has its > own CentOS 7 server with a bunch

Re: [Bacula-users] Backing up to dedicated storage

2018-02-10 Thread Heitor Faria
Hello, Shawm, > I just started working with Bacula (9.0.6) this week and I am in the staging > phase of things. I currently have a CentOS 7 server set up with most of the > default settings, with the Dir, SD and MySQL running on the same server in our > Las Vegas datacenter. I have successfully b