A comprehensive web-based management interface for BorgBackup repositories with real-time monitoring, automated scheduling, and cloud synchronization capabilities.
Project description
Borgitory
Borgitory is a comprehensive web-based management interface for BorgBackup repositories that provides real-time monitoring, automated scheduling, and cloud synchronization capabilities. It offers complete backup lifecycle management including on-demand backups, automated pruning policies, interactive archive browsing with file downloads, and cloud sync to S3-compatible storage via Rclone. The FastAPI powered system features a modern responsive web interface built with HTMX, and Tailwind CSS.
Quick Start
- full documentation is available at https://borgitory.com
Prerequisites
- Docker Installation (Recommended): Docker with Docker Compose for containerized deployment
- PyPI Installation: Python 3.14+ for direct installation from PyPI
Installation
Option 1: Docker Installation (Recommended)
-
Pull and run the Docker image
# Using Docker directly docker run -d \ -p 8000:8000 \ -v ./data:/app/data \ -v /path/to/backup/sources:/backup/sources:ro \ -v /path/to/borg/repos:/repos \ --cap-add SYS_ADMIN \ --device /dev/fuse \ --name borgitory \ mlapaglia/borgitory:latest
Or using Docker Compose (create a
docker-compose.yml):version: '3.8' services: borgitory: image: mlapaglia/borgitory:latest ports: - "8000:8000" volumes: - ./data:/app/data # database and encryption key location - /path/to/backup/sources:/sources:ro - /path/to/any/backup/repos:/repos:ro cap_add: - SYS_ADMIN # optional, needed to mount borg archives and browse them devices: - /dev/fuse # borg uses FUSE to mount archives restart: unless-stopped
docker-compose up -d
-
Access the web interface
- Open http://localhost:8000 in your browser
- Create your first admin account on initial setup
Option 2: PyPI Installation
Install Borgitory directly from PyPI:
# Install stable release from PyPI
pip install borgitory
# Start the server
borgitory serve
# Or run with custom settings
borgitory serve --host 0.0.0.0 --port 8000
PyPI Installation Requirements:
- Python 3.14 or higher
- BorgBackup installed and available in PATH
- Rclone (optional, for cloud sync features)
- FUSE (optional, for browsing archives)
Windows Requirements:
- WSL2 (Windows Subsystem for Linux) must be installed and configured
- Inside WSL2, you need:
- BorgBackup installed (
sudo apt install borgbackupor similar) - Python 3.14+ installed
- Rclone installed (optional, for cloud sync features)
- BorgBackup installed (
- BorgBackup does not have a native Windows executable, so WSL2 is required for all backup operations
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file borgitory-2.7.2.tar.gz.
File metadata
- Download URL: borgitory-2.7.2.tar.gz
- Upload date:
- Size: 983.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
139175697bb6aa8655e13957690ae2df195578ca12b0c4973d32e2e9032baf02
|
|
| MD5 |
81b197270a86909e38a4ee28baf40866
|
|
| BLAKE2b-256 |
14cddee15d33c227344869707558af6de1dae89c99f93ce7f3740fbbd031ce40
|
Provenance
The following attestation bundles were made for borgitory-2.7.2.tar.gz:
Publisher:
release.yml on mlapaglia/Borgitory
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
borgitory-2.7.2.tar.gz -
Subject digest:
139175697bb6aa8655e13957690ae2df195578ca12b0c4973d32e2e9032baf02 - Sigstore transparency entry: 1006493432
- Sigstore integration time:
-
Permalink:
mlapaglia/Borgitory@61fe4b1cea63cebd5277dd6b0718460dfc01965d -
Branch / Tag:
refs/tags/v2.7.2 - Owner: https://github.com/mlapaglia
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@61fe4b1cea63cebd5277dd6b0718460dfc01965d -
Trigger Event:
release
-
Statement type:
File details
Details for the file borgitory-2.7.2-py3-none-any.whl.
File metadata
- Download URL: borgitory-2.7.2-py3-none-any.whl
- Upload date:
- Size: 920.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa0ddfd0ee3f1947bd5fb68923fb684e3627a6ff7715d258f97c1ed805203233
|
|
| MD5 |
78707fc9ba00e615473b8d6dccf36aa0
|
|
| BLAKE2b-256 |
e96b80944165fa84f1a2d542990e51f5b187fb02cd76113ff694998084d988dc
|
Provenance
The following attestation bundles were made for borgitory-2.7.2-py3-none-any.whl:
Publisher:
release.yml on mlapaglia/Borgitory
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
borgitory-2.7.2-py3-none-any.whl -
Subject digest:
fa0ddfd0ee3f1947bd5fb68923fb684e3627a6ff7715d258f97c1ed805203233 - Sigstore transparency entry: 1006493433
- Sigstore integration time:
-
Permalink:
mlapaglia/Borgitory@61fe4b1cea63cebd5277dd6b0718460dfc01965d -
Branch / Tag:
refs/tags/v2.7.2 - Owner: https://github.com/mlapaglia
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
release.yml@61fe4b1cea63cebd5277dd6b0718460dfc01965d -
Trigger Event:
release
-
Statement type: