https://github.com/bacularis/bacularis-app
Bacularis - Free and Open-Source Bacula web interface
https://github.com/bacularis/bacularis-app
api backup bacula baculum configure manage mobile php web web-app web-application webgui
Last synced: 2 months ago
JSON representation
Bacularis - Free and Open-Source Bacula web interface
- Host: GitHub
- URL: https://github.com/bacularis/bacularis-app
- Owner: bacularis
- License: other
- Created: 2021-12-09T13:13:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2026-02-05T23:04:56.000Z (3 months ago)
- Last Synced: 2026-02-06T09:33:36.868Z (3 months ago)
- Topics: api, backup, bacula, baculum, configure, manage, mobile, php, web, web-app, web-application, webgui
- Homepage: https://bacularis.app
- Size: 284 KB
- Stars: 21
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Authors: AUTHORS
Awesome Lists containing this project
README
# Bacularis - The Bacula web interface




**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:
https://demo.bacularis.app
## Project homepage
Main project website: https://bacularis.app