From 17a3523ded9f09e428953b647c546fbd145840c7 Mon Sep 17 00:00:00 2001 From: Frederik Ring Date: Fri, 2 Apr 2021 14:30:27 +0200 Subject: [PATCH] tweak comparison in README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7af68e1..cb13a90 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,9 @@ volumes: ## Differences to `futurice/docker-volume-backup` -This image is heavily inspired by the `futurice/docker-volume-backup`. We decided to publish this image because of the following requirements: +This image is heavily inspired by the `futurice/docker-volume-backup`. We decided to publish this image as a simpler and more lightweight alternative because of the following requirements: -- The original image is based on `ubuntu`, making it very heavy. This version is roughly 500MB smaller in size. +- The original image is based on `ubuntu`, making it very heavy. This version is roughly 1/3 in compressed size. +- This image makes use of the MinIO client `mc` instead of the full blown AWS CLI for uploading backups. - The original image proposed to handle backup rotation through AWS S3 lifecycle policies. This image adds the option to rotate old backups through the same script so this functionality can also be offered for non-AWS storage backends like MinIO. +- InfluxDB specific functionality was removed.