This repository provides a Docker image for borgmatic
 
Go to file
Grant Bevis 01543aef0a
Merge pull request #121 from modem7/patch-2
Dockerfile optimisations + fixes
2022-05-31 08:16:36 +01:00
.github Update dependabot.yml 2022-05-24 22:38:33 +01:00
base Update requirements.txt 2022-05-25 21:32:52 +01:00
debian fixing package versions 2022-05-31 02:47:22 +01:00
msmtp msmtp: README.md: Adjust documentation for new notification script and settings 2022-03-24 19:16:02 +01:00
ntfy Update README.md 2022-04-09 11:31:52 -04:00
IMAGE_ARCHITECTURE.md Add MAIL_TO and MAIL_SUBJECT env variables and store them in /etc/mailenv 2022-03-24 19:16:01 +01:00
LICENSE Create LICENSE 2021-09-17 22:04:43 +01:00
README.md Update README.md 2022-04-24 11:11:23 -03:00

README.md

Borgmatic Container

Description

A little container I wrote to automate my Borgbackup's using the excellent Borgmatic.

This image comes in the three flavours:

  1. base (vanilla), with docker log
  2. msmtp, with e-mail notifications
  3. ntfy, with push notifications

Usage

General instructions can be found in the base image README.

Additional Reading

Backup Docker using Borgmatic - Thank you @modem7