Use max compression as suggested by kink
This commit is contained in:
parent
bcc8d6ddeb
commit
8509cb51b1
@ -94,7 +94,7 @@ else
|
||||
echo ""
|
||||
|
||||
echo "7. Creating .tgz file $1"
|
||||
tar --owner=$3 --group=$4 -czf "$1" "$2"
|
||||
tar --owner=$3 --group=$4 -cz9f "$1" "$2"
|
||||
echo " [DONE]"
|
||||
echo ""
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user