From 576377e2b25418ca58b899b22fa193b7ed11109f Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 16 Mar 2019 15:04:48 -0700 Subject: [PATCH] Clarify differences between Docker images. --- docs/how-to/set-up-backups.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/how-to/set-up-backups.md b/docs/how-to/set-up-backups.md index c9cf93775..f0d3a9cb8 100644 --- a/docs/how-to/set-up-backups.md +++ b/docs/how-to/set-up-backups.md @@ -22,8 +22,8 @@ you're using Python 3, as borgmatic does not support Python 2. Along with the above process, you have several other options for installing borgmatic: - * [Docker image](https://hub.docker.com/r/monachus/borgmatic/) - * [Another Docker image](https://hub.docker.com/r/b3vis/borgmatic/) + * [Docker base image](https://hub.docker.com/r/monachus/borgmatic/) + * [Docker image with support for scheduled backups](https://hub.docker.com/r/b3vis/borgmatic/) * [Debian](https://tracker.debian.org/pkg/borgmatic) * [Ubuntu](https://launchpad.net/ubuntu/+source/borgmatic) * [Fedora](https://bodhi.fedoraproject.org/updates/?search=borgmatic)