We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1aa689 commit f61f449Copy full SHA for f61f449
scripts/rsync-generation/mksnapshot.sh
@@ -48,6 +48,7 @@ COMPRS=(
48
"gz:gzip -c -9"
49
"bz2:bzip2 -c -9"
50
"xz:xz -c -9"
51
+ "lz:lzip -c -9"
52
"zstd:zstd -k -f -9"
53
)
54
0 commit comments