Bacula Client 2.2.0-1 for Mac OS X
I’ve posted a minor update to my Bacula client packages for Mac OS X. Just some config file tweaks. If you’re already running my 2.2.0 version, there is no need to upgrade.
I’ve posted a minor update to my Bacula client packages for Mac OS X. Just some config file tweaks. If you’re already running my 2.2.0 version, there is no need to upgrade.
September 5th, 2007 at 9:05 pm
I want to try to compile Bacula 2.2.1 for a Ubuntu server and Ubuntu/Win32/MacOSX clients. Could you share any hints to compiling the file daemon for OSX?
Thank you.
September 6th, 2007 at 7:20 am
M. West,
In a nut shell you just grab the source for bacula and compile on Mac OS X with:
./configure –prefix=/usr/local –enable-client-only –enable-static-fd –with-openssl –with-working-dir=/var/bacula/working
After that, just use Package Maker on Mac OS X to make an installer package (should be pretty self explanatory).
October 6th, 2007 at 9:04 pm
Thank you for sharing!