Bacula-users

Re: [Bacula-users] Bacula client install

2010-06-24 15:34:09
Subject: Re: [Bacula-users] Bacula client install
From: Victor Lima <victinxd AT gmail DOT com>
To: bacula-users AT lists.sourceforge DOT net
Date: Thu, 24 Jun 2010 16:28:46 -0300
Here is the way i setup my bacula's clients

Instalando Clients

mkdir /etc/bacula /etc/bacula/bin /etc/bacula/bin/working /etc/bacula/bin/conf

apt-get install libncurses5-dev g++-4.3 gcc-4.3 g++ gcc make

mv bacula-5.0.2.tar.gz /opt/
tar xfvz bacula-5.0.2.tar.gz
cd /opt/bacula-5.0.2

./configure --enable-client-only --disable-build-dird --disable-build-stored --sbindir=/etc/bacula/bin --sysconfdir=/etc/bacula/bin/conf --enable-smartalloc --enable-conio --with-working-dir=/etc/bacula/bin/working/

make
make install
make install-autostart-fd

rm -rf /opt/bacula-5.0.2


2010/6/23 sid009 <bacula-forum AT backupcentral DOT com>

Hi

I am trying to setup the baclua 5.0.2 client on a RedHat machine

Linux version 2.6.11-1.1369_FC4smp &#40;bhcompile AT decompose.build.redhat DOT com&#41; &#40;gcc version 4.0.0 20050525 &#40;Red Hat 4.0.0-9&#41;&#41; #1 SMP Thu Jun 2 23&#58;08&#58;39 EDT 2005

But after setup I do not the bacula-fd.conf file.

Here is how I am setting it up:

1- Download and extract bacula-5.0.2
2- ./configure --make-client-only
3- make
4- make install

I am tried re-installing it by doing
- make uninstall
- make distclean, before doing the ./configure but it still doesn't work for some reason.

Any ideas what I might be missing.

Any help would be appreciated

Thanks

+----------------------------------------------------------------------
|This was sent by syed AT logicscope DOT com via Backup Central.
|Forward SPAM to abuse AT backupcentral DOT com.
+----------------------------------------------------------------------



------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the
lucky parental unit.  See the prize list and enter to win:
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>