We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a735e4 commit 34ab992Copy full SHA for 34ab992
plugins/gz-packer.sh
@@ -16,4 +16,4 @@ tar \
16
-cpf \
17
- "${target_source}" -P \
18
| pv -s $(($(du -sk "${target_source}" | awk '{print $1}') * 1024)) |\
19
- gzip > "${target}".tar.gz
+ gzip --best > "${target}".tar.gz
plugins/j-packer.sh
@@ -15,4 +15,4 @@ tar \
15
- bzip2 > "${target}".tar.xz
+ bzip2 --best > "${target}".tar.xz
0 commit comments