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 --disable-build-dird

However, it says:
You have not specified either --enable-client-only or one of the
supported databases: MySQL, PostgreSQL, or SQLite3.
This is not permitted. Please reconfigure.

Do I need to install MySQL and use --with-mysql even if I only want the SD?

--Shawn


On 2/10/18, 8:38 AM, "Tilman Schmidt" <til...@imap.cc> wrote:

    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 of storage dedicated for storing
    > backups. I would like to keep the Director running on the server in Las
    > Vegas but have backups for each location’s clients go to their
    > respective storage servers rather than over the WAN to the Director
    > server in Las Vegas.
    > 
    > What is needed to accomplish this? Do I need to install Bacula with SD
    > on each of the storage servers?
    
    Yes. More precisely, you need to install *just* the SD on each of the
    storage servers. (Plus the FD if you also want to back up data residing
    on the storage server itself.)
    
    > If so, how do I let the Director know
    > about the other SD servers
    
    Just add for each of them a Storage definition to your director
    configuration, giving the correct Address at which the director can
    reach it. Make sure any intervening firewalls allow access from the
    director to TCP port 9103 of the SD. Also make sure the Storage
    resources are named uniquely across all SDs.
    
    > and then configure the clients to back up
    > their data to a specific SD server for each location?
    
    Just add to every Job definition a Storage line giving the name of a
    storage residing on the correct SD for the client backed up by that job.
    
    HTH
    Tilman
    
    -- 
    Tilman Schmidt                              E-Mail: til...@imap.cc
    Bonn, Germany
    Diese Nachricht besteht zu 100% aus wiederverwerteten Bits.
    Ungeöffnet mindestens haltbar bis: (siehe Rückseite)
    
    
------------------------------------------------------------------------------
    Check out the vibrant tech community on one of the world's most
    engaging tech sites, Slashdot.org! 
https://urldefense.proofpoint.com/v2/url?u=http-3A__sdm.link_slashdot&d=DwIGaQ&c=sy2pFYeXOTBQJUPqadkFIXq5lzPIgQxhI8DCCAdSjYc&r=N3_BTL1Tt2ryeleRqn2wc-R4w3v0TnI7dlgnwdQ7zE8&m=9sz7sAgtaaseaGPKfNnIxolMk5pWDEfFWFs4frlr9y8&s=J8_J-Qxm0rU117KoG2DMPa9LWBbNjY3k15iMHgh1NPQ&e=
    _______________________________________________
    Bacula-users mailing list
    Bacula-users@lists.sourceforge.net
    
https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.sourceforge.net_lists_listinfo_bacula-2Dusers&d=DwIGaQ&c=sy2pFYeXOTBQJUPqadkFIXq5lzPIgQxhI8DCCAdSjYc&r=N3_BTL1Tt2ryeleRqn2wc-R4w3v0TnI7dlgnwdQ7zE8&m=9sz7sAgtaaseaGPKfNnIxolMk5pWDEfFWFs4frlr9y8&s=7iCXqHKq9SyZm57QO5woo-2B49DvlVTGFfHpytz4-M0&e=
    

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to