Skip to content

Commit f61f449

Browse files
committed
scripts/rsync-generation/mksnapshot: also compress using lzip
lzip seems to reach a better compression ratio than xz, let's see if we can use it Signed-off-by: Fabian Groffen <[email protected]>
1 parent e1aa689 commit f61f449

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/rsync-generation/mksnapshot.sh

+1
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ COMPRS=(
4848
"gz:gzip -c -9"
4949
"bz2:bzip2 -c -9"
5050
"xz:xz -c -9"
51+
"lz:lzip -c -9"
5152
"zstd:zstd -k -f -9"
5253
)
5354

0 commit comments

Comments
 (0)