Up: Component summary Component

Rsync

Uses rsync to fetch or push files. Consult Rsync man page for options.

Version 1.0
Bundle tools
Categories External
Authors Ville Rantanen (ville.rantanen@helsinki.fi)
Issue tracker View/Report issues
Requires bash ; rsync (DEB)
Source files component.xml rsync.bash
Usage Example with default values

Inputs

Name Type Mandatory Description
inFile BinaryFile Optional Generic input that may be used for binaries. @inFile@ will be replaced as the string location of the input
inFolder BinaryFolder Optional Generic input that may be used for folders. @inFolder@ will be replaced as the string location of the input

Outputs

Name Type Description
outFile BinaryFile An optional output that can be used for custom data types. By default this file is empty. @outFile@ in command is replaced as the location of this file.
outFolder BinaryFolder An optional output that can be used for folder data types. By default this folder is empty. @outFolder@ in command is replaced as the location of this folder.

Parameters

Name Type Default Description
command string "-v @inFile@ @outFile@" Command switches for rsync. May contain the @inFile@/@inFolder@ and/or @outFile@/@outFolder@ port tags.

Test cases

Test case Parameters IN
inFile
IN
inFolder
OUT
outFile
OUT
outFolder
case1 properties inFile (missing) outFile (missing)

command=-av @inFile@ @outFile@


Generated 2019-02-08 07:42:19 by Anduril 2.0.0