Jump to content

Bacula: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
Date style correction to make it consistent with other dates on the same page
Tags: Mobile edit Mobile web edit
Add 15.0.x release to latest release section
 
(20 intermediate revisions by 16 users not shown)
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 = {{wikidata|property|reference|P348}}
| latest_release_version = 9.6.5
| latest release date = {{start date and age|{{wikidata|qualifier|P348|P577}}}}
| latest_release_date = {{start date and age|2020|06|10}}<ref name="bacula-9-6-5">{{cite web|url=https://www.bacula.org/bacula-release-9-6-5/|title=Bacula Release 9.6.5|first=Rob|last=Morrison|date=June 10, 2020|accessdate=August 13, 2020}}</ref>
| operating_system = [[Cross-platform]]
| operating_system = [[Cross-platform]]
| programming_language = [[C (programming language)|C]], [[C++]]
| programming_language = [[C (programming language)|C]], [[C++]]
Line 18: Line 18:
| license = [[GNU Affero General Public License]] v3.0
| license = [[GNU Affero General Public License]] v3.0
}}
}}
'''Bacula''' is an open-source, enterprise-level computer [[backup]] system for [[heterogeneous network]]s. It is designed to automate backup tasks that had often required intervention from a [[systems administrator]] or computer operator.
'''Bacula''' is an [[Open-source software|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]], [[Microsoft Windows|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]] [[System console|console]], [[GUI]] or [[web interface]]; its back-end is a catalog of information stored by [[MySQL]], [[PostgreSQL]], or [[SQLite]].
Bacula supports [[Linux]], [[UNIX]], [[Microsoft Windows|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, GUI or web interface; its back-end is a catalog of information stored by [[MySQL]], [[PostgreSQL]], or [[SQLite]].


==Overview==
==Overview==
Line 26: Line 26:
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 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 software|open-source]] and released under the [[GNU Affero General Public License|AGPL version 3]] license with exceptions to permit linking with OpenSSL and distributing Windows binaries.<ref>{{cite web |url=http://www.bacula.org/7.0.x-manuals/en/main/Bacula_Copyright_Trademark_.html |title=Bacula Copyright, Trademark, and Licenses |publisher=Bacula.org }}</ref>
Bacula is open-source and released under the [[GNU Affero General Public License|AGPL version 3]] license with exceptions to permit linking with OpenSSL and distributing Windows binaries.<ref>{{cite web |url=http://www.bacula.org/7.0.x-manuals/en/main/Bacula_Copyright_Trademark_.html |title=Bacula Copyright, Trademark, and Licenses |publisher=Bacula.org }}</ref>


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<ref>{{cite web |url=http://www.baculasystems.com |title=Bacula Systems S.A.}}</ref> 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.<ref>{{cite web | url=http://datacenter.cioreview.com/vendors/2015/20special1 | title=June 2015 Data Center special edition | publisher=CIO Review | accessdate=10 June 2015 | author=10 June 2015}}</ref>
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<ref>{{cite web |url=http://www.baculasystems.com |title=Bacula Systems S.A.}}</ref> 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.
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.<ref>http://sourceforge.net/projects/bacula/</ref>
Since April 2002, Bacula has over 2 million downloads, which makes it the most downloaded open-source backup program.<ref>{{Cite web|url=http://sourceforge.net/projects/bacula/|title=Bacula}}</ref>


==Features==
==Features==
Line 40: Line 40:
===Network options===
===Network options===


*[[Transmission Control Protocol|TCP]]/[[Internet Protocol|IP]] - [[client–server]] communication uses standard ports and services instead of [[Remote procedure call|RPC]] for [[Network File System (protocol)|NFS]], [[Server Message Block|SMB]], etc.; this eases firewall administration and network security
*[[Transmission Control Protocol|TCP]]/[[Internet Protocol|IP]] [[client–server]] communication uses standard ports and services instead of [[Remote procedure call|RPC]] for [[Network File System (protocol)|NFS]], [[Server Message Block|SMB]], etc.; this eases firewall administration and network security
*[[CRAM-MD5]] - configurable client–server authentication
*[[CRAM-MD5]] configurable client–server authentication
*[[gzip|GZIP]]/[[lzo|LZO]] - client-side [[Data compression|compression]] to reduce [[network bandwidth]] consumption; this runs separate from hardware compression done by the backup device
*[[gzip|GZIP]]/[[lzo|LZO]] client-side [[Data compression|compression]] to reduce [[network bandwidth]] consumption; this runs separate from hardware compression done by the backup device
*[[Transport Layer Security|TLS]] - network communication encryption<ref>https://www.bacula.org/9.4.x-manuals/en/main/Bacula_TLS_Communications_E.html</ref>
*[[Transport Layer Security|TLS]] network communication encryption<ref>{{Cite web|url=https://www.bacula.org/9.4.x-manuals/en/main/Bacula_TLS_Communications_E.html|title = Bacula TLS – Communications Encryption}}</ref>
*[[MD5]]/[[SHA-1|SHA]] - verify file integrity
*[[MD5]]/[[SHA-1|SHA]] verify file integrity
*[[Cyclic redundancy check|CRC]] - verify data block integrity
*[[Cyclic redundancy check|CRC]] verify data block integrity
*[[Public key infrastructure|PKI]] - backup data encryption
*[[Public key infrastructure|PKI]] backup data encryption
*[[NDMP]] - enterprise version plugin<ref>[http://www.baculasystems.com/products/bacula-enterprise-plugins Bacula Enterprise Plugins]</ref>
*[[NDMP]] enterprise version plugin<ref>[http://www.baculasystems.com/products/bacula-enterprise-plugins Bacula Enterprise Plugins]</ref>
*[[cloud backup]] with some [[Amazon S3|S3]] file storage services


===Client OS===
===Client OS===
Line 55: Line 56:
==Considerations==
==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.<ref>{{cite web|url=http://www.bacula.org/7.0.x-manuals/en/main/Released_Version_3_0_3_3_0_.html#SECTION00520000000000000000 |title=New Features in 3.0.0 |publisher=Bacula.org}}</ref>
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.<ref name=":0">{{cite web|url=http://www.bacula.org/7.0.x-manuals/en/main/Released_Version_3_0_3_3_0_.html#SECTION00520000000000000000 |title=New Features in 3.0.0 |publisher=Bacula.org}}</ref>


== History ==
== History ==
Line 83: Line 84:
|-
|-
| April 2009
| April 2009
| Release 3.0.0 with new features<ref>{{cite web|url=http://www.bacula.org/7.0.x-manuals/en/main/Released_Version_3_0_3_3_0_.html#SECTION00520000000000000000 |title=New Features in 3.0.0 |publisher=Bacula.org}}</ref>
| Release 3.0.0 with new features<ref name=":0" />
|-
|-
| January 2010
| January 2010
Line 111: Line 112:
| July 2017
| July 2017
| Release 9.0.0 with many new features<ref>{{cite web|url=http://www.bacula.org/9.0.x-manuals/en/main/New_Features_in_9_0_0.html |title=New Features in 9.0.0 |publisher=Bacula.org}}</ref>
| Release 9.0.0 with many new features<ref>{{cite web|url=http://www.bacula.org/9.0.x-manuals/en/main/New_Features_in_9_0_0.html |title=New Features in 9.0.0 |publisher=Bacula.org}}</ref>
|-
| December 2018
| Release 9.2.0 with many new features<ref>{{cite web|url=https://www.bacula.org/9.2.x-manuals/en/main/New_Features_in_9_2_0.html |title=New Features in 9.2.0 |publisher=Bacula.org}}</ref>
|-
| January 2020
| Release 9.4.0 with many new features<ref>{{cite web|url=http://www.bacula.org/9.4.x-manuals/en/main/New_Features_in_9_4_0.html |title=New Features in 9.4.0 |publisher=Bacula.org}}</ref>
|-
| March 2021
| Release 11.0.0 with many new features<ref>{{cite web|url=http://www.bacula.org/11.0.x-manuals/en/main/New_Features_in_11_0_0.html |title=New Features in 11.0.0 |publisher=Bacula.org}}</ref><ref>{{cite web|url=https://cloud7.news/software/bacula-11-0-1-released/|title=New Features in 11.0.1|date=6 February 2021|publisher=Cloud7 News}}</ref>
|-
| August 2022
| Release 13.0.1 with many new features<ref>{{cite web|url=http://www.bacula.org/13.0.x-manuals/en/main/New_Features_in_13_0_0.html|title=New Features in 13.0.0 |publisher=Bacula.org}}</ref><ref>{{cite web|url=https://www.bacula.org/bacula-release-13-0-1/|title=New Features in 13.0.1|date=5 August 2022|publisher=Bacula.org}}</ref>
|-
| March 2024
| Release 15.0.2 with many new features<ref>{{cite web|url=http://www.bacula.org/15.0.x-manuals/en/main/New_Features_in_15_0_0.html|title=New Features in 15.0.0 |publisher=Bacula.org}}</ref><ref>{{cite web|url=https://gitlab.bacula.org/bacula-community-edition/bacula-community/-/releases/Release-15.0.2|title=New Features in 15.0.2|date=22 March 2024|publisher=Bacula.org}}</ref>
|}
|}


Line 116: Line 132:
In 2011, Graham Keeling, a "former" Bacula community developer, released a friendly fork of Bacula.<ref>{{cite web|url=http://burp.grke.org/index.html|title=Burp}}</ref>
In 2011, Graham Keeling, a "former" Bacula community developer, released a friendly fork of Bacula.<ref>{{cite web|url=http://burp.grke.org/index.html|title=Burp}}</ref>


In February 2013 a former Bacula community developer (with several other Free Software users) released Bareos as a fork of Bacula.<ref>{{cite web|url=https://www.bareos.org|title=Bareos}}</ref>
In February 2013 a former Bacula community developer (with several other Free Software users) released [[Bareos]] as a fork of Bacula.<ref>{{cite web|url=https://www.bareos.org|title=Bareos}}</ref>

==See also==
* [[Amanda (software)|Amanda]]
* [[Proxmox Backup Server]]
* [[Bareos]]
* [[List of backup software]]
* [[Comparison of backup software]]


==References==
==References==

Latest revision as of 08:51, 12 July 2024

Bacula
Developer(s)Kern Sibbald and team
Initial releaseJanuary 2000; 24 years ago (2000-01)
Stable release
13.0.2[1] / 20 February 2023; 20 months ago (20 February 2023)
Written inC, C++
Operating systemCross-platform
TypeBackup
LicenseGNU Affero General Public License v3.0
Websitewww.bacula.org Edit this on Wikidata

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, GUI or web interface; its back-end is a catalog of information stored by MySQL, PostgreSQL, or SQLite.

Overview

[edit]

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 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.[4]

Features

[edit]

Bacula's features include:

Network options

[edit]
  • TCP/IPclient–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[5]
  • MD5/SHA – verify file integrity
  • CRC – verify data block integrity
  • PKI – backup data encryption
  • NDMP – enterprise version plugin[6]
  • cloud backup with some S3 file storage services

Client OS

[edit]

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

Considerations

[edit]

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

[edit]
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[8]
January 2010 Release 5.0.0 with new features[9]
September 2010 Release 5.0.3
January 2012 Release 5.2.4 with new features[10]
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[11]
August 2015 Release 7.2.0 with many new features[12]
July 2017 Release 9.0.0 with many new features[13]
December 2018 Release 9.2.0 with many new features[14]
January 2020 Release 9.4.0 with many new features[15]
March 2021 Release 11.0.0 with many new features[16][17]
August 2022 Release 13.0.1 with many new features[18][19]
March 2024 Release 15.0.2 with many new features[20][21]

Forks of Bacula

[edit]

In 2011, Graham Keeling, a "former" Bacula community developer, released a friendly fork of Bacula.[22]

In February 2013 a former Bacula community developer (with several other Free Software users) released Bareos as a fork of Bacula.[23]

See also

[edit]

References

[edit]
  1. ^ "Bacula Release 13.0.2".
  2. ^ "Bacula Copyright, Trademark, and Licenses". Bacula.org.
  3. ^ "Bacula Systems S.A."
  4. ^ "Bacula".
  5. ^ "Bacula TLS – Communications Encryption".
  6. ^ Bacula Enterprise Plugins
  7. ^ "Supported Operating Systems". Bacula.org.
  8. ^ a b "New Features in 3.0.0". Bacula.org.
  9. ^ "New Features in 5.0.0". Bacula.org.
  10. ^ "New Features in 5.2.0". Bacula.org.
  11. ^ "New Features in 7.0.0". Bacula.org.
  12. ^ "New Features in 7.2.0". Bacula.org.
  13. ^ "New Features in 9.0.0". Bacula.org.
  14. ^ "New Features in 9.2.0". Bacula.org.
  15. ^ "New Features in 9.4.0". Bacula.org.
  16. ^ "New Features in 11.0.0". Bacula.org.
  17. ^ "New Features in 11.0.1". Cloud7 News. 6 February 2021.
  18. ^ "New Features in 13.0.0". Bacula.org.
  19. ^ "New Features in 13.0.1". Bacula.org. 5 August 2022.
  20. ^ "New Features in 15.0.0". Bacula.org.
  21. ^ "New Features in 15.0.2". Bacula.org. 22 March 2024.
  22. ^ "Burp".
  23. ^ "Bareos".
[edit]