bacularis / bacularis-app
Bacularis - The Bacula web interface
Installs: 3 608
Dependents: 0
Suggesters: 0
Security: 0
Stars: 19
Watchers: 3
Forks: 0
Open Issues: 2
Language:Shell
Type:project
Requires
- php: >=7.4.0
- ext-bcmath: *
- ext-curl: *
- ext-dom: *
- ext-json: *
- ext-ldap: *
- ext-mysqlnd: *
- ext-pdo: *
- ext-pgsql: *
- bacularis/bacularis-api: *
- bacularis/bacularis-common: *
- bacularis/bacularis-web: *
- bower-asset/jquery: ^3
- bower-asset/jquery-ui: ^1
- cweagans/composer-patches: ^1
- npm-asset/datatables.net: ^2
- npm-asset/datatables.net-buttons: ^3
- npm-asset/datatables.net-buttons-dt: ^3
- npm-asset/datatables.net-dt: ^2
- npm-asset/datatables.net-fixedheader: ^4
- npm-asset/datatables.net-fixedheader-dt: ^4
- npm-asset/datatables.net-responsive: ^3
- npm-asset/datatables.net-responsive-dt: ^3
- npm-asset/datatables.net-select: ^3
- npm-asset/flotr2: ^0
- npm-asset/fortawesome--fontawesome-free: ^6
- npm-asset/opentip: ^2
- npm-asset/qrcodejs: ^1
- npm-asset/valuatum--gauge.js: ^1
- pradosoft/prado: 4.2.2
- dev-master
- 5.5.0
- 5.4.0
- 5.3.1
- 5.3.0
- 5.2.0
- 5.1.0
- 5.0.0
- 4.8.0
- 4.7.1
- 4.7.0
- 4.6.0
- 4.5.1
- 4.5.0
- 4.4.0
- 4.3.0
- 4.2.1
- 4.2.0
- 4.1.0
- 4.0.0
- 3.2.1
- 3.2.0
- 3.1.0
- 3.0.1
- 3.0.0
- 2.8.1
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.1
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.1
- 2.2.0
- 2.1.2
- 2.1.1
- 2.1.0
- 2.0.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.1
- 1.2.0
- 1.1.1
- 1.1.0
- 1.0.12
- 1.0.11
- 1.0.10
- 1.0.9
- 1.0.8
- 1.0.7
- 1.0.6
- 1.0.5
- 1.0.4
- 1.0.3
- 1.0.2
- 1.0.1
- 1.0.0
This package is auto-updated.
Last update: 2025-08-07 08:33:58 UTC
README
Bacularis is a web interface designed to configure, manage, and monitor the Bacula backup environment. It offers a complete solution for setting up backup jobs, restoring data, managing tape or disk volumes on both local and remote storage, working with backup clients, and handling daily backup administration tasks. Autochanger management is also supported.
Bacularis includes advanced user management with role-based access control, allowing configuration for regular users. Each user can log in to the web interface and perform backup and restore operations for their own computer data only.
Architecture
The project consists of two web applications:
- the web interface, and
- the Bacularis API, which includes a separate administrative panel.
The web interface can connect to multiple Bacularis API instances, enabling centralized configuration and management of remote Bacula components.
Project background
Bacularis is a friendly fork of Baculum. It was created by the creator of Baculum to simplify its functionality—making it accessible not only to experienced Bacula users but also to beginners and intermediate users.
Requirements
Before installation, ensure you have PHP >= 7.4 and the following PHP modules installed:
- php-bcmath
- php-curl
- php-dom
- php-json
- php-ldap
- php-mysqlnd
- php-pdo
- php-pgsql
- php-intl
Installation
One of the methods for installing and updating Bacularis is using Composer.
If Composer is not installed on your system, you can use the following commands to install it:
curl -s http://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
Once Composer is ready, install Bacularis by running:
composer create-project bacularis/bacularis-app
After installation, run the setup script as the root user. This script will:
- set appropriate file and directory permissions, and
- prepare the web server configuration file.
bacularis-app/protected/tools/install.sh
Documentation
- Bacularis documentation: https://bacularis.app/doc/
- Bacularis API documentation: https://bacularis.app/api/
Live Demo
Want to try Bacularis before installing it? Visit the live demo at:
Project homepage
Main project website: https://bacularis.app