Implemented database backup with mysqldump

This commit is contained in:
2022-01-23 17:20:42 +01:00
parent 8ac9512163
commit 75c171ce09
2 changed files with 27 additions and 14 deletions

View File

@@ -32,6 +32,9 @@ To checkout what's going on in the mount container type in the following command
docker run -it --entrypoint /bin/sh --rm --volumes-from {{container_name}} -v /Backups/:/Backups/ kevinveenbirkenbach/alpine-rsync
```
## Setup
Install pandas
## Optimation
This setup script is not optimized yet for performance. Please optimized this script for performance if you want to use it in a professional environment.