-a: during creation, select the compressor from the archive suffix-c: create-x: extract-f: use the following archive filename-C DIR: change toDIRbefore operating-v: list files as they are processed-z: explicitly use gzip (not deprecated)
Automatic detection may not work when reading an archive from a pipe because tar cannot rewind the input. Specify the compression format explicitly:
The final - is the archive filename supplied to -f; it means standard input.
tar added automatic recognition in 1.15 (2004-12-20), -a for creation in 1.20 (2008-04-14), and suffix fallback when reading in 1.21 (2008-12-27).