= | [list|extract|unpack|create]  |
|
list | list content of tar archive |
extract | extract a specific file from archive |
unpack | unpack archive to to path defined by "path=[mypath]"-parameter |
create | create a new tar-archive and append files defined by "file=[myfiles]"-parameter |
|
|| | archive=[myArchive] |
|
name of archive to extract file from, to list content from or to unpack
|
|| | file=[myFile] |
|
file to add to archive or to extract from it
|
|| | saveas=[myFile|myPath] |
|
name/path of file/archive to create or path where archive should be unpacked to
|
|| | nopath |
|
this parameter must be set if you want to add a file to an archive and you want it's path to be excluded.
|