Download and Install bacula version 2.2.6 on Mac OS X
Friday the 25th of July, 2008

    bacula  most recent diff


      View the most recent changes for the bacula port at: bacula.darwinports.com/diff
      Scroll down toward the bottom of the page to get installation instructions for bacula.
      The raw portfile for bacula 2.2.6 is located here:
      http://bacula.darwinports.com/dports/sysutils/bacula/Portfile
      Find related portfiles with the unique DarwinPorts.com search feature.
      Check for any related Fink projects here: pdb.finkproject.org/pdb/package.php/bacula
      Google
      Web Darwinports.com



      # $Id: Portfile 33297 2008-01-23 09:32:47Z ryandesign macports.org $

      PortSystem 1.0

      Name: bacula
      Version: 2.2.6
      Category: sysutils
      Platform: darwin
      Maintainers: nomaintainer
      Description: network based backup program
      Long Description: Bacula is a set of computer programs that permit you to manage backup, recovery, and verification of computer data across a network of computers of different kinds.

      Homepage: http://www.bacula.org/
      master_sites sourceforge
      checksums sha1 fc2f2d7605bd493b7d8b8423a0cbb24099674303

      depends_build port:gawk
      depends_lib port:zlib port:sqlite3 port:openssl port:libiconv port:gettext port:ncurses port:cdrtools

      configure.args --mandir=${prefix}/share/man --with-pid-dir=${prefix}/var/run --with-subsys-dir=${prefix}/var/run/subsys --sysconfdir=${prefix}/etc/${name} --with-libintl-prefix=${prefix} --with-openssl=${prefix} --with-libiconv-prefix=${prefix} --with-sqlite3=${prefix} --archivedir=/var/tmp --enable-smartalloc --enable-largefile --without-postgresql --without-mysql --disable-gnome --disable-wx-console --disable-tray-monitor
      configure.cppflags-append -I${prefix}/ncurses
      configure.ldflags-append -lncurses

      destroot.keepdirs ${destroot}${prefix}/var/run/subsys ${destroot}${prefix}/var/bacula/working

      startupitem.create yes
      startupitem.init "BIN=${prefix}/sbin/bacula-fd\nPID=${prefix}/var/run/bacula-fd.*.pid"
      startupitem.start "\[ -x \${BIN} \] && \${BIN} -c ${prefix}/etc/bacula/bacula-fd.conf"
      startupitem.stop "\[ -r \${PID} \] && /bin/kill \$(cat \${PID})"


    If you haven't already installed Darwin Ports, you can find easy instructions for doing so at the main Darwin Ports page.

    Once Darwin Ports has been installed, in a terminal window and while online, type the following and hit return:


      %  cd /opt/local/bin/portslocation/dports/bacula
      % sudo port install bacula
      Password:
    You will then be prompted for your root password, which you should enter. You may have to wait for a few minutes while the software is retrieved from the network and installed for you. Y ou should see something that looks similar to:

      ---> Fetching bacula
      ---> Verifying checksum for bacula
      ---> Extracting bacula
      ---> Configuring bacula
      ---> Building bacula with target all
      ---> Staging bacula into destroot
      ---> Installing bacula
    - Make sure that you do not close the terminal window while Darwin Ports is working. Once the software has been installed, you can find further information about using bacula with these commands:
      %  man bacula
      % apropos bacula
      % which bacula
      % locate bacula

     Where to find more information:

    Darwin Ports



    image test