mirror of
https://github.com/offen/docker-volume-backup.git
synced 2026-04-21 16:12:40 +02:00
Replace Gzip with PGzip (#266)
* Replace Gzip with optimized PGzip. Add concurrency option. * Add shortened timeout for 'dc down' too. * Add NaturalNumberZero to allow zero. * Add test for concurrency=0 * Rename to GZIP_PARALLELISM * Fix block size. Fix compression level. Fix CI. * Refactor compression writer fetching. Renamed WholeNumber
This commit is contained in:
@@ -35,6 +35,9 @@ docker() {
|
||||
up)
|
||||
shift
|
||||
command docker compose up --timeout 3 "$@";;
|
||||
down)
|
||||
shift
|
||||
command docker compose down --timeout 3 "$@";;
|
||||
*)
|
||||
command docker compose "$@";;
|
||||
esac
|
||||
|
||||
Reference in New Issue
Block a user