From a88ecf64ce72060a1e641a13b19549c0996e90b7 Mon Sep 17 00:00:00 2001 From: miklobit Date: Mon, 14 Dec 2020 00:24:28 +0000 Subject: [PATCH] initial service down/up support --- .gitignore | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index e4fd11c..4882ce6 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ npm-debug.log .DS_Store .history .vscode +commit.sh # Project # n/a diff --git a/README.md b/README.md index 562ff41..78b454f 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 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 ships backup metrics to [InfluxDB](https://docs.influxdata.com/influxdb/), for monitoring