IS INTERACTIVE: yes The network backup solution (GUI) Maintained by:dan@langille.org Port Added: 24 Sep 2007 04:10:13
Bacula is a set of computer programs that permit you (or the system
administrator) to manage backup, recovery, and verification of
computer data across a network of computers of different kinds.
In technical terms, it is a network Client/Server based backup program.
Bacula is relatively easy to use and efficient, while offering many
advanced storage management features that make it easy to find and
recover lost or damaged files. Due to its modular design, Bacula is
scalable from small single computer systems to systems consisting of
hundreds of computers located over a large network.
WWW: http://www.bacula.org/
To install the port:cd /usr/ports/sysutils/bacula-bat/ && make install clean To add the package:pkg_add -r bacula-bat
Configuration Options
===> The following configuration options are available for bacula-bat-2.4.0:
NLS=on (default) "Native Language Support via gettext utilities"
OPENSSL=off (default) "Enable OpenSSL for encrypted communication"
===> Use 'make config' to modify these settings
Reason:
bacula-server now installs two rc.d scripts, one for the Director
and one for the Storage Daemon. To enable the Director at boot time,
set the following in /etc/rc.conf[.local]:
bacula_dir_enable="YES"
To enable the Storage Daemon, set the following in rc.conf(5):
bacula_sd_enable="YES"
Similarly, bacula-client also installs a rcNG script. To enable
the File Daemon at boot time, set the following in rc.conf(5):
bacula_fd_enable="YES"
The old z-bacula.sh script in PREFIX/etc/rc.d should be removed.
Number of commits found: 5
Commit History - (may be incomplete: see CVSWeb link above for full details)
[NEW PORT] sysutils/bacula-bat GUI for sysutils/bacula-server
Add the GUI interface for Bacula,bat is the GUI inteface for Bacula.
Bacula is a set of computer programs that permit you (or the system
administrator) to manage backup, recovery, and verification of
computer data across a network of computers of different kinds.
In technical terms, it is a network Client/Server based backup program.
Bacula is relatively easy to use and efficient, while offering many
advanced storage management features that make it easy to find and
recover lost or damaged files. Due to its modular design, Bacula is
scalable from small single computer systems to systems consisting of
hundreds of computers located over a large network.
WWW: http://www.bacula.org/
PR: ports/116450
Submitted by: Dan Langille <dan@langille.org>