mirror of https://github.com/pditzel/dbb.git

pditzel
18.19.2017 e166542f57bc70ef0fefe399ceb43d60c4afc59c
README.md
@@ -7,13 +7,13 @@
Important: This Script is developed with debian GNU/Linux so it should work on debian and the most derived distributions.
For the backup of your databases you need a propper client to connect to your databaseserver.
This script aims to backup many different databasetype eg. postgres, mysql or mongodb in one single program. So if you have to backup postgres you have to install the psql-client package. If you want to backup MySQL databases install the mysql-client package.
This script aims to backup many different databasetype eg. postgres, mariadb or mongodb in one single program. So if you have to backup postgres you have to install the psql-client package. If you want to backup MariaDB databases install the mariadb-client package.
## Features
* Runs interactive and noninteractive
* Make Postgrsbackups (localy and remote)
* Make MySQL/MariaDB-Backups (coming soon)
* Make Pptgresbackups (localy and remote)
* Make MariaDB-Backups (work in progress)
* Make MongoDB-Backups (coming soon)
* Optinal keep a filehistory of backups
* Optinal logging to syslog