# rlmariabackup A shell script utility for managing MariaDB backups. ## Installation You can install rlmariabackup using the provided Makefile: ``` make install ``` This will install the script to `/usr/local/bin`. If you want to install to a different location, you can specify the PREFIX: ``` make install PREFIX=/opt ``` ## Usage Run `rlmariabackup help` to see available commands and options. ## License BSD-2-Clause