Skip to content
Snippets Groups Projects
Commit 478ed373 authored by Emmanuel Bouthenot's avatar Emmanuel Bouthenot
Browse files

fix: make minor wording changes

parent b356d296
Branches
Tags
No related merge requests found
......@@ -15,7 +15,7 @@ backups of databases.
AutoPostgreSQLBackup extract databases into flat files (compressed or not,
encrypted or not) in a daily and/or weekly and/or monthly basis.
AutoPostgreSQLBackup supports mutliple databases engines (PostgreSQL and MySQL
AutoPostgreSQLBackup supports multiple databases engines (PostgreSQL and MySQL
by now).
## OPTIONS
......@@ -186,7 +186,7 @@ Backup directory
### CREATE_DATABASE
Include or not `CREATE DATABASE` statments in dabatbases backups.
Include or not `CREATE DATABASE` statements in dabatbases backups.
**default**: `yes`
......@@ -359,7 +359,7 @@ Command or script to execute after backups
## AUTHORS
Originally developped by Aaron Axelsen with Friedrich Lobenstock contributions.
Originally developed by Aaron Axelsen with Friedrich Lobenstock contributions.
Almost fully rewritten by Emmanuel Bouthenot (version 2.0 and higher).
......
# AutoPostgreSQLBackup
AutoPostgreSQLBackup is a shell script (usually executed from a cron job) designed to provide a fully automated tool to make periodic backups of PostgreSQL databases.
AutoPostgreSQLBackup is a shell script (usually executed from a cron job) designed to provide a fully automated tool to make periodic backups of databases (supports PostgreSQL and MySQL/MariaDB).
AutoPostgreSQLBackup extract databases into flat files in a daily, weekly or monthly basis.
Version 2.2 adds support for MySQL/MariaDB.
Version 2.0 is a full rewrite.
It supports:
......
......@@ -779,7 +779,7 @@ USAGE: $(basename "$0") [OPTIONS]
${NAME} ${VERSION}
A fully automated tool to make periodic backups of PostgreSQL databases.
A fully automated tool to make periodic backups databases (supports PostgreSQL and MySQL/MariaDB).
Options:
-h Shows this help
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment