https://github.com/maltejk/borg-hive
Borg Hive - manage borgbackups
https://github.com/maltejk/borg-hive
backup borg borgbackup borgmatic django-application gui
Last synced: 4 months ago
JSON representation
Borg Hive - manage borgbackups
- Host: GitHub
- URL: https://github.com/maltejk/borg-hive
- Owner: maltejk
- License: other
- Created: 2021-10-21T07:24:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2025-11-30T12:32:05.000Z (6 months ago)
- Last Synced: 2025-12-02T18:14:43.187Z (6 months ago)
- Topics: backup, borg, borgbackup, borgmatic, django-application, gui
- Language: CSS
- Homepage: https://borg-hive.readthedocs.io/
- Size: 7.11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
What is Borg Hive?
------------------
Borg Hive is a management interface for borgbackup repositories.
It was initially created by `bpereto `_, who stopped to maintain it at some point.
As I still use it on a daily base, I try to continue his valuable work.
Quoting the original README below:
.. epigraph::
The main goal of Borg Hive is to provide a easy management of borg repositories and ssh keys, also provide notifications if there is a stale backup. Optionally, it collects some events and statistics what's happening.
I backup my peripherals at home with borgbackup, which works nice on my servers, android phones, laptops, workstations and so on.
To keep the overview over my backups and which device haven't done one in a while I decided to write a dashboard for it. The focus is for backups at home, but Borghive should also work in the cloud or in an enterprise.
.. warning:: **This is alpha software!**
Features
--------
* Repository Managment
* Repository Statistics
* SSH-Key Management
* Notifications of stale backups (E-Mail, Pushover)
* Partially Repository Events (should be improved)
* Basic Object Permissions (Owner & Group) of repositories, SSH-Keys and notifications
Quickstart
----------
Use the documentation for a quickstart and installation:
`borg-hive.readthedocs.io `_
What it should also have in the Future / Todo
----------------------------------------------
* More notification types
* GET/POST Webhooks
* Other wanted notification types
* REST API (Django Rest Framework)
* Send Logs from borg client / borgmatic to API
* Backup Scheduling & Trigger with Ansible -> AWX/Tower Integration
.. start-badges
|doc| |build| |coverage|
.. |doc| image:: https://readthedocs.org/projects/borg-hive/badge/?version=latest
:alt: Documentation
:target: https://borg-hive.readthedocs.org/en/latest/
.. |build| image:: https://github.com/maltejk/borg-hive/actions/workflows/ci.yml/badge.svg?branch=master
:alt: Build Status
:target: https://github.com/maltejk/borg-hive/actions
.. |coverage| image:: https://codecov.io/github/maltejk/borg-hive/coverage.svg?branch=master
:alt: Test Coverage
:target: https://codecov.io/github/maltejk/borg-hive?branch=master
.. end-badges