backup_docker_scripts
backup_docker_scripts copied to clipboard
with these script you are able to backup your docker environment. There is one for the compose project, for mysql or mariadb, for postgres SQL and for normal docker volumes.
Avoid messages like this: ``` Backup von Compose Project: * homeassistant tar: ./config/home-assistant_v2.db: file changed as we read it ```
As i got access denied with your script for a Backup of paperless-mariadb i found this from https://stackoverflow.com/questions/61950105/docker-doesnt-set-mariadb-password : MySQL user is defined by username and host that request come...