Bacula

This article is about computer backup software. For the penile bone found in some mammals, see baculum. For the genus of sea snail, see Bacula (gastropod).
Bacula
Developer(s) Kern Sibbald, and team
Initial release January 2000
Stable release 7.0.5 / July 28, 2014
Written in C++
Operating system Cross-platform
Type Backup
License Affero General Public License v3.0
Website www.bacula.org

Bacula is an open source, enterprise level computer backup system for heterogeneous networks. It is designed to automate backup tasks that had often required intervention from a systems administrator or computer operator.

Bacula supports Linux, UNIX, Windows, and Mac OS X backup clients, and a range of professional backup devices including tape libraries. Administrators and operators can configure the system via a command line console, GUI or web interface; its back-end is a catalog of information stored by MySQL, PostgreSQL, or SQLite.

Overview

Bacula is a set of computer programs for managing backup, recovery, and verification of computer data across a network—providing a backup solution for mixed operating system environments.

Bacula is open source and released under the AGPL version 3 license with exceptions to permit linking with OpenSSL and distributing Windows binaries.[1]

Bacula is available under a "dual license" (see: Multi-licensing) AGPLv3 or Proprietary license. Several entities offer commercial support for the AGPL "Bacula community version" while Bacula Systems [2] sells various levels of annual support contracts for "Bacula Enterprise Edition", which contains various non-GPL components developed in-house.

In common with other dual license software, components developed for the Bacula Enterprise Edition are released into Bacula Community edition after some period of exclusivity to the proprietary version.

Since April 2002, Bacula has over 2 million downloads, which makes it the most downloaded open source backup program.[3]

Bacula® is a registered trademark of Kern Sibbald.

Features

Bacula's features include:

Network options

Client-options

Backup devices

Client OS

The client software, executed by a "file daemon" running on a Bacula client, supports multiple operating systems.[5]

Considerations

Bacula stores backup data in an open and documented yet unique volume format; there are Bacula standalone tools to read/write the backup data (bls, bcopy, bscan, bextract), these tools are not compatible with other Unix backup utilities such as tar or dump.

By default, Bacula's differential and incremental backups are based on system time stamps. Consequently, if you move files into an existing directory or move a whole directory into the backup FileSet after a full backup, those files may not be backed up by an incremental save because they may have old dates. You must explicitly update the date/time stamp on all moved files. Bacula versions starting with 3.0 or later support Accurate backup, which is an option that addresses this issue.[6]

History

Date Event
January 2000 Project started
April 14, 2002 First release to SourceForge.net (version 1.16)
June 29, 2006 Release 1.38.11 (Final version 1 release)
January 2007 Release 2.0.0
September 2007 Release 2.2.3
June 2008 Release 2.4.0
April 2009 Release 3.0.0 with new features[7]
January 2010 Release 5.0.0 with new features[8]
September 2010 Release 5.0.3
January 2012 Release 5.2.4 with new features[9]
February 2012 Release 5.2.6
June 2012 Release 5.2.9
February 2013 Release 5.2.13
July 2014 Release 7.0.5 with many new features[10]

Forks of Bacula

In 2011, Graham Keeling, a "former" Bacula community developer, released a friendly fork of Bacula.[11] This fork is interesting in that it takes quite a different approach to backup than Bacula does. Graham is on good terms with the developers and the Bacula project. Recently, Graham has agreed to Bacula and Bacula Systems using some of his code.

In February 2013 the former Bacula community and Linux-kernel-developer Marco van Wieringen released Bareos as a fork of Bacula. Bareos adds new features like hardware encryption for LTO tape drives, support for the cloud storage backends Ceph and Gluster and regularly publishes installation packages for major Linux distributions as well as client and server binaries for Windows.[12]

Further reading

References

External links