Last updated 3 years ago
Was this helpful?
from
GZIP=-9 tar cvzf file.tar.gz /path/to/directory
or
tar cvf - /path/to/file0 /path/to/file1 | gzip -9 - > files.tar.gz