Enable database backup compression

This commit is contained in:
2023-12-17 19:24:25 +01:00
parent 54cb493448
commit 0b3db992a6

View File

@@ -82,6 +82,11 @@ flags()
[ $# = 0 ] && error "No database name specified"
export DB_DATABASE="$1"
shift;;
(-p|--port)
shift
[ $# = 0 ] && error "No database name specified"
export DB_PORT="$1"
shift;;
(-t|--timeout)
shift
[ $# = 0 ] && error "No timeout specified"