docker-borgmatic/README.md

24 wiersze
1.1 KiB
Markdown
Czysty Zwykły widok Historia

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)
[![](https://img.shields.io/github/issues/b3vis/docker-borgmatic)](https://github.com/b3vis/docker-borgmatic/issues)
[![](https://img.shields.io/github/stars/b3vis/docker-borgmatic)](https://github.com/b3vis/docker-borgmatic/stargazers)
[![](https://img.shields.io/docker/stars/b3vis/borgmatic)](https://hub.docker.com/r/b3vis/borgmatic)
[![](https://img.shields.io/docker/pulls/b3vis/borgmatic)](https://hub.docker.com/r/b3vis/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:
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
### Usage
General instructions can be found in the base image [README](./base/).
### Additional Reading
[Backup Docker using Borgmatic](https://www.modem7.com/books/docker-backup/page/backup-docker-using-borgmatic) - Thank you [@modem7](https://github.com/modem7)