This repository contains a collection of operators that handle backups in the Juju ecosystem. Its goal is to provide an easy-to-use, highly integrated backup solution for charms in Juju.
This repository contains the source code for the following backup-related charms:
backup-integrator: An integrator charm that requires backup relation on behalf of other charms.bacula-server: A machine charm that installs and manages all server components of the Bacula backup solution, including the Bacula Director, Bacula Storage Daemon, and Baculum.bacula-fd: A subordinate charm that installs and manages the Bacula File Daemon, which is the backup agent in the Bacula solution.
The repository also holds the snapped workloads of the aforementioned charms:
charmed-bacula-server: A snap containing all server components of the Bacula backup solution, including the Bacula Director, Bacula Storage Daemon, and Baculum.
Our documentation is stored in the docs directory.
It is based on the Canonical starter pack and hosted on
Read the Docs. In structuring, the
documentation employs the Diátaxis approach.
You may open a pull request with your documentation changes, or you can file a bug to provide constructive feedback or suggestions.
To run the documentation locally before submitting your changes:
cd docs
make runGitHub runs automatic checks on the documentation to verify spelling, validate links and style guide compliance.
You can (and should) run the same checks locally:
make spelling
make linkcheck
make vale
make lint-mdThe backup operators project is a member of the Ubuntu family. It is an open source project that warmly welcomes community projects, contributions, suggestions, fixes and constructive feedback.