Skip to content

Commit

Permalink
scripts/rsync-generation/mksnapshot: also compress using lzip
Browse files Browse the repository at this point in the history
lzip seems to reach a better compression ratio than xz, let's see if we
can use it

Signed-off-by: Fabian Groffen <grobian@gentoo.org>
  • Loading branch information
grobian committed Mar 30, 2024
1 parent e1aa689 commit f61f449
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/rsync-generation/mksnapshot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ COMPRS=(
"gz:gzip -c -9"
"bz2:bzip2 -c -9"
"xz:xz -c -9"
"lz:lzip -c -9"
"zstd:zstd -k -f -9"
)

Expand Down

0 comments on commit f61f449

Please sign in to comment.