Tar files
Parameters
Name | Mandatory | Default | Description |
---|---|---|---|
Tar To File |
Yes |
Target file. |
|
Tar From Dir |
Yes |
Source directory containing the files to compress. |
|
Tar Includes |
No |
List of files to include. This is a semi-colon
separated list of file masks. For example: |
|
Tar Excludes |
No |
List of files to exclude. This is a semi-colon
separated list of file masks. For example: |
|
Tar Compression Method |
No |
none |
Compression method used for the tarball file: none, gzip or bzip. |
Tar Longfile Method |
No |
warn |
Behavior for files with long names (greater than 100 characters): truncate the name, fail the action or simply warn, omit the file or use GNU file extensions to store long file names in the archive. |