76fa FreshPorts -- sysutils/bacula-server
FreshPorts -- The Place For Ports If you buy from Amazon USA, please support us by using this link.
Follow us
Blog
Twitter

Port details
bacula-server 5.2.12 sysutils on this many watch lists=37 search for ports that depend on this port
Network backup solution (server)
Maintained by: dan@langille.org search for ports maintained by this maintainer
Port Added: 30 Nov 2004 19:51:24
License: not specified in port


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/
SVNWeb : Main Web Site : Distfiles Availability : PortsMon
Slave ports
  1. net-mgmt/nagios-check_bacula
  2. sysutils/bacula-bat
  3. sysutils/bacula-client
  4. sysutils/bacula-client-static

NOTE: FreshPorts displays only required dependencies information. Optional dependencies are not covered.

Required Libraries:
  1. sysutils/bacula-client
  2. databases/postgresql83-client
There are no ports dependent upon this port

To install the port: cd /usr/ports/sysutils/bacula-server/ && make install clean
To add the package: pkg_add -r bacula-server


Configuration Options
===> The following configuration options are available for bacula-server-5.2.12:
     MTX=off: Install mtx for control of autochanger devices
     MYSQL=off: MySQL database
     NLS=on: Native Language Support
     OPENSSL=on: SSL/TLS via OpenSSL
     PGSQL=on: PostgreSQL database
     SQLITE3=off: SQLite 3 database
===> Use 'make config' to modify these settings

Master Sites:
  1. ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/
  2. http://aarnet.dl.sourceforge.net/project/bacula/bacula/5.2.12/
  3. http://freefr.dl.sourceforge.net/project/bacula/bacula/5.2.12/
  4. http://garr.dl.sourceforge.net/project/bacula/bacula/5.2.12/
  5. http://heanet.dl.sourceforge.net/project/bacula/bacula/5.2.12/
  6. http://hivelocity.dl.sourceforge.net/project/bacula/bacula/5.2.12/
  7. http://ignum.dl.sourceforge.net/project/bacula/bacula/5.2.12/
  8. http://internode.dl.sourceforge.net/project/bacula/bacula/5.2.12/
  9. http://iweb.dl.sourceforge.net/project/bacula/bacula/5.2.12/
  10. http://jaist.dl.sourceforge.net/project/bacula/bacula/5.2.12/
  11. http://nchc.dl.sourceforge.net/project/bacula/bacula/5.2.12/
  12. http://ncu.dl.sourceforge.net/project/bacula/bacula/5.2.12/
  13. http://netcologne.dl.sourceforge.net/project/bacula/bacula/5.2.12/
  14. http://osdn.dl.sourceforge.net/project/bacula/bacula/5.2.12/
  15. http://space.dl.sourceforge.net/project/bacula/bacula/5.2.12/
  16. http://sunet.dl.sourceforge.net/project/bacula/bacula/5.2.12/
  17. http://superb-dca3.dl.sourceforge.net/project/bacula/bacula/5.2.12/
  18. http://switch.dl.sourceforge.net/project/bacula/bacula/5.2.12/
  19. http://tenet.dl.sourceforge.net/project/bacula/bacula/5.2.12/
  20. http://ufpr.dl.sourceforge.net/project/bacula/bacula/5.2.12/
  21. http://waix.dl.sourceforge.net/project/bacula/bacula/5.2.12/
Notes from UPDATING
These upgrade notes are taken from /usr/ports/UPDATING
  • 2012-09-13
    Affects: users of sysutils/bacula-server, sysutils/bacula-client
    Author: rm@FreeBSD.org
    Reason: 
      If you have both sysutils/bacula-server and sysutils/bacula-client
      installed, you need to pkg_delete them both prior to this update.
    
    
  • 2010-02-16
    Affects: users of sysutils/bacula-server, sysutils/bacula-client
    Author: dvl@FreeBSD.org
    Reason: 
      Bacula 5.x uses new shared objects which conflict with the shared objects
      from previous versions.  You should delete all existing Bacula packages
      from your system before compiling Bacula 5.x, otherwise you'll encounter
      compilation errors.
    
    	/usr/local/etc/rc.d/bacula-dir stop
    	/usr/local/etc/rc.d/bacula-sd stop
    	/usr/local/etc/rc.d/bacula-fd stop
    	pkg_delete 'bacula-*'
    
      After upgrading, remember to run the database upgrade script supplied
      with the port.
    
    
  • 2009-04-12
    Affects: users of sysutils/bacula-server
    Author: wxs@FreeBSD.org
    Reason: 
      sysutils/bacula-server now uses a new catalog format.  If upgrading
      from the old version please use the update_bacula_tables script
      provided with the port before restarting bacula.
    
    

Number of commits found: 115 (showing only 15 on this page)

«  1 | 2 

