Bacula: Difference between revisions
No edit summary |
Release 9.4.3 |
||
Line 11: | Line 11: | ||
| developer = Kern Sibbald and team |
| developer = Kern Sibbald and team |
||
| released = {{Start date and age|2000|01}} |
| released = {{Start date and age|2000|01}} |
||
| latest_release_version = 9.4. |
| latest_release_version = 9.4.3 |
||
| latest_release_date = {{start date and age| |
| latest_release_date = {{start date and age|2019|05|03}}<ref name="bacula-9-4-3">{{cite web|url=https://www.bacula.org/bacula-release-9-4-3/|title=Bacula Release 9.4.3|first=Kern|last=Sibbald|date=21 December 2018|accessdate=20 July 2019}}</ref> |
||
| operating_system = [[Cross-platform]] |
| operating_system = [[Cross-platform]] |
||
| programming_language = [[C (programming language)|C]], [[C++]] |
| programming_language = [[C (programming language)|C]], [[C++]] |
Revision as of 04:55, 20 July 2019
Developer(s) | Kern Sibbald and team |
---|---|
Initial release | January 2000 |
Stable release | 9.4.3
/ May 3, 2019[1] |
Written in | C, C++ |
Operating system | Cross-platform |
Type | Backup |
License | GNU Affero General Public License v3.0 |
Website | www |
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 macOS 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.[2]
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[3] sells various levels of annual support contracts for "Bacula Enterprise Edition", which contains various non-GPL components developed in-house. In 2015, Bacula Systems was named "Top 20 Most Promising Data Center Solution Providers" by CIO Review.[4]
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.[5]
Features
Bacula's features include:
Network options
- TCP/IP - client–server communication uses standard ports and services instead of RPC for NFS, SMB, etc.; this eases firewall administration and network security
- CRAM-MD5 - configurable client–server authentication
- GZIP/LZO - client-side compression to reduce network bandwidth consumption; this runs separate from hardware compression done by the backup device
- TLS - network communication encryption
- MD5/SHA - verify file integrity
- CRC - verify data block integrity
- PKI - backup data encryption
- NDMP - enterprise version plugin[6]
Client OS
The client software, executed by a "file daemon" running on a Bacula client, supports multiple operating systems.[7]
Considerations
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 without requiring modification of the files timestamps. This feature should always be used if an accurate state of the filesystem is important. Which criteria should be applied is configurable, i.e. inode comparisons, modification times or md5/sha1 signatures.[8]
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[9] |
January 2010 | Release 5.0.0 with new features[10] |
September 2010 | Release 5.0.3 |
January 2012 | Release 5.2.4 with new features[11] |
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[12] |
August 2015 | Release 7.2.0 with many new features[13] |
July 2017 | Release 9.0.0 with many new features[14] |
Forks of Bacula
In 2011, Graham Keeling, a "former" Bacula community developer, released a friendly fork of Bacula.[15]
In February 2013 a former Bacula community developer (with several other Free Software users) released Bareos as a fork of Bacula.[16]
References
- ^ Sibbald, Kern (21 December 2018). "Bacula Release 9.4.3". Retrieved 20 July 2019.
- ^ "Bacula Copyright, Trademark, and Licenses". Bacula.org.
- ^ "Bacula Systems S.A."
- ^ 10 June 2015. "June 2015 Data Center special edition". CIO Review. Retrieved 10 June 2015.
{{cite web}}
: CS1 maint: numeric names: authors list (link) - ^ http://sourceforge.net/projects/bacula/
- ^ Bacula Enterprise Plugins
- ^ "Supported Operating Systems". Bacula.org.
- ^ "New Features in 3.0.0". Bacula.org.
- ^ "New Features in 3.0.0". Bacula.org.
- ^ "New Features in 5.0.0". Bacula.org.
- ^ "New Features in 5.2.0". Bacula.org.
- ^ "New Features in 7.0.0". Bacula.org.
- ^ "New Features in 7.2.0". Bacula.org.
- ^ "New Features in 9.0.0". Bacula.org.
- ^ "Burp".
- ^ "Bareos".