restic/changelog/unreleased/pull-5054
2024-09-15 21:04:54 +02:00

7 lines
291 B
Text

Enhancement: Compress ZIP archives created by `dump` command
Restic did not compress the archives that were created by using
the `dump` command. It now saves some disk space when exporting
archives using the DEFLATE algorithm for "zip" archives.
https://github.com/restic/restic/pull/5054