Bacula Striolata
   HOME

TheInfoList



OR:

Bacula is an
open-source Open source is source code that is made freely available for possible modification and redistribution. Products include permission to use and view the source code, design documents, or content of the product. The open source model is a decentrali ...
, 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 Linux ( ) is a family of open source Unix-like operating systems based on the Linux kernel, an kernel (operating system), operating system kernel first released on September 17, 1991, by Linus Torvalds. Linux is typically package manager, pac ...
,
UNIX Unix (, ; trademarked as UNIX) is a family of multitasking, multi-user computer operating systems that derive from the original AT&T Unix, whose development started in 1969 at the Bell Labs research center by Ken Thompson, Dennis Ritchie, a ...
,
Windows Windows is a Product lining, product line of Proprietary software, proprietary graphical user interface, graphical operating systems developed and marketed by Microsoft. It is grouped into families and subfamilies that cater to particular sec ...
, and
macOS macOS, previously OS X and originally Mac OS X, is a Unix, Unix-based operating system developed and marketed by Apple Inc., Apple since 2001. It is the current operating system for Apple's Mac (computer), Mac computers. With ...
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 MySQL () is an Open-source software, open-source relational database management system (RDBMS). Its name is a combination of "My", the name of co-founder Michael Widenius's daughter My, and "SQL", the acronym for Structured Query Language. A rel ...
,
PostgreSQL PostgreSQL ( ) also known as Postgres, is a free and open-source software, free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL compliance. PostgreSQL features transaction processing, transactions ...
, 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 GNU Affero General Public License, AGPL version 3 license with exceptions to permit linking with OpenSSL and distributing Windows binaries. 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 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.


Features

Bacula's features include:


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 *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 *Transport Layer Security, TLS – network communication encryption *MD5/SHA-1, SHA – verify file integrity *Cyclic redundancy check, CRC – verify data block integrity *Public key infrastructure, PKI – backup data encryption *NDMP – enterprise version plugin *cloud backup with some Amazon S3, S3 file storage services


Client OS

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


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.


History


Forks of Bacula

In 2011, Graham Keeling, a "former" Bacula community developer, released a friendly fork of Bacula. In February 2013 a former Bacula community developer (with several other Free Software users) released Bareos as a fork of Bacula.


See also

* Amanda (software), Amanda * Proxmox Backup Server * Bareos * List of backup software * Comparison of backup software


References


External links

* {{official website
Bacula Systems' home page
Free software programmed in C Free software programmed in C++ Free backup software Backup software Backup software for Linux 2000 software Software using the GNU Affero General Public License