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

@@ -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()
{