From 41c617182ca1fd928c48870c2dbb0a0f4287e380 Mon Sep 17 00:00:00 2001 From: miklobit Date: Tue, 15 Dec 2020 23:53:01 +0000 Subject: [PATCH] change readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 78b454f..2b460bb 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ Docker image for performing simple backups of Docker volumes. Main features: - Optionally stops containers for the duration of the backup, and starts them again afterward, to ensure consistent backups - Optionally stops sevices for the duration of the backup, and starts them again afterward, to ensure consistent backups - Optionally `docker exec`s commands before/after backing up a container, to allow easy integration with database backup tools, for example +- Optionally exec any command(s) before scaling down/after scaling up services - Optionally ships backup metrics to [InfluxDB](https://docs.influxdata.com/influxdb/), for monitoring ## Examples