bacula
{{Short description|Free software backup utility}}
{{Distinguish|Bakula (disambiguation)}}
{{about|computer backup software|the penile bone found in some mammals|baculum|the genus of sea snail|Bacula (gastropod)}}
{{primary sources|date=May 2012}}
{{Infobox Software
| name = Bacula
| logo = Bacula logo.png
| screenshot =
| caption =
| collapsible =
| developer = Kern Sibbald and team
| released = {{Start date and age|2000|01}}
| latest release version = {{wikidata|property|reference|P348}}
| latest release date = {{start date and age|{{wikidata|qualifier|P348|P577}}}}
| operating_system = Cross-platform
| programming_language = C, C++
| genre = Backup
| license = GNU Affero General Public License v3.0
}}
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
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.{{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 }}
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{{cite web |url=http://www.baculasystems.com |title=Bacula Systems S.A.}} 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.{{Cite web|url=http://sourceforge.net/projects/bacula/|title=Bacula|date=22 March 2024 }}
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{{Cite web|url=https://www.bacula.org/9.4.x-manuals/en/main/Bacula_TLS_Communications_E.html|title = Bacula TLS – Communications Encryption}}
- MD5/SHA – verify file integrity
- CRC – verify data block integrity
- PKI – backup data encryption
- NDMP – enterprise version plugin[http://www.baculasystems.com/products/bacula-enterprise-plugins Bacula Enterprise Plugins]
- cloud backup with some S3 file storage services
=Client OS=
The client software, executed by a "file daemon" running on a Bacula client, supports multiple operating systems.{{cite web|url=http://www.bacula.org/7.0.x-manuals/en/main/Supported_Operating_Systems.html |title=Supported Operating Systems |publisher=Bacula.org }}
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.{{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}}
History
Forks of Bacula
In 2011, Graham Keeling, a "former" Bacula community developer, released a friendly fork of Bacula.{{cite web|url=http://burp.grke.org/index.html|title=Burp}}
In February 2013 a former Bacula community developer (with several other Free Software users) released Bareos as a fork of Bacula.{{cite web|url=https://www.bareos.org|title=Bareos}}
See also
References
{{Reflist}}
External links
{{Portal|Free and open-source software}}
- {{official website}}
- [https://www.baculasystems.com/ Bacula Systems' home page]
Category:Free software programmed in C
Category:Free software programmed in C++
Category:Backup software for Linux
Category:Software using the GNU Affero General Public License