web server for borg-manager
Go to file
2021-05-12 12:32:46 +01:00
borg-client Move forms to own directory 2021-05-10 20:17:56 +01:00
borgweb Set repo background colour based on backup status 2021-05-12 12:32:46 +01:00
.gitattributes Ignore bootstrap scss files 2021-05-10 15:15:51 +01:00
.gitignore Add bootstrap scss 2021-05-10 11:39:19 +01:00
LICENSE Initial commit 2021-05-06 05:43:35 +01:00
README.md Improve grammar and clarity 2021-05-08 13:27:18 +01:00

borg-web

Summarises borg backups using output from 'borg create'. Supersedes my previous project borg-manager.

Summary

Borg web consists of two components, a client 'borg-client' and Django web server 'borgweb', when json output from borg create is piped to the client, it is sent to the web server. If no json is output an error is assumed, which is then logged.

Features:

  • Parses json output from 'borg create --json'
  • Stores repo and archive information in database
  • Logs errors
  • Hosts repo summary page

Notes

This is a project used by me to keep track of borg backups on a locally hosted server, for this reason it is not suitable for use by you unless you know what you're doing