initial service down/up support

master
miklobit 2020-12-14 00:24:28 +00:00
rodzic 96b702cbf1
commit a88ecf64ce
2 zmienionych plików z 2 dodań i 0 usunięć

1
.gitignore vendored
Wyświetl plik

@ -5,6 +5,7 @@ npm-debug.log
.DS_Store
.history
.vscode
commit.sh
# Project
# n/a

Wyświetl plik

@ -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