1
0

Use max compression as suggested by kink

This commit is contained in:
Garvin Hicking
2007-07-21 18:38:48 +00:00
parent ee32db52ee
commit c7912f091b

View File

@ -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 ""