Re: [osol-help] Bacula install

2011-03-14 Thread Rob Healey
Been using bacula on Solaris 10/11 for years.

Only back up about 9Tbytes so thats a little small but built in sqlite works 
fine rather
than complex external database like mysql or postgresql.

For OpenSolaris/OI/Solaris Express try:

./configure --prefix=/opt/bacula --with-python \
--disable-conio \
--enable-readline=yes \
--mandir=/opt/bacula/man \
--with-sqlite3 \
--with-openssl \
--with-working-dir=/var/spool/bacula \
--with-dump-email=sys...@example.com \
--with-job-email=sys...@example.com \
--with-smtp-host=postman.example.com \
--with-dir-user=bacula-dir --with-dir-group=bacula \
--with-sd-user=bacula-sd --with-sd-group=bacula \
--with-fd-group=bacula \
--disable-shared \
--enable-static \
--disable-libtool

I would also recommend changing the config file setup such that the main 
bacula-dir.conf, bacula-sd.conf and bacula-fd.conf use include directives to 
pull in individual
config to make it easier to manage.

-Rob
-- 
This message posted from opensolaris.org
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] Bacula install

2011-03-12 Thread Edward Ned Harvey
 From: opensolaris-help-boun...@opensolaris.org [mailto:opensolaris-help-
 

I recently went through this exercise, first trying bacula, and then trying
amanda.  I would recommend amanda a dozen times over instead of bacula.  The
documentation was better, the current release projects were recent (while
bacula is like 4 revs behind in blastwave/opencsw) ...  For amanda, I just
installed via opencsw or blastwave (I forget which) and voila, it was all
done and it was working.  I only had to create a config file, which was a
cinch, thanks to documentation that didn't suck.

Depending on your needs, you could also just use mbuffer.  It has options to
change tapes as necessary.  It's even simpler than amanda, but of course the
simpleness comes at the expense of functionality.

Still, suppose you're one of those people who still wants to store a zfs
send on tape...  You're aware of the pros/cons and are willing to
intelligently make your own choice despite all the people who say don't do
that...  mbuffer gives you a simple way to store a zfs send on tape and
rotate tapes.

___
opensolaris-help mailing list
opensolaris-help@opensolaris.org


Re: [osol-help] Bacula install

2011-03-10 Thread Steven Acres
Hi Al,

You do have mysql installed? That header {mysql.h) is provided via
SUNWsfwhea and mysql.
As well, looking at your configure arguments you have this: --with-sysql ...
HTH.

On Thu, Mar 10, 2011 at 10:25 PM, Al tse.ala...@yahoo.com wrote:

 I'm getting

 configure: error: Unable to find mysql.h in standard location

 when i run this command below

 ./configure \
 --sbindir=$HOME/bacula/bin \
 --sysconfdir=$HOME/bacula/bin \
 --with-pid-dir=$HOME/bacula/working \
 --with subsys-dir=$HOME/bacula/bin/working \
 --enable-smartalloc \
 --with-sysql \
 --with-working-dir=$HOME/bacula/bin/working \
 --with-dump-email=m...@address.com \
 --with-job-email=m...@address.com \
 --with-smtp-host=localhost

 This is for bacula the backup utility

 Please help or advise thanks.
 --
 This message posted from opensolaris.org
 ___
 opensolaris-help mailing list
 opensolaris-help@opensolaris.org




-- 
Cheers,

Steven
---
Steven Acres
UNIX/Linux System Administrator
___
opensolaris-help mailing list
opensolaris-help@opensolaris.org