mirror of
https://github.com/kevinveenbirkenbach/docker-volume-backup.git
synced 2025-09-16 06:56:01 +02:00
Implemented database backup with mysqldump
This commit is contained in:
@@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user