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

Patrick Ditzel
19.26.2018 24f80b84a1183d7f10ec4724974bf48515cd468e
Typos fixed
2 files modified
10 ■■■■ changed files
README.md 6 ●●●● patch | view | raw | blame | history
TODO.md 4 ●●●● patch | view | raw | blame | history
README.md
@@ -7,15 +7,15 @@
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, 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.
This script aims to backup many different databasetypes 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 Pptgresbackups (localy and remote)
* Make Postgresbackups (localy and remote)
* Make MariaDB-Backups (via network)
* Make MongoDB-Backups (coming soon)
* Optinal keep a filehistory of backups
* Optional keep a filehistory of your backups
* Optinal logging to syslog
* Reads configuration for postgresbackups from ~/.pgpass
TODO.md
@@ -6,8 +6,8 @@
### MariaDB / MySQL
- [ ] Backup MariaDB / MySQL on the local machine
- [ ] Backup MariaDB / MySQL on remote machines
- [x] Backup MariaDB / MySQL on the local machine
- [x] Backup MariaDB / MySQL on remote machines
### MongoDB