Easiest way to dump MySQL/MariaDB offline
After years of doing so manually (there are a couple how-to’s here) I finally got around to automating the process. Have a look: https://github.com/djamps/mariadump # git clone https://github.com/djamps/mariadump.git # cd mariadump/ # ./run.sh Usage: ./run.sh [options] [–run | –list] Options: –data-dir Specify data directory (default: ./mysql). –dumps-dir Specify dumps output directory (default: ./dumps). –version Specify […]