Enable database backup compression

This commit is contained in:
2023-12-17 19:26:42 +01:00
parent 0b3db992a6
commit a2e71f3c00
2 changed files with 2 additions and 1 deletions

View File

@@ -24,7 +24,7 @@ MySQL Backup docker container image
| --source | -s | Set source (default: local) |
| --database | -db | Set database name |
| --port | -p | Set database port (default: 3306) |
| --timeout | -t | Set timeout (default: 120s) |
| --timeout | -t | Set timeout (default: 60s) |
| --help | -h | Print this help message and exit |
| --version | -V | Print version information and exit |

View File

@@ -8,6 +8,7 @@ export OPERATION=backup
export DESTINATION=local
export DESTINATION_DIR=/backup
export SOURCE=local
export TIMEOUT=60
export FILE_COMPRESION=true
usage_info()
{