mbstream
online backups
Install
- All systems
-
curl cmd.cat/mbstream.sh
- Debian
-
apt-get install mariadb-backup
- Ubuntu
-
apt-get install mariadb-backup
- Alpine
-
apk add mariadb
- Arch Linux
-
pacman -S mariadb
- Kali Linux
-
apt-get install mariadb-backup
- CentOS
-
yum install mariadb
- Fedora
-
dnf install mariadb-server-3
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install mariadb-backup
- OS X
-
brew install mariadb
- Raspbian
-
apt-get install mariadb-client-10.1
- Dockerfile
- dockerfile.run/mbstream
- Docker
-
docker run cmd.cat/mbstream mbstream
powered by Commando
mariadb-backup-3
online backups
mariadb-client-10.1
MariaDB database client binaries
MariaDB is a fast, stable and true multi-user, multi-threaded SQL database server. SQL (Structured Query Language) is the most popular database query language in the world. The main goals of MariaDB are speed, robustness and ease of use. This package includes the client binaries and the additional tools innotop and mysqlreport.
mariadb-backup
Backup tool for MariaDB server
This backup tool is guaranteed to be compatible with MariaDB. Based on Xtrabackup, but improved to work with MariaDB. Please refer to the MariaDB Knowledge Base on more information on how to use this tool.
mariadb-server-3
10.3.12-5.fc30.x86_64 : The MariaDB server and related files
mariadb
MariaDB is a community developed branch of MySQL.
MariaDB is a multi-user, multi-threaded SQL database server. It is a client/server implementation consisting of a server daemon (mysqld) and many different client programs and libraries. The base package contains the standard MariaDB/MySQL client programs and generic MySQL files.