2020-02-10 20:51:59 +00:00
# Borgmatic Container
2021-02-15 11:19:23 +00:00
![](https://github.com/witten/borgmatic/raw/master/docs/static/borgmatic.png)
2022-12-23 19:12:24 +00:00
[![ ](https://img.shields.io/github/issues/borgmatic-collective/docker-borgmatic )](https://github.com/borgmatic-collective/docker-borgmatic/issues)
[![ ](https://img.shields.io/github/stars/borgmatic-collective/docker-borgmatic )](https://github.com/borgmatic-collective/docker-borgmatic/stargazers)
[![ ](https://img.shields.io/docker/stars/borgmatic-collective/borgmatic )](https://hub.docker.com/r/borgmatic-collective/borgmatic)
[![ ](https://img.shields.io/docker/pulls/borgmatic-collective/borgmatic )](https://hub.docker.com/r/borgmatic-collective/borgmatic)
2020-02-10 20:51:59 +00:00
### Description
A little container I wrote to automate my [Borgbackup ](https://github.com/borgbackup )'s using the excellent [Borgmatic ](https://github.com/witten/borgmatic ).
This image comes in the three flavours:
2022-04-24 14:11:23 +00:00
1. [base ](./base/ ) (vanilla), with docker log
2. [msmtp ](./msmtp/ ), with e-mail notifications
3. [ntfy ](./ntfy/ ), with push notifications
2020-02-10 20:51:59 +00:00
2023-01-29 12:04:56 +00:00
> **Warning**
> As of 2022-01-29 this image has switched to use [Supercronic](https://github.com/aptible/supercronic) instead of cron from alpine
2020-02-10 20:51:59 +00:00
### Usage
2022-04-24 14:11:23 +00:00
General instructions can be found in the base image [README ](./base/ ).
2021-09-09 07:43:21 +00:00
### Additional Reading
2022-04-24 14:11:23 +00:00
[Backup Docker using Borgmatic ](https://www.modem7.com/books/docker-backup/page/backup-docker-using-borgmatic ) - Thank you [@modem7 ](https://github.com/modem7 )