juju-backup-all
Install latest/stable of juju-backup-all
Ubuntu 16.04 or later?
Make sure snap support is enabled in your Desktop store.
Install using the command line
sudo snap install juju-backup-all
Don't have snapd? Get set up for snaps.
Details for juju-backup-all
Package name
- juju-backup-all
License
- Apache-2.0
Last updated
- 13 November 2025 - latest/stable
- 23 September 2026 - latest/edge
Websites
Source code
Report a bug
External link warning
You are about to open
Do you wish to proceed?
Report a Snap Store violation
Report juju-backup-all for a Snap Store violation
Snap Store Violation Report submitted successfully
Thank you for your report. Information you provided will help us investigate further.
Error submitting report
There was an error while sending your report. Please try again later.
Share this snap
Generate an embeddable card to be shared on external websites.
Tool for backing up charms, local juju configs, and juju controllers.
Introduction
Juju-backup-all allows operators to perform backups across all juju controllers and models. It provides auto-discovery, backing up all applications of supported charms. The tool also includes options to exclude charms, select which juju controllers to backup, and backup local juju configs.
Supported charms:
- etcd
- postgresql
- mysql-innodb-cluster
Supported juju backups:
- Juju configs
- Juju controllers
Installation
Install juju-backup-all from Snap Store with:
snap install juju-backup-all
Then, make sure the appropriate interfaces are plugged:
snap connect juju-backup-all:juju-client-observe
snap connect juju-backup-all:ssh-keys
Usage
This tool primarily auto-discovers controllers/charms that need backing up. To backup the current controller, simply run:
juju-backup-all
This will backup all apps of all models (in the current controller) of supported charms and output
them into juju-backups/ directory. It will also backup the local juju client config.
For a more complex command, here's an example that specifies an output directory, excludes certain charms, excludes the juju client config backup, and runs backups on all controllers.
juju-backup-all -o my/backups/ -e postgresql -e etcd --all-controllers
The following command will give all the possible arguments that can be passed to the tool:
juju-backup-all -h
Security
The exporter server is an HTTP server built with the prometheus_client library, and designed to work with charm-juju-backup-all. It collects the backup results from the charms and exposes them over the HTTP protocol. The exporter service currently only supports HTTP, so the communication is not encrypted.
| Revision | Channel | Version | Build | Commit | Download SBOM |
|---|
The build and commit information is derived from build infrastructure records.
Install juju-backup-all on your Linux distribution
Choose your Linux distribution to get detailed installation instructions. If yours is not shown, get more details on the installing snapd documentation.