We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a436f22 commit 34687beCopy full SHA for 34687be
scripts/rsync-generation/mksnapshot.sh
@@ -49,7 +49,7 @@ COMPRS=(
49
"bz2:bzip2 -c -9"
50
"xz:xz -c -9"
51
"lz:lzip -c -9"
52
- "zstd:zstd -k -f -9"
+ "zst:zstd -c -k -f -9"
53
)
54
55
# produce compressed variants, use as much cpu as left on the system, do
0 commit comments