Commit History - (may be incomplete: see SVNWeb link above for full details)
DateByDescription
12 Jul 2005 05:33:44
Original commit files touched by this commit  1.36.3
lkoeller search for other commits by this committer
o) Correct filemart -> filemarks in post-install hint section ;-)
20 May 2005 06:38:25
Original commit files touched by this commit  1.36.3
lkoeller search for other commits by this committer
o) Fix missing move of bacula.sh.sample to z-bacula.sh.sample
15 May 2005 14:44:50
Original commit files touched by this commit  1.36.3
lkoeller search for other commits by this committer
o) Update to 1.36.3
o) Docs are now in separte distfile
o) rename rc.d/bacula.sh into rc.d/z-bacula.sh to avoid
   problems with old style rc environment (postgres or mysql is
   started after bacula).
12 May 2005 21:34:13
Original commit files touched by this commit  1.36.2
fjoe search for other commits by this committer
Fix WITH_WXCONSOLE=yes.
12 Mar 2005 07:28:45
Original commit files touched by this commit  1.36.2
lkoeller search for other commits by this committer
o) Update to 1.36.2 (PR ports/78477)
o) Fix autoconf problem with pthread lib in conjuction with
   compile for postgresql as database
   (tracked down by "Anthony Chavez" <acc@anthonychavez.org>)

PR:             ports/78477
Submitted by:   Dan Langille <dan@langille.org>
31 Jan 2005 00:35:56
Original commit files touched by this commit  1.36.1_1
girgen search for other commits by this committer
Split the postgresql ports into a server and a client part.

All ports depending on postgresql shall use the USE_PGSQL=yes knob
defined in Mk/bsd.ports.mk. Bumping portrevisions where needed.

PR:             75344
Approved by:    portmgr@ (kris), ade & sean (mentors)
23 Dec 2004 16:04:51
Original commit files touched by this commit  1.36.1_1
krion search for other commits by this committer
Chase dependency of databases/sqlite2

Forgotten by:   nork
19 Dec 2004 17:12:44
Original commit files touched by this commit  1.36.1_1
lkoeller search for other commits by this committer
o) Fix install and pkg-plist problems due to split of bacula into -client and
   -server ports. The install process of bacula only knows client only
   (but it's not clean) and a full install.

Submitted by:   Kris Kennaway <kris@obsecurity.org>
13 Dec 2004 18:28:29
Original commit files touched by this commit  1.36.1
lkoeller search for other commits by this committer
o) Don't report deinstall message (manually deletion of directory)
   if it's useless, i.e. the dir could be removed automatically.

Submitted by:    Kris Kennaway <kris@obsecurity.org>
12 Dec 2004 20:12:00
Original commit files touched by this commit  1.36.1
lkoeller search for other commits by this committer
o) Fix packageing errors.

Submitted by:   Kris Kennaway <kris@obsecurity.org>
01 Dec 2004 12:07:28
Original commit files touched by this commit  1.36.1
lkoeller search for other commits by this committer
o) Allow bacula-client port to overwrite COMMENT

PR:             ports/74582
Submitted by:   Renato Botelho <renato@galle.com.br>
01 Dec 2004 07:45:26
Original commit files touched by this commit  1.36.1
edwin search for other commits by this committer
Fix makefile for sysutils/bacula-client.

Approved by:    Lars K?ller <lars.koeller@uni-bielefeld.de>
01 Dec 2004 07:34:59
Original commit files touched by this commit  1.36.1
lkoeller search for other commits by this committer
o) Fix typo .fi instead of .endif
30 Nov 2004 20:31:40
Original commit files touched by this commit  1.36.1
lkoeller search for other commits by this committer
o) Cosmetic corrections in OPTIONs handling
o) Cosmetic portlint -A changes
30 Nov 2004 19:49:39
Original commit files touched by this commit  1.36.1
lkoeller search for other commits by this committer
o) Commit changes necessary to get a working -server, -client split of the
   port after repro-copy of bacula -> bacula-server.

Number of commits found: 115 (showing only 15 on this page)

«  1 | 2 

2886
Login
User Login
Create account

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD

Search
Enter Keywords:
 
more...

Latest Vulnerabilities
otrsMay 23
otrsMay 23
otrsMay 23
otrsMay 23
chromiumMay 22
chromiumMay 22
firefox*May 21
firefox-devel*May 21
firefox-esr*May 21
firefox10*May 21
firefox15*May 21
firefox3*May 21
firefox3-devel*May 21
firefox35*May 21
firefox36*May 21

8 vulnerabilities affecting 24 ports have been reported in the past 14 days

* - modified, not new

All vulnerabilities


Ports
Home
Categories
Deleted ports
Sanity Test Failures
Newsfeeds


Statistics
Graphs
NEW Graphs (Javascript)
Traffic

Calculated hourly:
Port count 24539
Broken 216
Deprecated 487
Ignore 634
Forbidden 2
Restricted 292
No CDROM 109
Vulnerable 25
Expired 123
Set to expire 525
Interactive 33
new 24 hours 8
new 48 hours11
new 7 days34
new fortnight58
new month222

This site
What is FreshPorts?
About the Authors
FAQ
How big is it?
The latest upgrade!
Privacy
Forums
Blog
Contact
8e7

Servers and bandwidth provided by
New York Internet, SuperNews, and RootBSD
Valid HTML, CSS, and RSS.
Copyright © 2000-2013 DVL Software Limited. All rights reserved.
0