From 114a560c51710e68a22d5f6cccba44a92f25dcf0 Mon Sep 17 00:00:00 2001 From: Jarno Rantanen Date: Tue, 27 Nov 2018 11:23:40 +0200 Subject: [PATCH] Add note about InfluxDB support. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b9169cd..ff60031 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Docker image for performing simple backups of Docker volumes. Main features: - Use full `cron` expressions for scheduling the backups - Backs up to local disk, [AWS S3](https://aws.amazon.com/s3/), or both - Optionally stops other containers for the duration of the backup, and starts them again afterward, to ensure consistent backups of things like database files, etc +- Optionally ships backup metrics to [InfluxDB](https://docs.influxdata.com/influxdb/), for monitoring ## Examples