fradelg / docker-mysql-cron-backup

Docker image to backup all your databases periodically
Apache License 2.0
305 stars 111 forks source link

Fix symlink && increased verbosity #18

Closed mmartinortiz closed 6 years ago

mmartinortiz commented 6 years ago

I detected that the symlinks were not created properly when working with volumes. Now the symbolic links are made on the same folder of the backups, so they still work on the host if they are mounted using a volume.

I've also increased the verbosity. It wasn't necessary, just more informative.

Additionally, I've removed the double quotes from the MYSQLDUMP_OPTS variable, it fixes #17 and works with none, one or more parameters on the variable. Please, check that with your tests it also works

fradelg commented 6 years ago

This should also fix issue #19