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

Reply via email to