mirror of
https://github.com/restic/restic.git
synced 2025-07-30 03:13:37 +00:00
7 lines
228 B
Plaintext
7 lines
228 B
Plaintext
Enhancement: Enable compression for ZIP archives in `dump` command
|
|
|
|
The `dump` command now compresses ZIP archives using the DEFLATE algorithm,
|
|
reducing the size of exported archives.
|
|
|
|
https://github.com/restic/restic/pull/5054
|