Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a4119d80ae3bd937

Jump to content

// Workers AI · dad joke modeWhat did Bacula say to its backup? "You've got my back".

From Wikipedia, the free encyclopedia
Bacula
DevelopersKern Sibbald and team
ReleaseJanuary 2000; 26 years ago (2000-01)
Stable release
15.0.3[1] / 27 March 2025; 17 months ago (27 March 2025)
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.[2][3] 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[4].

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.[5][3] Its modular design allows it to scale from a single-computer installation to networks of hundreds of machines.[6] Bacula was founded by Kern Sibbald, who served as the project’s lead developer.[7]

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

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[9] 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 January 2010 Bacula surpassed 1 million downloads according to SourceForge.[10] Since April 2002, Bacula has over 2 million downloads, which makes it the most downloaded open-source backup program.[11][12]

Features

[edit]

Bacula's features include:

Network options

[edit]
  • 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[13]
  • MD5/SHA – verify file integrity
  • CRC – verify data block integrity
  • PKI – backup data encryption
  • NDMP – enterprise version plugin[14]
  • 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.[15]

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

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
October 2008 Bacula Systems SA was established to provide commercial support for Bacula.[17]
April 2009 Release 3.0.0 with new features[16]
January 2010 Release 5.0.0 with new features[18]
September 2010 Release 5.0.3
January 2012 Release 5.2.4 with new features[19]
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[20]
August 2015 Release 7.2.0 with many new features[21]
July 2017 Release 9.0.0 with many new features[22]
December 2018 Release 9.2.0 with many new features[23]
January 2020 Release 9.4.0 with many new features[24]
March 2021 Release 11.0.0 with many new features[25][26]
August 2022 Release 13.0.1 with many new features[27][28]
March 2024 Release 15.0.2 with many new features[29][30]
March 2025 Release 15.0.3 with many new features[31]

From 2006 the Free Software Foundation Europe acted as fiduciary for copyrights held by developers of Bacula.org software. The agreement between Kern Sibbald and the FSFE was terminated in March 2015.[32]

Forks of Bacula

[edit]

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

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

See also

[edit]

References

[edit]
  1. ↑ "Bacula Community 15.0.3 Released!".
  2. ↑ Storz, Jörg Steffens and Philipp. "Better Backups » ADMIN Magazine". ADMIN Magazine. Retrieved 2026-09-24.
  3. 1 2 Preston, W. Curtis (2007). Backup & Recovery. O’Reilly Media. ISBN 978-0-596-10246-3.
  4. ↑ "Chapter 7. Deprecated functionalities | 9.6 Release Notes | Red Hat Enterprise Linux | 9 | Red Hat Documentation". docs.redhat.com. Retrieved 2026-09-08.
  5. ↑ SCHÖCHLIN, JENS-CHRISTOPH BRENDEL, MARC. "BACKUP POWER » Linux Magazine". Linux Magazine. Retrieved 2026-09-24.{{cite web}}: CS1 maint: multiple names: authors list (link)
  6. ↑ "Debian - Details of package bacula in trixie". Debian Packages. Debian Project. Retrieved 24 September 2026.
  7. ↑ "Speaker: Kern Sibbald | FOSDEM". archive.fosdem.org. Retrieved 2026-09-24.
  8. ↑ "Bacula Copyright, Trademark, and Licenses". Bacula.org.
  9. ↑ "Bacula Systems S.A."
  10. ↑ Bantle, Ulrich. "Bacula Backup Solution Reaches 1 Million Downloads » Linux Magazine". Linux Magazine. Retrieved 2026-08-24.
  11. ↑ "Bacula Download Statistics: All Files". sourceforge.net. Retrieved 2026-08-24.
  12. ↑ "Bacula". 22 March 2024.
  13. ↑ "Bacula TLS – Communications Encryption".
  14. ↑ Bacula Enterprise Plugins
  15. ↑ "Supported Operating Systems". Bacula.org.
  16. 1 2 "New Features in 3.0.0". Bacula.org.
  17. ↑ Huber, Mathias. "Bacula Systems: Commercial Support for Backup P... » Linux Magazine". Linux Magazine. Retrieved 2026-08-24.
  18. ↑ "New Features in 5.0.0". Bacula.org.
  19. ↑ "New Features in 5.2.0". Bacula.org.
  20. ↑ "New Features in 7.0.0". Bacula.org.
  21. ↑ "New Features in 7.2.0". Bacula.org.
  22. ↑ "New Features in 9.0.0". Bacula.org.
  23. ↑ "New Features in 9.2.0". Bacula.org.
  24. ↑ "New Features in 9.4.0". Bacula.org.
  25. ↑ "New Features in 11.0.0". Bacula.org.
  26. ↑ "New Features in 11.0.1". Cloud7 News. 6 February 2021. Archived from the original on 25 November 2021. Retrieved 11 June 2021.
  27. ↑ "New Features in 13.0.0". Bacula.org.
  28. ↑ "New Features in 13.0.1". Bacula.org. 5 August 2022.
  29. ↑ "New Features in 15.0.0". Bacula.org.
  30. ↑ "New Features in 15.0.2". Bacula.org. 22 March 2024.
  31. ↑ "Bacula Community 15.0.3 Released!". Bacula.org. 2025-03-27.
  32. ↑ "Statement on changed relations between the FSFE and Kern Sibbald - FSFE". FSFE - Free Software Foundation Europe. Retrieved 2026-09-24.
  33. ↑ "Burp".
  34. ↑ "Bareos".
[edit]