backup_docker_scripts icon indicating copy to clipboard operation
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.

Results 3 backup_docker_scripts issues
Sort by recently updated
recently updated
newest added

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