Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: rboccuzziNode Name: Tar Archive
Node Category: Publishing
Use Case: Consider using this node when attempting to store output data in a tar archive
Tested on Release: 4.1.6
External Dependencies: None
Practical Usage Example: An example use of this node has been provided in the prototype examples graph which is released in conjunction with the prototype library. Please see that graph for a executable use case.
Node Documentation:
Functional Description: This node will archive files in a .gz compressed archive file.
Parameters:
-
FileName: To archive a single file, enter the full path and file name here
-
FileNameExpr: To archive multiple files, enter the name of the input field containing the file paths here. Should be used in conjunction with a Directory List node or similar
-
ArchivePath: Full path to the archive file which is to be created.
-
GZip: If true, the resulting archive file will be compressed using gzip. In this case, you should include a .tar.gz extension on the filename given in ArchivePath.
-
DeleteSourceFile: If true, the original source file will be deleted after archival.
Known Limitations: None